|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.softwareag.centrasite.api.service.CentraSiteServiceFactory
public final class CentraSiteServiceFactory
CentraSiteServiceFactory which instantiates the CentraSiteService based on the user inputs
Method Summary | |
---|---|
CentraSiteService |
createService()
Creates a service that gets its configuration via the pre-configured property com.softwareag.centrasite.api.configuration.basedir |
CentraSiteService |
createService(java.util.Properties properties)
Creates a service that gets its configuration via properties. |
CentraSiteService |
createService(java.lang.String baseDir)
Creates a service that gets its configuration from the directory given by the string argument. |
static CentraSiteServiceFactory |
getInstance()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static CentraSiteServiceFactory getInstance()
public CentraSiteService createService() throws CLLException
CentraSiteService
which reads the configuration from the
default property.
CLLException
public CentraSiteService createService(java.lang.String baseDir) throws CLLException
CentraSiteService
which reads the configuration from the
given baseDir.
CLLException
public CentraSiteService createService(java.util.Properties properties) throws CLLException
CentraSiteService
which reads the configuration from the
given properties.
CLLException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |