dk.netarkivet.archive.arcrepositoryadmin
Class AdminFactory

java.lang.Object
  extended by dk.netarkivet.common.utils.SettingsFactory<Admin>
      extended by dk.netarkivet.archive.arcrepositoryadmin.AdminFactory

public class AdminFactory
extends SettingsFactory<Admin>

Factory class for the admin instance. This creates an instance of the admin structure, which is defined by the settings.

See Also:
ArchiveSettings.ADMIN_CLASS

Constructor Summary
AdminFactory()
           
 
Method Summary
static Admin getInstance()
          Retrieves the admin instance defined in the settings.
 
Methods inherited from class dk.netarkivet.common.utils.SettingsFactory
getInstance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AdminFactory

public AdminFactory()
Method Detail

getInstance

public static Admin getInstance()
Retrieves the admin instance defined in the settings.

Returns:
The settings defined admin instance.