|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.services.ac.impl.DefaultServiceLoader
Supported API: false
Extendable: false
Field Summary | |
private static String |
CLASSNAME
|
private static String |
CUSTOM_FILE_KEY_END
|
private static String |
DEFAULT_FILE
|
private static String |
DEFAULT_FILE_KEY_END
|
private static String |
DUPLICATE_CARDINALITY_NAME
|
private static String |
ENTRY_SEPARATOR
|
private static String |
EQUALS
|
private static String |
FILE_KEY_START
|
private static String |
FILE_SEPARATOR
|
private static String |
NULL
|
private static Map |
PROPERTY_MAPPINGS
|
private String |
propertyName
|
private static String |
RESOURCE
|
private static int |
RESOURCE_ENTRY_TOKENS_PER_LINE
|
private static String |
RESOURCE_ENTRY_TYPE_NAME
|
private static int |
SERVICE_ENTRY_TOKENS_PER_LINE
|
private static String |
SERVICE_ENTRY_TYPE_NAME
|
private static String |
SERVICE_PREFIX
|
private static int |
SERVICE_PREFIX_LENGTH
|
private ACServices |
services
|
private static String |
SINGLETON_CARDINALITY_NAME
|
Fields inherited from interface wt.services.ac.ServiceLoader |
SERVICES |
Constructor Summary | |
DefaultServiceLoader()
Supported API: false |
|
DefaultServiceLoader(ACServices services)
Supported API: false |
Method Summary | |
private String |
getCustomFilesKey()
|
private String |
getDefaultFilesKey()
|
ACServices |
getServices()
Gets the value of the attribute: services. |
void |
load()
Supported API: false |
private void |
load(PropertiesConsumer entries)
|
private ServiceDescriptor |
parseDescriptor(String key,
String value)
|
private void |
servicesValidate(ACServices a_Services)
|
void |
setServices(ACServices a_Services)
Sets the value of the attribute: services. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static final String RESOURCE
private static final String CLASSNAME
private ACServices services
private static final String FILE_KEY_START
private static final String DEFAULT_FILE_KEY_END
private static final String CUSTOM_FILE_KEY_END
private static final String DEFAULT_FILE
private static final String FILE_SEPARATOR
private static final String EQUALS
private static final String ENTRY_SEPARATOR
private static final String SERVICE_PREFIX
private static final int SERVICE_PREFIX_LENGTH
private static final String SERVICE_ENTRY_TYPE_NAME
private static final String RESOURCE_ENTRY_TYPE_NAME
private static final String DUPLICATE_CARDINALITY_NAME
private static final String SINGLETON_CARDINALITY_NAME
private static final String NULL
private static final int RESOURCE_ENTRY_TOKENS_PER_LINE
private static final int SERVICE_ENTRY_TOKENS_PER_LINE
private static final Map PROPERTY_MAPPINGS
private String propertyName
Constructor Detail |
public DefaultServiceLoader()
public DefaultServiceLoader(ACServices services) throws WTPropertyVetoException
services
-
WTPropertyVetoException
Method Detail |
public ACServices getServices()
getServices
in interface ServiceLoader
public void setServices(ACServices a_Services) throws WTPropertyVetoException
setServices
in interface ServiceLoader
a_Services
-
WTPropertyVetoException
public void load() throws ACRuntimeException
load
in interface ServiceLoader
ACRuntimeException
private void servicesValidate(ACServices a_Services) throws WTPropertyVetoException
a_Services
-
WTPropertyVetoException
private String getDefaultFilesKey()
private String getCustomFilesKey()
private void load(PropertiesConsumer entries) throws ACException
ACException
private ServiceDescriptor parseDescriptor(String key, String value) throws WTException, WTPropertyVetoException
WTException
WTPropertyVetoException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |