- readElement(IConfigurationElement) - Method in class net.enilink.commons.util.extensions.RegistryReader
-
Implement this method to read element's attributes.
- readElement(IConfigurationElement, boolean) - Method in class net.enilink.commons.util.extensions.RegistryReader
-
Implement this method to read element attributes for the purpose of
adding or removing their registrations.
- readElementChildren(IConfigurationElement, boolean) - Method in class net.enilink.commons.util.extensions.RegistryReader
-
Read the element's children.
- readElements(IConfigurationElement[], boolean) - Method in class net.enilink.commons.util.extensions.RegistryReader
-
Read each element one at a time by calling the subclass implementation of
readElement.
- readExtension(IExtension, boolean) - Method in class net.enilink.commons.util.extensions.RegistryReader
-
Read one extension by looping through its configuration elements.
- readRegistry() - Method in class net.enilink.commons.util.extensions.RegistryReader
-
Start the registry reading process using the supplied plugin ID and
extension point.
- registerListener() - Method in class net.enilink.commons.util.extensions.RegistryReader
-
Registers change listener to extension registry
- registryChanged(IRegistryChangeEvent) - Method in class net.enilink.commons.util.extensions.RegistryReader
-
- RegistryFactoryHelper - Class in net.enilink.commons.util.extensions
-
Helper class which returns IExtensionRegistry singleton switch the
environment (OSGi-env or none OSGi-env) :
into OSGi-env, returns the "standard" OSGi IExtensionRegistry
singleton which use Bundle Activator to load "plugin.xml".
into NONE OSGi-env, returns the IExtensionRegistry singleton
which load the whole "plugin.xml" founded from the shared ClassLoader.
- RegistryFactoryHelper() - Constructor for class net.enilink.commons.util.extensions.RegistryFactoryHelper
-
- RegistryProviderNonOSGI - Class in net.enilink.commons.util.internal.extensions
-
Provider for IExtensionRegistry into No OSGi-env.
- RegistryProviderNonOSGI() - Constructor for class net.enilink.commons.util.internal.extensions.RegistryProviderNonOSGI
-
- RegistryReader - Class in net.enilink.commons.util.extensions
-
Template implementation of a registry reader that creates objects
representing registry contents.
- RegistryReader(IExtensionRegistry, String, String) - Constructor for class net.enilink.commons.util.extensions.RegistryReader
-
The constructor.
- RegistryReader(String, String) - Constructor for class net.enilink.commons.util.extensions.RegistryReader
-
The constructor.
- RegistryStrategyNonOSGI - Class in net.enilink.commons.util.internal.extensions
-
The registry strategy that can be used in NO OSGi-env.
- RegistryStrategyNonOSGI(File[], boolean[], Object) - Constructor for class net.enilink.commons.util.internal.extensions.RegistryStrategyNonOSGI
-
- remainder(Object, Object) - Method in class net.enilink.commons.util.ValueUtils
-
Returns the number of the first argument, v1, divided by the second
number's remainder (modulus).