|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.wsmo.factory.Factory
public final class Factory
Field Summary | |
---|---|
private static boolean |
cachingEnabled
|
private static java.util.Properties |
defaultImplMap
|
private static LocatorManager |
locManager
|
private static java.util.Map |
objectCache
|
private static java.lang.String |
propertiesFile
|
static java.lang.String |
PROVIDER_CLASS
|
private static java.lang.String |
WSMO_PARSER
|
private static java.lang.String |
WSMO_SERIALIZER
|
Constructor Summary | |
---|---|
private |
Factory()
|
Method Summary | |
---|---|
private static java.lang.Object |
_createFactory(java.util.Map properties)
|
private static java.lang.Object |
_createObject(java.util.Map properties)
|
static DataFactory |
createDataFactory(java.util.Map properties)
Creates a WsmoFactory based on the supplied preferences. |
static DataStore |
createDatastore(java.util.Map properties)
Creates a datastore based on the supplied preferences. |
static LogicalExpressionFactory |
createLogicalExpressionFactory(java.util.Map properties)
|
static Parser |
createParser(java.util.Map properties)
Creates a parser based on the supplied preferences. |
static Serializer |
createSerializer(java.util.Map properties)
Creates a serialiser based on the supplied preferences. |
static WsmoFactory |
createWsmoFactory(java.util.Map properties)
Creates a WsmoFactory based on the supplied preferences. |
static LocatorManager |
getLocatorManager()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String PROVIDER_CLASS
private static final java.lang.String WSMO_PARSER
private static final java.lang.String WSMO_SERIALIZER
private static LocatorManager locManager
private static boolean cachingEnabled
private static java.util.Map objectCache
private static java.util.Properties defaultImplMap
private static final java.lang.String propertiesFile
Constructor Detail |
---|
private Factory()
Method Detail |
---|
public static DataStore createDatastore(java.util.Map properties)
properties
- the preferences for the datastore. Such preferences
should provide all the necessary information for the data store
initialisation (e.g. provider class, connection URL,...,
etc.)
PROVIDER_CLASS
public static Parser createParser(java.util.Map properties)
properties
- the preferences for the parser. Such preferences
should provide all the necessary information for the parser
initialisation (e.g. provider class, factory to be used, file type, grammar version,
etc.)
PROVIDER_CLASS
,
#PARSER_FACTORY
public static Serializer createSerializer(java.util.Map properties)
properties
- the preferences for the parser. Such preferences
should provide all the necessary information for the parser
initialisation (e.g. provider class, factory to be used, file type, grammar version,
etc.)
PROVIDER_CLASS
public static WsmoFactory createWsmoFactory(java.util.Map properties)
properties
- the preferences for the WSMO factory. Such preferences
should provide all the necessary information for the factory
initialisation (e.g. provider class, etc.)
PROVIDER_CLASS
public static DataFactory createDataFactory(java.util.Map properties)
properties
- the preferences for the WSMO factory. Such preferences
should provide all the necessary information for the factory
initialisation (e.g. provider class, etc.)
PROVIDER_CLASS
public static LogicalExpressionFactory createLogicalExpressionFactory(java.util.Map properties)
public static LocatorManager getLocatorManager()
private static java.lang.Object _createObject(java.util.Map properties)
private static java.lang.Object _createFactory(java.util.Map properties)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |