JPF 1.5.1
A B C D E F G H I J L M N O P R S T U V

A

accept(String, Version, boolean) - Method in interface org.java.plugin.tools.PluginArchiver.Filter
 
activatePlugin(String) - Method in class org.java.plugin.PluginManager
Activates plug-in with given ID if it is not activated yet.
activatePlugin(String) - Method in class org.java.plugin.standard.StandardPluginManager
Activates plug-in with given ID if it is not activated yet.
addAttribute(PluginAttribute) - Method in class org.java.plugin.tools.mocks.MockPluginDescriptor
 
addedExtensions() - Method in interface org.java.plugin.registry.PluginRegistry.RegistryChangeData
 
addedExtensions(String) - Method in interface org.java.plugin.registry.PluginRegistry.RegistryChangeData
 
addedPlugins() - Method in interface org.java.plugin.registry.PluginRegistry.RegistryChangeData
 
addExport(String) - Method in class org.java.plugin.tools.mocks.MockLibrary
 
addExtension(Extension, boolean) - Method in class org.java.plugin.tools.mocks.MockExtensionPoint
 
addExtension(Extension) - Method in class org.java.plugin.tools.mocks.MockPluginDescriptor
 
addExtensionPoint(ExtensionPoint) - Method in class org.java.plugin.tools.mocks.MockPluginDescriptor
 
addExtensionPoint(ExtensionPoint) - Method in class org.java.plugin.tools.mocks.MockPluginRegistry
 
addFileset(FileSet) - Method in class org.java.plugin.tools.ant.BaseJpfTask
 
addFragment(PluginFragment) - Method in class org.java.plugin.tools.mocks.MockPluginDescriptor
 
addLibrary(Library) - Method in class org.java.plugin.tools.mocks.MockPluginDescriptor
 
addParameter(Extension.Parameter) - Method in class org.java.plugin.tools.mocks.MockExtension
 
addParameter(ExtensionPoint) - Method in class org.java.plugin.tools.mocks.MockExtensionPoint
 
addParameter(Extension.Parameter) - Method in class org.java.plugin.tools.mocks.MockParameter
 
addParameterDefinition(ExtensionPoint.ParameterDefinition) - Method in class org.java.plugin.tools.mocks.MockExtensionPoint
 
addPluginDescriptor(PluginDescriptor) - Method in class org.java.plugin.tools.mocks.MockPluginRegistry
 
addPluginFragment(PluginFragment) - Method in class org.java.plugin.tools.mocks.MockPluginRegistry
 
addPredecessors(String, String) - Method in class org.java.plugin.tools.mocks.MockExtensionPoint
 
addPrerequisite(PluginPrerequisite) - Method in class org.java.plugin.tools.mocks.MockPluginDescriptor
 
addReference(Documentation.Reference<T>) - Method in class org.java.plugin.tools.mocks.MockDocumentation
 
addSubAttribute(PluginAttribute) - Method in class org.java.plugin.tools.mocks.MockPluginAttribute
 
addSubDefinition(ExtensionPoint.ParameterDefinition) - Method in class org.java.plugin.tools.mocks.MockParameterDefinition
 
afterPluginStop(Plugin) - Method in class org.java.plugin.standard.PluginLifecycleHandler
This method will be called by PluginManager just after stopping plug-in.
afterPluginStop(Plugin) - Method in class org.java.plugin.standard.StandardPluginLifecycleHandler
This method does nothing in this implementation.
Application - Interface in org.java.plugin.boot
This is "marker" interface to abstract an application that may be started (and will stop itself upon user activity).
ApplicationInitializer - Interface in org.java.plugin.boot
Interface to plug custom code into JPF based application boot procedure.
ApplicationPlugin - Class in org.java.plugin.boot
This class is for "application" plug-ins - a JPF based program entry point.
ApplicationPlugin() - Constructor for class org.java.plugin.boot.ApplicationPlugin
 

B

BaseJpfTask - Class in org.java.plugin.tools.ant
Base class for some JPF related ant tasks.
BaseJpfTask() - Constructor for class org.java.plugin.tools.ant.BaseJpfTask
 
beforePluginStart(Plugin) - Method in class org.java.plugin.standard.PluginLifecycleHandler
This method will be called by PluginManager just before starting plug-in.
beforePluginStart(Plugin) - Method in class org.java.plugin.standard.StandardPluginLifecycleHandler
This method does nothing in this implementation.
Boot - Class in org.java.plugin.boot
Main class to get JPF based application running in different modes.
boot(ExtendedProperties, boolean, String, BootErrorHandler, String[]) - Static method in class org.java.plugin.boot.Boot
Boots application according to given configuration data.
BOOT_ERROR_FILE_NAME - Static variable in class org.java.plugin.boot.Boot
Name of the file, where to put boot error details.
BOOT_MODE_LOAD - Static variable in class org.java.plugin.boot.Boot
"load" mode boot command value.
BOOT_MODE_RESTART - Static variable in class org.java.plugin.boot.Boot
"restart" mode boot command value.
BOOT_MODE_SHELL - Static variable in class org.java.plugin.boot.Boot
"shell" mode boot command value.
BOOT_MODE_START - Static variable in class org.java.plugin.boot.Boot
"start" mode boot command value.
BOOT_MODE_STOP - Static variable in class org.java.plugin.boot.Boot
"stop" mode boot command value.
BootErrorHandler - Interface in org.java.plugin.boot
Callback interface to handle boot-time application errors.
BootErrorHandlerConsole - Class in org.java.plugin.boot
Console out based error handler implementation, most suites good for non-interactive service-style applications.
BootErrorHandlerConsole() - Constructor for class org.java.plugin.boot.BootErrorHandlerConsole
 
BootErrorHandlerGui - Class in org.java.plugin.boot
Standard boot error handler for GUI applications.
BootErrorHandlerGui() - Constructor for class org.java.plugin.boot.BootErrorHandlerGui
 

C

cacheLibrary(URL, String) - Method in class org.java.plugin.standard.StandardPluginClassLoader
 
checkClassVisibility(Class<?>, StandardPluginClassLoader) - Method in class org.java.plugin.standard.StandardPluginClassLoader
 
checkIntegrity(PathResolver) - Method in interface org.java.plugin.registry.PluginRegistry
Performs integrity check of all registered plug-ins and generates result as a collection of standard report items.
checkIntegrity(PathResolver, boolean) - Method in interface org.java.plugin.registry.PluginRegistry
Performs integrity check of all registered plug-ins and generates result as a collection of standard report items.
checkIntegrity(PathResolver) - Method in class org.java.plugin.registry.xml.PluginRegistryImpl
 
checkIntegrity(PathResolver, boolean) - Method in class org.java.plugin.registry.xml.PluginRegistryImpl
 
checkIntegrity(PathResolver) - Method in class org.java.plugin.tools.mocks.MockPluginRegistry
 
checkIntegrity(PathResolver, boolean) - Method in class org.java.plugin.tools.mocks.MockPluginRegistry
 
CheckTask - Class in org.java.plugin.tools.ant
The Ant task to perform integrity check of plug-in set.
CheckTask() - Constructor for class org.java.plugin.tools.ant.CheckTask
 
collectFilters() - Method in class org.java.plugin.standard.StandardPluginClassLoader
 
collectImports() - Method in class org.java.plugin.standard.StandardPluginClassLoader
 
collectPluginLocations() - Method in class org.java.plugin.boot.DefaultPluginsCollector
 
collectPluginLocations() - Method in interface org.java.plugin.boot.PluginsCollector
 
compareFileDates(Date, Date) - Static method in class org.java.plugin.util.IoUtil
For some reason modification milliseconds for some files are unstable, use this function to compare file dates ignoring milliseconds.
compareFiles(File, File) - Static method in class org.java.plugin.util.IoUtil
Compares two files for directories/files synchronization purposes.
compareTo(Version) - Method in class org.java.plugin.registry.Version
 
config - Variable in class org.java.plugin.standard.StandardObjectFactory
 
configure(ExtendedProperties) - Method in interface org.java.plugin.boot.ApplicationInitializer
Configures this initializer instance, this method will be called once before any other method call in this class.
configure(ExtendedProperties) - Method in class org.java.plugin.boot.DefaultApplicationInitializer
Configures this instance and application environment.
configure(ExtendedProperties) - Method in class org.java.plugin.boot.DefaultPluginsCollector
 
configure(ExtendedProperties) - Method in interface org.java.plugin.boot.PluginsCollector
Configures this collector instance, this method will be called once before any other method call in this class.
configure(ExtendedProperties) - Method in interface org.java.plugin.boot.SplashHandler
Configures this handler instance.
configure(ExtendedProperties) - Method in class org.java.plugin.ObjectFactory
Configures this factory instance.
configure(ExtendedProperties) - Method in interface org.java.plugin.PathResolver
Configures this resolver instance.
configure(ExtendedProperties) - Method in interface org.java.plugin.registry.PluginRegistry
Configures this registry instance.
configure(ExtendedProperties) - Method in class org.java.plugin.registry.xml.PluginRegistryImpl
 
configure(ExtendedProperties) - Method in class org.java.plugin.standard.PluginLifecycleHandler
Configures this handler instance.
configure(ExtendedProperties) - Method in class org.java.plugin.standard.ShadingPathResolver
 
configure(ExtendedProperties) - Method in class org.java.plugin.standard.StandardObjectFactory
 
configure(ExtendedProperties) - Method in class org.java.plugin.standard.StandardPathResolver
No configuration parameters expected in this implementation.
configure(ExtendedProperties) - Method in class org.java.plugin.standard.StandardPluginLifecycleHandler
 
configure(ExtendedProperties) - Method in class org.java.plugin.tools.mocks.MockPluginRegistry
 
copyFile(File, File) - Static method in class org.java.plugin.util.IoUtil
Copies one file, existing file will be overridden.
copyFolder(File, File) - Static method in class org.java.plugin.util.IoUtil
Copies folder recursively, existing files will be overridden
copyFolder(File, File, boolean) - Static method in class org.java.plugin.util.IoUtil
Copies folder, existing files will be overridden
copyFolder(File, File, boolean, boolean) - Static method in class org.java.plugin.util.IoUtil
Copies folder.
copyFolder(File, File, boolean, boolean, FileFilter) - Static method in class org.java.plugin.util.IoUtil
Copies folder.
copyStream(InputStream, OutputStream, int) - Static method in class org.java.plugin.util.IoUtil
Copies streams.
countErrors() - Method in interface org.java.plugin.registry.IntegrityCheckReport
 
countWarnings() - Method in interface org.java.plugin.registry.IntegrityCheckReport
 
create(File) - Static method in class org.java.plugin.standard.StandardPluginLocation
Creates plug-in location from a given file and checks that all required resources are available.
createClassInstance(String) - Method in class org.java.plugin.standard.StandardObjectFactory
 
createLifecycleHandler() - Method in class org.java.plugin.standard.StandardObjectFactory
Creates new instance of plug-in life cycle handler implementation class using standard discovery algorithm to determine which handler implementation class should be instantiated.
createManager() - Method in class org.java.plugin.ObjectFactory
Creates new instance of plug-in manager using new instances of registry and path resolver.
createManager(PluginRegistry, PathResolver) - Method in class org.java.plugin.ObjectFactory
Creates new instance of plug-in manager.
createManager(PluginRegistry, PathResolver) - Method in class org.java.plugin.standard.StandardObjectFactory
 
createPathResolver() - Method in class org.java.plugin.ObjectFactory
Creates new instance of path resolver implementation class using standard discovery algorithm to determine which resolver implementation class should be instantiated.
createPathResolver() - Method in class org.java.plugin.standard.StandardObjectFactory
 
createPluginClassLoader(PluginDescriptor) - Method in class org.java.plugin.standard.PluginLifecycleHandler
This method should create new instance of class loader for given plug-in.
createPluginClassLoader(PluginDescriptor) - Method in class org.java.plugin.standard.StandardPluginLifecycleHandler
Creates standard implementation of plug-in class loader.
createPluginInstance(PluginDescriptor) - Method in class org.java.plugin.standard.PluginLifecycleHandler
This method should create new instance of plug-in class.
createPluginInstance(PluginDescriptor) - Method in class org.java.plugin.standard.StandardPluginLifecycleHandler
Creates instance of plug-in class calling it's default (no-arguments) constructor.
createRegistry() - Method in class org.java.plugin.ObjectFactory
Creates new instance of plug-in registry implementation class using standard discovery algorithm to determine which registry implementation class should be instantiated.
createRegistry() - Method in class org.java.plugin.standard.StandardObjectFactory
 

D

deactivatePlugin(String) - Method in class org.java.plugin.PluginManager
Deactivates plug-in with given ID if it has been successfully activated before.
deactivatePlugin(String) - Method in class org.java.plugin.standard.StandardPluginManager
Deactivates plug-in with given ID if it has been successfully activated before.
DefaultApplicationInitializer - Class in org.java.plugin.boot
Default implementation of the application initializer interface.
DefaultApplicationInitializer() - Constructor for class org.java.plugin.boot.DefaultApplicationInitializer
 
DefaultPluginsCollector - Class in org.java.plugin.boot
Default implementation of plug-ins collector interface.
DefaultPluginsCollector() - Constructor for class org.java.plugin.boot.DefaultPluginsCollector
 
disablePlugin(PluginDescriptor) - Method in class org.java.plugin.PluginManager
Disables plug-in (with dependencies) in this manager instance.
disablePlugin(PluginDescriptor) - Method in class org.java.plugin.standard.StandardPluginManager
Disables plug-in (with dependencies) in this manager instance.
dispose() - Method in class org.java.plugin.PluginClassLoader
Should release all resources acquired by this class loader instance.
dispose() - Method in class org.java.plugin.standard.PluginLifecycleHandler
Should dispose all resources allocated by this handler instance.
dispose() - Method in class org.java.plugin.standard.StandardPluginClassLoader
 
dispose() - Method in class org.java.plugin.standard.StandardPluginLifecycleHandler
This method does nothing in this implementation.
disposeClassLoader(PluginClassLoader) - Method in class org.java.plugin.PluginManager
Forwards call to PluginClassLoader.dispose() method.
DocGenerator - Class in org.java.plugin.tools.docgen
Tool class to generate documentation for plug-ins using JXP templates.
DocGenerator(PluginRegistry, PathResolver) - Constructor for class org.java.plugin.tools.docgen.DocGenerator
Constructs generator configured to use pre-defined set of templates.
DocGenerator(PluginRegistry, PathResolver, String, String) - Constructor for class org.java.plugin.tools.docgen.DocGenerator
Constructs generator configured to use custom templates available in the classpath.
DocGenerator(PluginRegistry, PathResolver, File, String) - Constructor for class org.java.plugin.tools.docgen.DocGenerator
Constructs generator configured to use custom templates located somewhere in the local file system.
DocGenerator.Tool - Class in org.java.plugin.tools.docgen
Utility class to be used from JXP templates.
DocGenerator.Tool(String) - Constructor for class org.java.plugin.tools.docgen.DocGenerator.Tool
 
DocTask - Class in org.java.plugin.tools.ant
The Ant task to generate documentation from plug-in manifest.
DocTask() - Constructor for class org.java.plugin.tools.ant.DocTask
 
Documentable<T extends Identity> - Interface in org.java.plugin.registry
Interface to get access to plug-in element documentation.
Documentation<T extends Identity> - Interface in org.java.plugin.registry
Interface to collect documentation data for some plug-in element.
Documentation.Reference<E extends Identity> - Interface in org.java.plugin.registry
Documentation reference.
doStart() - Method in class org.java.plugin.Plugin
This method will be called once during plug-in activation before any access to any code from this plug-in.
doStop() - Method in class org.java.plugin.Plugin
This method will be called once during plug-in deactivation.

E

emptyFolder(File) - Static method in class org.java.plugin.util.IoUtil
Recursively deletes whole content of the given folder.
enablePlugin(PluginDescriptor, boolean) - Method in class org.java.plugin.PluginManager
Enables plug-in (or plug-ins) in this manager instance.
enablePlugin(PluginDescriptor, boolean) - Method in class org.java.plugin.standard.StandardPluginManager
Enables plug-in (or plug-ins) in this manager instance.
equals(Object) - Method in class org.java.plugin.registry.Version
 
ErrorDialog - Class in org.java.plugin.boot
Helper class to display detailed message about application error.
execute() - Method in class org.java.plugin.tools.ant.CheckTask
 
execute() - Method in class org.java.plugin.tools.ant.DocTask
 
execute() - Method in class org.java.plugin.tools.ant.PackTask
 
execute() - Method in class org.java.plugin.tools.ant.PathTask
 
execute() - Method in class org.java.plugin.tools.ant.PluginInfoTask
 
execute() - Method in class org.java.plugin.tools.ant.SingleFilePluginTask
 
execute() - Method in class org.java.plugin.tools.ant.SortTask
 
execute() - Method in class org.java.plugin.tools.ant.UnpackTask
 
execute() - Method in class org.java.plugin.tools.ant.VersionUpdateTask
 
ExtendedProperties - Class in org.java.plugin.util
This implementation supports parameters substitution in property value.
ExtendedProperties() - Constructor for class org.java.plugin.util.ExtendedProperties
 
ExtendedProperties(Properties) - Constructor for class org.java.plugin.util.ExtendedProperties
 
Extension - Interface in org.java.plugin.registry
This interface abstracts an extension - particular functionality, the plug-in contribute to the system.
Extension.Parameter - Interface in org.java.plugin.registry
This interface abstracts extension parameter according to extension declaration in manifest.
ExtensionMultiplicity - Enum in org.java.plugin.registry
Extension point multiplicity constants.
ExtensionPoint - Interface in org.java.plugin.registry
This interface abstracts the extension point - a place where the functionality of plug-in can be extended.
ExtensionPoint.ParameterDefinition - Interface in org.java.plugin.registry
This interface abstracts parameter definition - a parameter "type declaration".
extractId(String) - Method in interface org.java.plugin.registry.PluginRegistry
Extracts plug-in element ID from some unique identifier.
extractId(String) - Method in class org.java.plugin.registry.xml.PluginRegistryImpl
 
extractId(String) - Method in class org.java.plugin.tools.mocks.MockPluginRegistry
 
extractPluginId(String) - Method in interface org.java.plugin.registry.PluginRegistry
Extracts plug-in ID from some unique identifier.
extractPluginId(String) - Method in class org.java.plugin.registry.xml.PluginRegistryImpl
 
extractPluginId(String) - Method in class org.java.plugin.tools.mocks.MockPluginRegistry
 
extractVersion(String) - Method in interface org.java.plugin.registry.PluginRegistry
Extracts plug-in version identifier from some unique identifier (plug-in or plug-in fragment).
extractVersion(String) - Method in class org.java.plugin.registry.xml.PluginRegistryImpl
 
extractVersion(String) - Method in class org.java.plugin.tools.mocks.MockPluginRegistry
 

F

file2url(File) - Static method in class org.java.plugin.util.IoUtil
Utility method to convert a File object to a local URL.
filterPluginLocations(PluginRegistry, Collection<PluginManager.PluginLocation>) - Method in class org.java.plugin.boot.DefaultApplicationInitializer
This method may remove unwanted plug-in locations from the given list.
findLibrary(String) - Method in class org.java.plugin.standard.StandardPluginClassLoader
 
findResource(String) - Method in class org.java.plugin.standard.StandardPluginClassLoader
 
findResource(String, StandardPluginClassLoader, Set<String>) - Method in class org.java.plugin.standard.StandardPluginClassLoader
 
findResources(String) - Method in class org.java.plugin.standard.StandardPluginClassLoader
 
findResources(List<URL>, String, StandardPluginClassLoader, Set<String>) - Method in class org.java.plugin.standard.StandardPluginClassLoader
 
fromCode(String) - Static method in enum org.java.plugin.registry.ExtensionMultiplicity
Converts plug-in manifest string code to extension multiplicity constant value.
fromCode(String) - Static method in enum org.java.plugin.registry.MatchingRule
Converts plug-in manifest string code to matching rule constant value.
fromCode(String) - Static method in enum org.java.plugin.registry.ParameterMultiplicity
Converts plug-in manifest string code to parameter multiplicity constant value.
fromCode(String) - Static method in enum org.java.plugin.registry.ParameterType
Converts plug-in manifest string code to parameter type constant value.

G

generate(File) - Method in class org.java.plugin.tools.docgen.DocGenerator
Generates documentation for all registered plug-ins.
getAttribute(String) - Method in interface org.java.plugin.registry.PluginDescriptor
 
getAttribute(String) - Method in class org.java.plugin.tools.mocks.MockPluginDescriptor
 
getAttributes() - Method in interface org.java.plugin.registry.PluginDescriptor
Returns collection of all top level attributes defined in manifest.
getAttributes(String) - Method in interface org.java.plugin.registry.PluginDescriptor
 
getAttributes() - Method in class org.java.plugin.tools.mocks.MockPluginDescriptor
 
getAttributes(String) - Method in class org.java.plugin.tools.mocks.MockPluginDescriptor
 
getAvailableExtension(String) - Method in interface org.java.plugin.registry.ExtensionPoint
 
getAvailableExtension(String) - Method in class org.java.plugin.tools.mocks.MockExtensionPoint
 
getAvailableExtensions() - Method in interface org.java.plugin.registry.ExtensionPoint
Returns a collection of all extensions that available for this point.
getAvailableExtensions() - Method in class org.java.plugin.tools.mocks.MockExtensionPoint
 
getBaseUrl(UniqueIdentity) - Method in class org.java.plugin.standard.ShadingPathResolver
 
getBlackList() - Method in class org.java.plugin.tools.ant.BaseJpfTask
 
getBuild() - Method in class org.java.plugin.registry.Version
 
getCaption() - Method in interface org.java.plugin.registry.Documentation
 
getCaption() - Method in interface org.java.plugin.registry.Documentation.Reference
 
getCaption() - Method in class org.java.plugin.tools.mocks.MockDocumentation
 
getCode() - Method in interface org.java.plugin.registry.IntegrityCheckReport.ReportItem
 
getConnectedExtension(String) - Method in interface org.java.plugin.registry.ExtensionPoint
 
getConnectedExtension(String) - Method in class org.java.plugin.tools.mocks.MockExtensionPoint
 
getConnectedExtensions() - Method in interface org.java.plugin.registry.ExtensionPoint
Returns a collection of all extensions that was successfully "connected" to this point.
getConnectedExtensions() - Method in class org.java.plugin.tools.mocks.MockExtensionPoint
 
getContextLocation() - Method in interface org.java.plugin.PluginManager.PluginLocation
 
getContextLocation() - Method in class org.java.plugin.standard.StandardPluginLocation
 
getCustomData() - Method in interface org.java.plugin.registry.ExtensionPoint.ParameterDefinition
 
getCustomData() - Method in class org.java.plugin.tools.mocks.MockParameterDefinition
 
getDeclaringExtension() - Method in interface org.java.plugin.registry.Extension.Parameter
 
getDeclaringExtension() - Method in class org.java.plugin.tools.mocks.MockParameter
 
getDeclaringExtensionPoint() - Method in interface org.java.plugin.registry.ExtensionPoint.ParameterDefinition
 
getDeclaringExtensionPoint() - Method in class org.java.plugin.tools.mocks.MockParameterDefinition
 
getDeclaringIdentity() - Method in interface org.java.plugin.registry.Documentation
 
getDeclaringIdentity() - Method in interface org.java.plugin.registry.Documentation.Reference
 
getDeclaringIdentity() - Method in class org.java.plugin.tools.mocks.MockDocumentation
 
getDeclaringPluginDescriptor() - Method in interface org.java.plugin.registry.PluginElement
Returns plug-in descriptor, this element belongs to.
getDeclaringPluginDescriptor() - Method in class org.java.plugin.tools.mocks.MockPluginElement
 
getDeclaringPluginFragment() - Method in interface org.java.plugin.registry.PluginElement
Returns descriptor of plug-in fragment that contributes this element.
getDeclaringPluginFragment() - Method in class org.java.plugin.tools.mocks.MockPluginElement
 
getDefaultValue() - Method in interface org.java.plugin.registry.ExtensionPoint.ParameterDefinition
 
getDefaultValue() - Method in class org.java.plugin.tools.mocks.MockParameterDefinition
 
getDefinition() - Method in interface org.java.plugin.registry.Extension.Parameter
Returns definition for this extension parameter.
getDefinition() - Method in class org.java.plugin.tools.mocks.MockParameter
 
getDependingPlugins(PluginDescriptor) - Method in interface org.java.plugin.registry.PluginRegistry
Utility method that recursively collects all plug-ins that depends on the given plug-in.
getDependingPlugins(PluginDescriptor) - Method in class org.java.plugin.registry.xml.PluginRegistryImpl
 
getDependingPlugins(PluginDescriptor) - Method in class org.java.plugin.tools.mocks.MockPluginRegistry
 
getDescendants() - Method in interface org.java.plugin.registry.ExtensionPoint
Looks for all available (valid) successors of this extension point.
getDescendants() - Method in class org.java.plugin.tools.mocks.MockExtensionPoint
 
getDescriptor() - Method in class org.java.plugin.Plugin
 
getDocsPath() - Method in interface org.java.plugin.registry.Documentable
 
getDocsPath() - Method in class org.java.plugin.tools.mocks.MockPluginDescriptor
 
getDocsPath() - Method in class org.java.plugin.tools.mocks.MockPluginElement
 
getDocsPath() - Method in class org.java.plugin.tools.mocks.MockPluginFragment
 
getDocumentation() - Method in interface org.java.plugin.registry.Documentable
 
getDocumentation() - Method in class org.java.plugin.tools.mocks.MockPluginDescriptor
 
getDocumentation() - Method in class org.java.plugin.tools.mocks.MockPluginElement
 
getDocumentation() - Method in class org.java.plugin.tools.mocks.MockPluginFragment
 
getDocumentationOverview() - Method in class org.java.plugin.tools.docgen.DocGenerator
 
getErrorDetails(Throwable) - Static method in class org.java.plugin.boot.ErrorDialog
Utility method to get detailed error report.
getExports() - Method in interface org.java.plugin.registry.Library
This method should return collection of String objects that represent resource name prefixes or package name patterns that are available to other plug-ins.
getExports() - Method in class org.java.plugin.tools.mocks.MockLibrary
 
getExtendedPluginId() - Method in interface org.java.plugin.registry.Extension
 
getExtendedPluginId() - Method in class org.java.plugin.tools.mocks.MockExtension
 
getExtendedPointId() - Method in interface org.java.plugin.registry.Extension
 
getExtendedPointId() - Method in class org.java.plugin.tools.mocks.MockExtension
 
getExtension(String) - Method in interface org.java.plugin.registry.PluginDescriptor
 
getExtension(String) - Method in class org.java.plugin.tools.mocks.MockPluginDescriptor
 
getExtensionPoint(String) - Method in interface org.java.plugin.registry.PluginDescriptor
 
getExtensionPoint(String, String) - Method in interface org.java.plugin.registry.PluginRegistry
Looks for extension point.
getExtensionPoint(String) - Method in interface org.java.plugin.registry.PluginRegistry
Looks for extension point.
getExtensionPoint(String, String) - Method in class org.java.plugin.registry.xml.PluginRegistryImpl
 
getExtensionPoint(String) - Method in class org.java.plugin.registry.xml.PluginRegistryImpl
 
getExtensionPoint(String) - Method in class org.java.plugin.tools.mocks.MockPluginDescriptor
 
getExtensionPoint(String, String) - Method in class org.java.plugin.tools.mocks.MockPluginRegistry
 
getExtensionPoint(String) - Method in class org.java.plugin.tools.mocks.MockPluginRegistry
 
getExtensionPoints() - Method in interface org.java.plugin.registry.PluginDescriptor
Returns collection of all extension points defined in manifest.
getExtensionPoints() - Method in class org.java.plugin.tools.mocks.MockPluginDescriptor
 
getExtensions() - Method in interface org.java.plugin.registry.PluginDescriptor
Returns collection of all extensions defined in manifest.
getExtensions() - Method in class org.java.plugin.tools.mocks.MockPluginDescriptor
 
getFragments() - Method in interface org.java.plugin.registry.PluginDescriptor
Returns collection of plug-in fragments which contributes to this plug-in.
getFragments() - Method in class org.java.plugin.tools.mocks.MockPluginDescriptor
 
getId() - Method in interface org.java.plugin.registry.Identity
 
getId() - Method in interface org.java.plugin.registry.ManifestInfo
 
getId() - Method in class org.java.plugin.tools.mocks.MockIdentity
 
getId() - Method in class org.java.plugin.tools.mocks.MockManifestInfo
 
getImage() - Method in interface org.java.plugin.boot.SplashHandler
 
getImplClassName(Class<?>) - Method in class org.java.plugin.standard.StandardObjectFactory
 
getImplementation() - Method in interface org.java.plugin.boot.SplashHandler
Useful method to get access to handler internals.
getIncludedFiles() - Method in class org.java.plugin.tools.ant.BaseJpfTask
 
getItems() - Method in interface org.java.plugin.registry.IntegrityCheckReport
 
getLibraries() - Method in interface org.java.plugin.registry.PluginDescriptor
Returns collection of all libraries defined in manifest.
getLibraries() - Method in class org.java.plugin.tools.mocks.MockPluginDescriptor
 
getLibrary(String) - Method in interface org.java.plugin.registry.PluginDescriptor
 
getLibrary(String) - Method in class org.java.plugin.tools.mocks.MockPluginDescriptor
 
getLink(Documentation.Reference<?>) - Method in class org.java.plugin.tools.docgen.DocGenerator.Tool
 
getLocation() - Method in interface org.java.plugin.registry.PluginDescriptor
 
getLocation() - Method in interface org.java.plugin.registry.PluginFragment
 
getLocation() - Method in class org.java.plugin.tools.mocks.MockPluginDescriptor
 
getLocation() - Method in class org.java.plugin.tools.mocks.MockPluginFragment
 
getMajor() - Method in class org.java.plugin.registry.Version
 
getManager() - Method in class org.java.plugin.Plugin
 
getManifestLocation() - Method in interface org.java.plugin.PluginManager.PluginLocation
 
getManifestLocation() - Method in class org.java.plugin.standard.StandardPluginLocation
 
getManifestURL(File) - Method in class org.java.plugin.tools.ant.BaseJpfTask
 
getMatchingRule() - Method in interface org.java.plugin.registry.ManifestInfo
 
getMatchingRule() - Method in interface org.java.plugin.registry.PluginFragment
 
getMatchingRule() - Method in interface org.java.plugin.registry.PluginPrerequisite
 
getMatchingRule() - Method in class org.java.plugin.tools.mocks.MockManifestInfo
 
getMatchingRule() - Method in class org.java.plugin.tools.mocks.MockPluginFragment
 
getMatchingRule() - Method in class org.java.plugin.tools.mocks.MockPluginPrerequisite
 
getMessage(Locale) - Method in exception org.java.plugin.JpfException
 
getMessage() - Method in interface org.java.plugin.registry.IntegrityCheckReport.ReportItem
 
getMessage(Locale) - Method in interface org.java.plugin.registry.IntegrityCheckReport.ReportItem
 
getMessage(String, String) - Static method in class org.java.plugin.util.ResourceManager
 
getMessage(String, String, Object) - Static method in class org.java.plugin.util.ResourceManager
 
getMessage(String, String, Locale) - Static method in class org.java.plugin.util.ResourceManager
 
getMessage(String, String, Locale, Object) - Static method in class org.java.plugin.util.ResourceManager
 
getMinor() - Method in class org.java.plugin.registry.Version
 
getMultiplicity() - Method in interface org.java.plugin.registry.ExtensionPoint
 
getMultiplicity() - Method in interface org.java.plugin.registry.ExtensionPoint.ParameterDefinition
 
getMultiplicity() - Method in class org.java.plugin.tools.mocks.MockExtensionPoint
 
getMultiplicity() - Method in class org.java.plugin.tools.mocks.MockParameterDefinition
 
getName() - Method in class org.java.plugin.registry.Version
 
getOutputEncoding() - Method in class org.java.plugin.tools.docgen.DocGenerator
 
getParameter(String) - Method in interface org.java.plugin.registry.Extension
Returns top level parameter with given ID or null if no top level parameters exist.
getParameter(String) - Method in class org.java.plugin.tools.mocks.MockExtension
 
getParameterDefinition(String) - Method in interface org.java.plugin.registry.ExtensionPoint
 
getParameterDefinition(String) - Method in class org.java.plugin.tools.mocks.MockExtensionPoint
 
getParameterDefinitions() - Method in interface org.java.plugin.registry.ExtensionPoint
Returns collection of all top level parameter definitions declared in this extension point and all it parents.
getParameterDefinitions() - Method in class org.java.plugin.tools.mocks.MockExtensionPoint
 
getParameters() - Method in interface org.java.plugin.registry.Extension
Returns collection of all top level parameters defined in this extension.
getParameters(String) - Method in interface org.java.plugin.registry.Extension
 
getParameters() - Method in class org.java.plugin.tools.mocks.MockExtension
 
getParameters(String) - Method in class org.java.plugin.tools.mocks.MockExtension
 
getParentExtensionPointId() - Method in interface org.java.plugin.registry.ExtensionPoint
 
getParentExtensionPointId() - Method in class org.java.plugin.tools.mocks.MockExtensionPoint
 
getParentPluginId() - Method in interface org.java.plugin.registry.ExtensionPoint
 
getParentPluginId() - Method in class org.java.plugin.tools.mocks.MockExtensionPoint
 
getPath() - Method in interface org.java.plugin.registry.Library
 
getPath() - Method in class org.java.plugin.tools.mocks.MockLibrary
 
getPathResolver() - Method in class org.java.plugin.PluginManager
 
getPathResolver() - Method in class org.java.plugin.standard.StandardPluginManager
 
getPathResolver() - Method in class org.java.plugin.tools.ant.BaseJpfTask
 
getPlugin(String) - Method in class org.java.plugin.PluginManager
Looks for plug-in with given ID and activates it if it is not activated yet.
getPlugin(String) - Method in class org.java.plugin.standard.StandardPluginManager
Looks for plug-in with given ID and activates it if it is not activated yet.
getPluginClassLoader(PluginDescriptor) - Method in class org.java.plugin.PluginManager
Returns instance of plug-in's class loader and not tries to activate plug-in.
getPluginClassLoader(PluginDescriptor) - Method in class org.java.plugin.standard.StandardPluginManager
Returns instance of plug-in's class loader and not tries to activate plug-in.
getPluginClassName() - Method in interface org.java.plugin.registry.PluginDescriptor
 
getPluginClassName() - Method in class org.java.plugin.tools.mocks.MockPluginDescriptor
 
getPluginDescriptor() - Method in class org.java.plugin.PluginClassLoader
 
getPluginDescriptor(String) - Method in interface org.java.plugin.registry.PluginRegistry
Returns descriptor of plug-in with given ID.
getPluginDescriptor(String) - Method in class org.java.plugin.registry.xml.PluginRegistryImpl
 
getPluginDescriptor(String) - Method in class org.java.plugin.tools.mocks.MockPluginRegistry
 
getPluginDescriptors() - Method in interface org.java.plugin.registry.PluginRegistry
Returns collection of descriptors of all plug-ins that was successfully populated by this registry.
getPluginDescriptors() - Method in class org.java.plugin.registry.xml.PluginRegistryImpl
 
getPluginDescriptors() - Method in class org.java.plugin.tools.mocks.MockPluginRegistry
 
getPluginFor(Object) - Method in class org.java.plugin.PluginManager
Looks for plug-in, given object belongs to.
getPluginFor(Object) - Method in class org.java.plugin.standard.StandardPluginManager
Looks for plug-in, given object belongs to.
getPluginFragments() - Method in interface org.java.plugin.registry.PluginRegistry
Returns collection of descriptors of all plug-in fragments that was successfully populated by this registry.
getPluginFragments() - Method in class org.java.plugin.registry.xml.PluginRegistryImpl
 
getPluginFragments() - Method in class org.java.plugin.tools.mocks.MockPluginRegistry
 
getPluginId() - Method in interface org.java.plugin.registry.ManifestInfo
 
getPluginId() - Method in interface org.java.plugin.registry.PluginFragment
 
getPluginId() - Method in interface org.java.plugin.registry.PluginPrerequisite
 
getPluginId() - Method in class org.java.plugin.tools.mocks.MockManifestInfo
 
getPluginId() - Method in class org.java.plugin.tools.mocks.MockPluginFragment
 
getPluginId() - Method in class org.java.plugin.tools.mocks.MockPluginPrerequisite
 
getPluginManager() - Method in class org.java.plugin.PluginClassLoader
 
getPluginManager() - Method in class org.java.plugin.standard.PluginLifecycleHandler
 
getPluginVersion() - Method in interface org.java.plugin.registry.ManifestInfo
 
getPluginVersion() - Method in interface org.java.plugin.registry.PluginFragment
 
getPluginVersion() - Method in interface org.java.plugin.registry.PluginPrerequisite
 
getPluginVersion() - Method in class org.java.plugin.tools.mocks.MockManifestInfo
 
getPluginVersion() - Method in class org.java.plugin.tools.mocks.MockPluginFragment
 
getPluginVersion() - Method in class org.java.plugin.tools.mocks.MockPluginPrerequisite
 
getPrerequisite(String) - Method in interface org.java.plugin.registry.PluginDescriptor
 
getPrerequisite(String) - Method in class org.java.plugin.tools.mocks.MockPluginDescriptor
 
getPrerequisites() - Method in interface org.java.plugin.registry.PluginDescriptor
Returns collection of all prerequisites defined in manifest.
getPrerequisites() - Method in class org.java.plugin.tools.mocks.MockPluginDescriptor
 
getProgress() - Method in interface org.java.plugin.boot.SplashHandler
 
getProperty(String) - Method in class org.java.plugin.util.ExtendedProperties
Any parameter like ${propertyName} in property value will be replaced with the value of property with name propertyName.
getProperty(String, String) - Method in class org.java.plugin.util.ExtendedProperties
 
getRef() - Method in interface org.java.plugin.registry.Documentation.Reference
 
getReferences() - Method in interface org.java.plugin.registry.Documentation
 
getReferences() - Method in class org.java.plugin.tools.mocks.MockDocumentation
 
getRegisteredContext(String) - Method in interface org.java.plugin.PathResolver
Returns URL of registered plug-in element context.
getRegisteredContext(String) - Method in class org.java.plugin.standard.StandardPathResolver
 
getRegistrationReport() - Method in interface org.java.plugin.registry.PluginRegistry
 
getRegistrationReport() - Method in class org.java.plugin.registry.xml.PluginRegistryImpl
 
getRegistrationReport() - Method in class org.java.plugin.tools.mocks.MockPluginRegistry
 
getRegistry() - Method in class org.java.plugin.PluginManager
 
getRegistry() - Method in interface org.java.plugin.registry.PluginDescriptor
 
getRegistry() - Method in interface org.java.plugin.registry.PluginFragment
 
getRegistry() - Method in class org.java.plugin.standard.StandardPluginManager
 
getRegistry() - Method in class org.java.plugin.tools.ant.BaseJpfTask
 
getRegistry() - Method in class org.java.plugin.tools.mocks.MockPluginDescriptor
 
getRegistry() - Method in class org.java.plugin.tools.mocks.MockPluginFragment
 
getResourceInputStream(URL) - Static method in class org.java.plugin.util.IoUtil
Opens input stream for given resource.
getResultFile(URL) - Method in class org.java.plugin.tools.ant.SortTask
 
getSeverity() - Method in interface org.java.plugin.registry.IntegrityCheckReport.ReportItem
 
getSource() - Method in interface org.java.plugin.registry.IntegrityCheckReport.ReportItem
 
getSplashHandler() - Static method in class org.java.plugin.boot.Boot
Returns current instance of splash screen handler if it is available or null.
getStylesheet() - Method in class org.java.plugin.tools.docgen.DocGenerator
 
getSubAttribute(String) - Method in interface org.java.plugin.registry.PluginAttribute
 
getSubAttribute(String) - Method in class org.java.plugin.tools.mocks.MockPluginAttribute
 
getSubAttributes() - Method in interface org.java.plugin.registry.PluginAttribute
 
getSubAttributes(String) - Method in interface org.java.plugin.registry.PluginAttribute
 
getSubAttributes() - Method in class org.java.plugin.tools.mocks.MockPluginAttribute
 
getSubAttributes(String) - Method in class org.java.plugin.tools.mocks.MockPluginAttribute
 
getSubDefinition(String) - Method in interface org.java.plugin.registry.ExtensionPoint.ParameterDefinition
 
getSubDefinition(String) - Method in class org.java.plugin.tools.mocks.MockParameterDefinition
 
getSubDefinitions() - Method in interface org.java.plugin.registry.ExtensionPoint.ParameterDefinition
Returns collection of all parameter sub-definitions declared in this parameter definition.
getSubDefinitions() - Method in class org.java.plugin.tools.mocks.MockParameterDefinition
 
getSubParameter(String) - Method in interface org.java.plugin.registry.Extension.Parameter
Returns sub-parameter with given ID or null if no sub-parameters exist.
getSubParameter(String) - Method in class org.java.plugin.tools.mocks.MockParameter
 
getSubParameters() - Method in interface org.java.plugin.registry.Extension.Parameter
Returns collection of all sub-parameters defined in this parameter.
getSubParameters(String) - Method in interface org.java.plugin.registry.Extension.Parameter
 
getSubParameters() - Method in class org.java.plugin.tools.mocks.MockParameter
 
getSubParameters(String) - Method in class org.java.plugin.tools.mocks.MockParameter
 
getSubset(String) - Method in class org.java.plugin.util.ExtendedProperties
 
getSubset(String, String) - Method in class org.java.plugin.util.ExtendedProperties
 
getSuperAttribute() - Method in interface org.java.plugin.registry.PluginAttribute
 
getSuperAttribute() - Method in class org.java.plugin.tools.mocks.MockPluginAttribute
 
getSuperDefinition() - Method in interface org.java.plugin.registry.ExtensionPoint.ParameterDefinition
 
getSuperDefinition() - Method in class org.java.plugin.tools.mocks.MockParameterDefinition
 
getSuperParameter() - Method in interface org.java.plugin.registry.Extension.Parameter
 
getSuperParameter() - Method in class org.java.plugin.tools.mocks.MockParameter
 
getText() - Method in interface org.java.plugin.boot.SplashHandler
 
getText() - Method in interface org.java.plugin.registry.Documentation
 
getText() - Method in class org.java.plugin.tools.mocks.MockDocumentation
 
getType() - Method in interface org.java.plugin.registry.ExtensionPoint.ParameterDefinition
 
getType() - Method in class org.java.plugin.tools.mocks.MockParameterDefinition
 
getUniqueId() - Method in interface org.java.plugin.registry.UniqueIdentity
 
getUniqueId() - Method in class org.java.plugin.tools.mocks.MockExtension
 
getUniqueId() - Method in class org.java.plugin.tools.mocks.MockExtensionPoint
 
getUniqueId() - Method in class org.java.plugin.tools.mocks.MockLibrary
 
getUniqueId() - Method in class org.java.plugin.tools.mocks.MockPluginDescriptor
 
getUniqueId() - Method in class org.java.plugin.tools.mocks.MockPluginFragment
 
getUniqueId() - Method in class org.java.plugin.tools.mocks.MockPluginPrerequisite
 
getValue() - Method in interface org.java.plugin.registry.PluginAttribute
 
getValue() - Method in class org.java.plugin.tools.mocks.MockPluginAttribute
 
getVendor() - Method in interface org.java.plugin.registry.ManifestInfo
 
getVendor() - Method in interface org.java.plugin.registry.PluginDescriptor
 
getVendor() - Method in interface org.java.plugin.registry.PluginFragment
 
getVendor() - Method in class org.java.plugin.tools.mocks.MockManifestInfo
 
getVendor() - Method in class org.java.plugin.tools.mocks.MockPluginDescriptor
 
getVendor() - Method in class org.java.plugin.tools.mocks.MockPluginFragment
 
getVerbose() - Method in class org.java.plugin.tools.ant.BaseJpfTask
 
getVersion() - Method in interface org.java.plugin.registry.Library
 
getVersion() - Method in interface org.java.plugin.registry.ManifestInfo
 
getVersion() - Method in interface org.java.plugin.registry.PluginDescriptor
 
getVersion() - Method in interface org.java.plugin.registry.PluginFragment
 
getVersion() - Method in class org.java.plugin.tools.mocks.MockLibrary
 
getVersion() - Method in class org.java.plugin.tools.mocks.MockManifestInfo
 
getVersion() - Method in class org.java.plugin.tools.mocks.MockPluginDescriptor
 
getVersion() - Method in class org.java.plugin.tools.mocks.MockPluginFragment
 
getWhiteList() - Method in class org.java.plugin.tools.ant.BaseJpfTask
 

H

handleError(String, Exception) - Method in interface org.java.plugin.boot.BootErrorHandler
Called if non-fatal error has occurred and application boot may be continued.
handleError(String, IntegrityCheckReport) - Method in interface org.java.plugin.boot.BootErrorHandler
Called if an error has been detected during plug-ins integrity check and application boot may be continued.
handleError(String, Exception) - Method in class org.java.plugin.boot.BootErrorHandlerConsole
Does the same as BootErrorHandlerConsole.handleFatalError(String, Throwable) always returns false.
handleError(String, IntegrityCheckReport) - Method in class org.java.plugin.boot.BootErrorHandlerConsole
Does the same as BootErrorHandlerConsole.handleFatalError(String) always returns false.
handleError(String, Exception) - Method in class org.java.plugin.boot.BootErrorHandlerGui
 
handleError(String, IntegrityCheckReport) - Method in class org.java.plugin.boot.BootErrorHandlerGui
 
handleFatalError(String) - Method in interface org.java.plugin.boot.BootErrorHandler
Called if fatal error has occurred.
handleFatalError(String, Throwable) - Method in interface org.java.plugin.boot.BootErrorHandler
Called if fatal error has occurred.
handleFatalError(String) - Method in class org.java.plugin.boot.BootErrorHandlerConsole
Prints given message to the "standard" error output.
handleFatalError(String, Throwable) - Method in class org.java.plugin.boot.BootErrorHandlerConsole
Prints given message and error stack trace to the "standard" error output.
handleFatalError(String) - Method in class org.java.plugin.boot.BootErrorHandlerGui
 
handleFatalError(String, Throwable) - Method in class org.java.plugin.boot.BootErrorHandlerGui
 
hashCode() - Method in class org.java.plugin.registry.Version
 

I

Identity - Interface in org.java.plugin.registry
Base interface for any plug-in manifest element class.
init(PluginManager) - Method in class org.java.plugin.standard.PluginLifecycleHandler
Initializes this handler instance.
initApplication(BootErrorHandler, String[]) - Method in interface org.java.plugin.boot.ApplicationInitializer
This method should configure and initialize an application instance to be started.
initApplication(ExtendedProperties, String[]) - Method in class org.java.plugin.boot.ApplicationPlugin
This method should instantiate and configure application instance that will then be started.
initApplication(BootErrorHandler, String[]) - Method in class org.java.plugin.boot.DefaultApplicationInitializer
Initializes application.
initPlugin(Plugin, PluginDescriptor) - Method in class org.java.plugin.PluginManager
Initializes given plug-in with this manager instance and given descriptor.
initRegistry(boolean) - Method in class org.java.plugin.tools.ant.BaseJpfTask
 
IntegrityCheckReport - Interface in org.java.plugin.registry
Result of validation performed by registry on all registered plug-ins.
IntegrityCheckReport.Error - Enum in org.java.plugin.registry
Integrity check error constants.
IntegrityCheckReport.ReportItem - Interface in org.java.plugin.registry
Integrity check report element.
IntegrityCheckReport.Severity - Enum in org.java.plugin.registry
Integrity check report item severity constants.
integrityCheckReport2str(IntegrityCheckReport) - Method in class org.java.plugin.boot.DefaultApplicationInitializer
 
IoUtil - Class in org.java.plugin.util
Input/Output, File and URL/URI related utilities.
isAbsoluteUrl(String) - Method in class org.java.plugin.tools.docgen.DocGenerator.Tool
 
isActive() - Method in class org.java.plugin.Plugin
 
isBadPlugin(PluginDescriptor) - Method in class org.java.plugin.PluginManager
 
isBadPlugin(PluginDescriptor) - Method in class org.java.plugin.standard.StandardPluginManager
 
isClassVisible(String) - Method in class org.java.plugin.standard.StandardPluginClassLoader.ResourceFilter
 
isCodeLibrary() - Method in interface org.java.plugin.registry.Library
 
isCodeLibrary() - Method in class org.java.plugin.tools.mocks.MockLibrary
 
isCompatibleWith(Version) - Method in class org.java.plugin.registry.Version
Compares two version identifiers for compatibility.
isContextRegistered(String) - Method in interface org.java.plugin.PathResolver
 
isContextRegistered(String) - Method in class org.java.plugin.standard.StandardPathResolver
 
isEquivalentTo(Version) - Method in class org.java.plugin.registry.Version
Compares two version identifiers for equivalency.
isExported() - Method in interface org.java.plugin.registry.PluginPrerequisite
 
isExported() - Method in class org.java.plugin.tools.mocks.MockPluginPrerequisite
 
isExtensionAvailable(String) - Method in interface org.java.plugin.registry.ExtensionPoint
Checks if extension is available for this extension point.
isExtensionAvailable(String) - Method in class org.java.plugin.tools.mocks.MockExtensionPoint
 
isExtensionConnected(String) - Method in interface org.java.plugin.registry.ExtensionPoint
Checks if extension is in valid state and successfully "connected" to this extension point.
isExtensionConnected(String) - Method in class org.java.plugin.tools.mocks.MockExtensionPoint
 
isExtensionPointAvailable(String, String) - Method in interface org.java.plugin.registry.PluginRegistry
Checks if extension point exists and is in valid state.
isExtensionPointAvailable(String) - Method in interface org.java.plugin.registry.PluginRegistry
Checks if extension point exists and is in valid state.
isExtensionPointAvailable(String, String) - Method in class org.java.plugin.registry.xml.PluginRegistryImpl
 
isExtensionPointAvailable(String) - Method in class org.java.plugin.registry.xml.PluginRegistryImpl
 
isExtensionPointAvailable(String, String) - Method in class org.java.plugin.tools.mocks.MockPluginRegistry
 
isExtensionPointAvailable(String) - Method in class org.java.plugin.tools.mocks.MockPluginRegistry
 
isGreaterOrEqualTo(Version) - Method in class org.java.plugin.registry.Version
Compares two version identifiers to see if this one is greater than or equal to the argument.
isGreaterThan(Version) - Method in class org.java.plugin.registry.Version
Compares two version identifiers for order using multi-decimal comparison.
isManifestAccepted(URL) - Method in class org.java.plugin.tools.ant.BaseJpfTask
 
isOptional() - Method in interface org.java.plugin.registry.PluginPrerequisite
 
isOptional() - Method in class org.java.plugin.tools.mocks.MockPluginPrerequisite
 
isPluginActivated(PluginDescriptor) - Method in class org.java.plugin.PluginManager
 
isPluginActivated(PluginDescriptor) - Method in class org.java.plugin.standard.StandardPluginManager
 
isPluginActivating(PluginDescriptor) - Method in class org.java.plugin.PluginManager
 
isPluginActivating(PluginDescriptor) - Method in class org.java.plugin.standard.StandardPluginManager
 
isPluginDescriptorAvailable(String) - Method in interface org.java.plugin.registry.PluginRegistry
Checks if plug-in exists and is in valid state.
isPluginDescriptorAvailable(String) - Method in class org.java.plugin.registry.xml.PluginRegistryImpl
 
isPluginDescriptorAvailable(String) - Method in class org.java.plugin.tools.mocks.MockPluginRegistry
 
isPluginEnabled(PluginDescriptor) - Method in class org.java.plugin.PluginManager
 
isPluginEnabled(PluginDescriptor) - Method in class org.java.plugin.standard.StandardPluginManager
 
isResourceExists(URL) - Static method in class org.java.plugin.util.IoUtil
Checks if resource exist and can be opened.
isResourceVisible(String, URL, StandardPluginClassLoader) - Method in class org.java.plugin.standard.StandardPluginClassLoader
 
isResourceVisible(String) - Method in class org.java.plugin.standard.StandardPluginClassLoader.ResourceFilter
 
isReverseLookup() - Method in interface org.java.plugin.registry.PluginPrerequisite
 
isReverseLookup() - Method in class org.java.plugin.tools.mocks.MockPluginPrerequisite
 
isSuccessorOf(ExtensionPoint) - Method in interface org.java.plugin.registry.ExtensionPoint
 
isSuccessorOf(ExtensionPoint) - Method in class org.java.plugin.tools.mocks.MockExtensionPoint
 
isValid() - Method in interface org.java.plugin.registry.Extension
 
isValid() - Method in interface org.java.plugin.registry.ExtensionPoint
 
isValid() - Method in class org.java.plugin.tools.mocks.MockExtension
 
isValid() - Method in class org.java.plugin.tools.mocks.MockExtensionPoint
 
isVisible() - Method in interface org.java.plugin.boot.SplashHandler
 

J

JpfException - Exception in org.java.plugin
Base JPF exception class that supports localized error messages.
JpfException(String, String, Object, Throwable) - Constructor for exception org.java.plugin.JpfException
 

L

Library - Interface in org.java.plugin.registry
This interface provides access to information about resource or code contributed by plug-in.
loadClass(String, boolean) - Method in class org.java.plugin.standard.StandardPluginClassLoader
 
loadList(File) - Method in class org.java.plugin.tools.ant.BaseJpfTask
 
log - Variable in class org.java.plugin.boot.DefaultPluginsCollector
 
log - Variable in class org.java.plugin.Plugin
Makes logging service available for descending classes.
log - Variable in class org.java.plugin.standard.StandardObjectFactory
 
log - Variable in class org.java.plugin.standard.StandardPathResolver
 
lookup(Object) - Static method in class org.java.plugin.PluginManager
Looks for plug-in manager instance for given object.

M

main(String[]) - Static method in class org.java.plugin.boot.Boot
Call this method to start/stop application.
makeUniqueId(String, String) - Method in interface org.java.plugin.registry.PluginRegistry
Constructs unique identifier for some plug-in element from it's ID.
makeUniqueId(String, Version) - Method in interface org.java.plugin.registry.PluginRegistry
Constructs unique identifier for plug-in with given ID.
makeUniqueId(String, String) - Method in class org.java.plugin.registry.xml.PluginRegistryImpl
 
makeUniqueId(String, Version) - Method in class org.java.plugin.registry.xml.PluginRegistryImpl
 
makeUniqueId(String, String) - Method in class org.java.plugin.tools.mocks.MockPluginRegistry
 
makeUniqueId(String, Version) - Method in class org.java.plugin.tools.mocks.MockPluginRegistry
 
ManifestInfo - Interface in org.java.plugin.registry
Manifest info holder interface.
ManifestProcessingException - Exception in org.java.plugin.registry
Exception class that indicates errors during plug-in manifest processing.
ManifestProcessingException(String, String) - Constructor for exception org.java.plugin.registry.ManifestProcessingException
 
ManifestProcessingException(String, String, Object) - Constructor for exception org.java.plugin.registry.ManifestProcessingException
 
ManifestProcessingException(String, String, Object, Throwable) - Constructor for exception org.java.plugin.registry.ManifestProcessingException
 
matches(PluginDescriptor) - Method in interface org.java.plugin.registry.PluginFragment
Checks is this fragment may contribute to given plug-in.
matches() - Method in interface org.java.plugin.registry.PluginPrerequisite
 
matches(PluginDescriptor) - Method in class org.java.plugin.tools.mocks.MockPluginFragment
 
matches() - Method in class org.java.plugin.tools.mocks.MockPluginPrerequisite
 
MatchingRule - Enum in org.java.plugin.registry
Version identifier matching modes.
maybeJarUrl(URL) - Method in class org.java.plugin.standard.StandardPathResolver
 
MockDocumentation<T extends Identity> - Class in org.java.plugin.tools.mocks
 
MockDocumentation() - Constructor for class org.java.plugin.tools.mocks.MockDocumentation
 
MockExtension - Class in org.java.plugin.tools.mocks
 
MockExtension() - Constructor for class org.java.plugin.tools.mocks.MockExtension
No-arguments constructor.
MockExtension(String) - Constructor for class org.java.plugin.tools.mocks.MockExtension
 
MockExtension(String, PluginDescriptor) - Constructor for class org.java.plugin.tools.mocks.MockExtension
 
MockExtensionPoint - Class in org.java.plugin.tools.mocks
 
MockExtensionPoint() - Constructor for class org.java.plugin.tools.mocks.MockExtensionPoint
 
MockIdentity - Class in org.java.plugin.tools.mocks
 
MockIdentity() - Constructor for class org.java.plugin.tools.mocks.MockIdentity
 
MockLibrary - Class in org.java.plugin.tools.mocks
 
MockLibrary() - Constructor for class org.java.plugin.tools.mocks.MockLibrary
 
MockManifestInfo - Class in org.java.plugin.tools.mocks
 
MockManifestInfo() - Constructor for class org.java.plugin.tools.mocks.MockManifestInfo
 
MockParameter - Class in org.java.plugin.tools.mocks
 
MockParameter() - Constructor for class org.java.plugin.tools.mocks.MockParameter
No-arguments constructor.
MockParameter(String, String, Object) - Constructor for class org.java.plugin.tools.mocks.MockParameter
 
MockParameter(String, String, Object, Extension) - Constructor for class org.java.plugin.tools.mocks.MockParameter
 
MockParameterDefinition - Class in org.java.plugin.tools.mocks
 
MockParameterDefinition() - Constructor for class org.java.plugin.tools.mocks.MockParameterDefinition
 
MockPluginAttribute - Class in org.java.plugin.tools.mocks
 
MockPluginAttribute() - Constructor for class org.java.plugin.tools.mocks.MockPluginAttribute
No-arguments constructor.
MockPluginAttribute(String, String) - Constructor for class org.java.plugin.tools.mocks.MockPluginAttribute
 
MockPluginDescriptor - Class in org.java.plugin.tools.mocks
 
MockPluginDescriptor() - Constructor for class org.java.plugin.tools.mocks.MockPluginDescriptor
No-arguments constructor.
MockPluginDescriptor(String) - Constructor for class org.java.plugin.tools.mocks.MockPluginDescriptor
 
MockPluginDescriptor(String, Version) - Constructor for class org.java.plugin.tools.mocks.MockPluginDescriptor
 
MockPluginElement<T extends PluginElement<T>> - Class in org.java.plugin.tools.mocks
 
MockPluginElement() - Constructor for class org.java.plugin.tools.mocks.MockPluginElement
 
MockPluginFragment - Class in org.java.plugin.tools.mocks
 
MockPluginFragment() - Constructor for class org.java.plugin.tools.mocks.MockPluginFragment
 
MockPluginPrerequisite - Class in org.java.plugin.tools.mocks
 
MockPluginPrerequisite() - Constructor for class org.java.plugin.tools.mocks.MockPluginPrerequisite
 
MockPluginRegistry - Class in org.java.plugin.tools.mocks
 
MockPluginRegistry() - Constructor for class org.java.plugin.tools.mocks.MockPluginRegistry
 
MODE_BUILD - Static variable in class org.java.plugin.tools.ant.SortTask
Put plug-in's build.xml file into output path.
MODE_DIR - Static variable in class org.java.plugin.tools.ant.SortTask
Put plug-in directory into output path.
MODE_MANIFEST - Static variable in class org.java.plugin.tools.ant.SortTask
Put original plug-in manifest file into output path.
modifiedExtensions() - Method in interface org.java.plugin.registry.PluginRegistry.RegistryChangeData
 
modifiedExtensions(String) - Method in interface org.java.plugin.registry.PluginRegistry.RegistryChangeData
 
modifiedPlugins() - Method in interface org.java.plugin.registry.PluginRegistry.RegistryChangeData
 

N

newInstance() - Static method in class org.java.plugin.ObjectFactory
Creates and configures new instance of object factory.
newInstance(ExtendedProperties) - Static method in class org.java.plugin.ObjectFactory
Creates and configures new instance of object factory.
notifyClassLoader(PluginClassLoader) - Method in class org.java.plugin.PluginManager
Forwards call to PluginClassLoader.pluginsSetChanged() method.

O

ObjectFactory - Class in org.java.plugin
Factory class to help creating base Framework objects: plug-in registry, path resolver and plug-in manager.
ObjectFactory() - Constructor for class org.java.plugin.ObjectFactory
 
org.java.plugin - package org.java.plugin
This package contains framework runtime API.
org.java.plugin.boot - package org.java.plugin.boot
This package contains helper classes to start/stop JPF based applications.
org.java.plugin.registry - package org.java.plugin.registry
This package contains framework registry API.
org.java.plugin.registry.xml - package org.java.plugin.registry.xml
This package contains XML syntax manifest files based framework registry API implementation.
org.java.plugin.standard - package org.java.plugin.standard
This package contains standard implementation of main framework runtime API.
org.java.plugin.tools - package org.java.plugin.tools
General plug-in tools related classes.
org.java.plugin.tools.ant - package org.java.plugin.tools.ant
This package contains implementations of various Ant tasks aimed to make usage of JPF much simple and convenient.
org.java.plugin.tools.docgen - package org.java.plugin.tools.docgen
JXP (Java scripted page) templates based documentation generator.
org.java.plugin.tools.mocks - package org.java.plugin.tools.mocks
Simple mock classes to be used in unit tests.
org.java.plugin.util - package org.java.plugin.util
This package contains miscellaneous utility classes.

P

pack(PluginDescriptor, PathResolver, File) - Static method in class org.java.plugin.tools.PluginArchiver
Packs given plug-in into single ZIP file.
pack(PluginFragment, PathResolver, File) - Static method in class org.java.plugin.tools.PluginArchiver
Packs given plug-in fragment into single ZIP file.
pack(PluginRegistry, PathResolver, File) - Static method in class org.java.plugin.tools.PluginArchiver
Packs all plug-ins from given registry as one archive file.
pack(PluginRegistry, PathResolver, File, PluginArchiver.Filter) - Static method in class org.java.plugin.tools.PluginArchiver
Packs plug-ins from given registry as one archive file according to given filter.
PackTask - Class in org.java.plugin.tools.ant
The ant task for creating plug-ins archive file.
PackTask() - Constructor for class org.java.plugin.tools.ant.PackTask
 
PARAM_APPLICATION_PLUGIN - Static variable in class org.java.plugin.boot.DefaultApplicationInitializer
 
PARAM_INTEGRITY_CHECK_MODE - Static variable in class org.java.plugin.boot.DefaultApplicationInitializer
 
PARAM_PLUGINS_BLACK_LIST - Static variable in class org.java.plugin.boot.DefaultApplicationInitializer
 
PARAM_PLUGINS_COLLECTOR - Static variable in class org.java.plugin.boot.DefaultApplicationInitializer
 
PARAM_PLUGINS_LOCATIONS_DESCRIPTORS - Static variable in class org.java.plugin.boot.DefaultPluginsCollector
 
PARAM_PLUGINS_REPOSITORIES - Static variable in class org.java.plugin.boot.DefaultPluginsCollector
 
PARAM_PLUGINS_WHITE_LIST - Static variable in class org.java.plugin.boot.DefaultApplicationInitializer
 
ParameterMultiplicity - Enum in org.java.plugin.registry
Parameter definition multiplicity constants.
ParameterType - Enum in org.java.plugin.registry
Parameter definition type constants.
parse(String) - Static method in class org.java.plugin.registry.Version
Parses given string as version identifier.
PathResolver - Interface in org.java.plugin
This interface is intended to establish correspondence between relative path and absolute URL in context of plug-in or plug-in fragment.
PathTask - Class in org.java.plugin.tools.ant
The Ant task to prepare classpath according to plug-in manifest(s) declarations.
PathTask() - Constructor for class org.java.plugin.tools.ant.PathTask
 
Plugin - Class in org.java.plugin
This is base for "home" class of plug-in runtime.
Plugin() - Constructor for class org.java.plugin.Plugin
 
pluginActivated(Plugin) - Method in interface org.java.plugin.PluginManager.EventListener
This method will be called by the manager just after plug-in has been successfully activated.
pluginActivated(Plugin) - Method in class org.java.plugin.PluginManager.EventListenerAdapter
 
PluginArchiver - Class in org.java.plugin.tools
Plug-ins archive support class.
PluginArchiver.Filter - Interface in org.java.plugin.tools
Callback interface to filter plug-ins being processed.
PluginAttribute - Interface in org.java.plugin.registry
This interface abstracts plug-in attribute, a <ID,VALUE> pair.
PluginClassLoader - Class in org.java.plugin
Extension to Java class loader API.
PluginClassLoader(PluginManager, PluginDescriptor, URL[], ClassLoader, URLStreamHandlerFactory) - Constructor for class org.java.plugin.PluginClassLoader
 
PluginClassLoader(PluginManager, PluginDescriptor, URL[], ClassLoader) - Constructor for class org.java.plugin.PluginClassLoader
 
PluginClassLoader(PluginManager, PluginDescriptor, URL[]) - Constructor for class org.java.plugin.PluginClassLoader
 
pluginDeactivated(Plugin) - Method in interface org.java.plugin.PluginManager.EventListener
This method will be called by the manager just before plug-in deactivation.
pluginDeactivated(Plugin) - Method in class org.java.plugin.PluginManager.EventListenerAdapter
 
PluginDescriptor - Interface in org.java.plugin.registry
Main interface to get access to all meta-information for particular plug-in, described in plug-in manifest file.
pluginDisabled(PluginDescriptor) - Method in interface org.java.plugin.PluginManager.EventListener
This method will be called by the manager just before plug-in disabling.
pluginDisabled(PluginDescriptor) - Method in class org.java.plugin.PluginManager.EventListenerAdapter
 
PluginElement<T extends PluginElement<T>> - Interface in org.java.plugin.registry
This interface abstracts a plug-in element - a thing that is declared in plug-in or plug-in fragment descriptor.
pluginEnabled(PluginDescriptor) - Method in interface org.java.plugin.PluginManager.EventListener
This method will be called by the manager just after plug-in enabling.
pluginEnabled(PluginDescriptor) - Method in class org.java.plugin.PluginManager.EventListenerAdapter
 
PluginFragment - Interface in org.java.plugin.registry
Interface to get access to main information about plug-in fragment.
PluginInfoTask - Class in org.java.plugin.tools.ant
Simple task to read some data from plug-in manifest into project properties.
PluginInfoTask() - Constructor for class org.java.plugin.tools.ant.PluginInfoTask
 
PluginLifecycleException - Exception in org.java.plugin
Exception class that indicates errors during plug-in life cycle.
PluginLifecycleException(String, String) - Constructor for exception org.java.plugin.PluginLifecycleException
 
PluginLifecycleException(String, String, Object) - Constructor for exception org.java.plugin.PluginLifecycleException
 
PluginLifecycleException(String, String, Object, Throwable) - Constructor for exception org.java.plugin.PluginLifecycleException
 
PluginLifecycleHandler - Class in org.java.plugin.standard
Manager class that handles plug-in life cycle related logic.
PluginLifecycleHandler() - Constructor for class org.java.plugin.standard.PluginLifecycleHandler
 
PluginManager - Class in org.java.plugin
JPF "runtime" class - the entry point to the framework API.
PluginManager() - Constructor for class org.java.plugin.PluginManager
 
PluginManager.EventListener - Interface in org.java.plugin
Plug-ins life-cycle events callback interface.
PluginManager.EventListenerAdapter - Class in org.java.plugin
An abstract adapter class for receiving plug-ins life-cycle events.
PluginManager.EventListenerAdapter() - Constructor for class org.java.plugin.PluginManager.EventListenerAdapter
 
PluginManager.PluginLocation - Interface in org.java.plugin
Simple callback interface to hold info about plug-in manifest and plug-in data locations.
PluginPrerequisite - Interface in org.java.plugin.registry
This interface abstracts inter plug-ins dependencies.
PluginRegistry - Interface in org.java.plugin.registry
Root interface to get access to all meta-information about discovered plug-ins.
PluginRegistry.RegistryChangeData - Interface in org.java.plugin.registry
Registry changes data holder interface.
PluginRegistry.RegistryChangeListener - Interface in org.java.plugin.registry
Plug-in registry changes callback interface.
PluginRegistryImpl - Class in org.java.plugin.registry.xml
This is an implementation of plug-in registry of XML syntax plug-in manifests.
PluginRegistryImpl() - Constructor for class org.java.plugin.registry.xml.PluginRegistryImpl
Creates plug-in registry object.
PluginsCollector - Interface in org.java.plugin.boot
Interface to encapsulate logic for gathering information about available plug-ins locations.
pluginsSetChanged() - Method in class org.java.plugin.PluginClassLoader
Registry data change notification.
pluginsSetChanged() - Method in class org.java.plugin.standard.StandardPluginClassLoader
 
printError(Throwable, String, StringBuilder) - Static method in class org.java.plugin.boot.ErrorDialog
Prints detailed stack trace to the given buffer.
processDocText(String) - Method in class org.java.plugin.tools.docgen.DocGenerator.Tool
Substitutes all ${relativePath} variables with their values.
processFile(File, List<PluginManager.PluginLocation>) - Method in class org.java.plugin.boot.DefaultPluginsCollector
 
processFolder(File, List<PluginManager.PluginLocation>) - Method in class org.java.plugin.boot.DefaultPluginsCollector
 
PROP_BOOT_CONFIG - Static variable in class org.java.plugin.boot.Boot
Boot configuration file location System property name.
PROP_BOOT_MODE - Static variable in class org.java.plugin.boot.Boot
Boot mode System property name.
publishPlugins(PluginManager.PluginLocation[]) - Method in class org.java.plugin.PluginManager
Registers plug-ins and their locations with this plug-in manager.
publishPlugins(PluginManager.PluginLocation[]) - Method in class org.java.plugin.standard.StandardPluginManager
Registers plug-ins and their locations with this plug-in manager.

R

rawValue() - Method in interface org.java.plugin.registry.Extension.Parameter
 
rawValue() - Method in class org.java.plugin.tools.mocks.MockParameter
 
readDescriptor(URL, PluginRegistry) - Static method in class org.java.plugin.tools.PluginArchiver
Reads meta-information from plug-ins archive file and registers found plug-in manifest data with given registry for future analysis.
readDescriptor(URL, PluginRegistry, PluginArchiver.Filter) - Static method in class org.java.plugin.tools.PluginArchiver
Reads meta-information from plug-ins archive file and registers found plug-in manifest data with given registry for future analysis.
readManifestInfo(URL) - Method in interface org.java.plugin.registry.PluginRegistry
Reads basic information from a plug-in or plug-in fragment manifest.
readManifestInfo(URL) - Method in class org.java.plugin.registry.xml.PluginRegistryImpl
 
readManifestInfo(URL) - Method in class org.java.plugin.tools.mocks.MockPluginRegistry
 
register(URL[]) - Method in interface org.java.plugin.registry.PluginRegistry
Registers plug-ins and plug-in fragments in this registry.
register(URL[]) - Method in class org.java.plugin.registry.xml.PluginRegistryImpl
General algorithm: Collect all currently registered extension points.
register(URL[]) - Method in class org.java.plugin.tools.mocks.MockPluginRegistry
 
registerContext(Identity, URL) - Method in interface org.java.plugin.PathResolver
Registers "home" URL for given plug-in element.
registerContext(Identity, URL) - Method in class org.java.plugin.standard.ShadingPathResolver
 
registerContext(Identity, URL) - Method in class org.java.plugin.standard.StandardPathResolver
This implementation accepts PluginDescriptor or PluginFragment as valid plug-in elements.
registerListener(PluginManager.EventListener) - Method in class org.java.plugin.PluginManager
Registers plug-in manager event listener.
registerListener(PluginRegistry.RegistryChangeListener) - Method in interface org.java.plugin.registry.PluginRegistry
Registers plug-in registry change event listener.
registerListener(PluginRegistry.RegistryChangeListener) - Method in class org.java.plugin.registry.xml.PluginRegistryImpl
 
registerListener(PluginManager.EventListener) - Method in class org.java.plugin.standard.StandardPluginManager
Registers plug-in manager event listener.
registerListener(PluginRegistry.RegistryChangeListener) - Method in class org.java.plugin.tools.mocks.MockPluginRegistry
 
registryChanged(PluginRegistry.RegistryChangeData) - Method in interface org.java.plugin.registry.PluginRegistry.RegistryChangeListener
This method will be called by the framework when changes are made on registry (via PluginRegistry.register(URL[]) or PluginRegistry.unregister(String[]) methods).
removedExtensions() - Method in interface org.java.plugin.registry.PluginRegistry.RegistryChangeData
 
removedExtensions(String) - Method in interface org.java.plugin.registry.PluginRegistry.RegistryChangeData
 
removedPlugins() - Method in interface org.java.plugin.registry.PluginRegistry.RegistryChangeData
 
reorder(List<PluginDescriptor>) - Method in class org.java.plugin.tools.ant.SortTask
 
resolvePath(Identity, String) - Method in interface org.java.plugin.PathResolver
Should resolve given path to URL for a given identity.
resolvePath(Identity, String) - Method in class org.java.plugin.standard.ShadingPathResolver
 
resolvePath(Identity, String) - Method in class org.java.plugin.standard.StandardPathResolver
 
resolvePath(URL, String) - Method in class org.java.plugin.standard.StandardPathResolver
Resolves given path against given base URL.
ResourceManager - Class in org.java.plugin.util
Utility class to manage localization resources.

S

SEPARATOR - Static variable in class org.java.plugin.registry.Version
Version identifier parts separator.
ServiceApplication - Interface in org.java.plugin.boot
This is "marker" interface to represent a service style application that may be started and stopped.
setAlterReferences(boolean) - Method in class org.java.plugin.tools.ant.VersionUpdateTask
 
setBaseDir(File) - Method in class org.java.plugin.tools.ant.BaseJpfTask
 
setBlackList(File) - Method in class org.java.plugin.tools.ant.BaseJpfTask
 
setCaption(String) - Method in class org.java.plugin.tools.mocks.MockDocumentation
 
setCodeLibrary(boolean) - Method in class org.java.plugin.tools.mocks.MockLibrary
 
setCustomData(String) - Method in class org.java.plugin.tools.mocks.MockParameterDefinition
 
setDeclaringExtension(Extension) - Method in class org.java.plugin.tools.mocks.MockParameter
 
setDeclaringExtensionPoint(ExtensionPoint) - Method in class org.java.plugin.tools.mocks.MockParameterDefinition
 
setDeclaringIdentity(T) - Method in class org.java.plugin.tools.mocks.MockDocumentation
 
setDeclaringPluginDescriptor(PluginDescriptor) - Method in class org.java.plugin.tools.mocks.MockPluginElement
 
setDeclaringPluginFragment(PluginFragment) - Method in class org.java.plugin.tools.mocks.MockPluginElement
 
setDefaultValue(String) - Method in class org.java.plugin.tools.mocks.MockParameterDefinition
 
setDefinition(ExtensionPoint.ParameterDefinition) - Method in class org.java.plugin.tools.mocks.MockParameter
 
setDestDir(File) - Method in class org.java.plugin.tools.ant.DocTask
 
setDestDir(File) - Method in class org.java.plugin.tools.ant.SingleFilePluginTask
 
setDestDir(File) - Method in class org.java.plugin.tools.ant.UnpackTask
 
setDestFile(File) - Method in class org.java.plugin.tools.ant.PackTask
 
setDocEncoding(String) - Method in class org.java.plugin.tools.ant.DocTask
 
setDocsPath(String) - Method in class org.java.plugin.tools.mocks.MockPluginDescriptor
 
setDocsPath(String) - Method in class org.java.plugin.tools.mocks.MockPluginElement
 
setDocsPath(String) - Method in class org.java.plugin.tools.mocks.MockPluginFragment
 
setDocumentation(Documentation<PluginDescriptor>) - Method in class org.java.plugin.tools.mocks.MockPluginDescriptor
 
setDocumentation(Documentation<T>) - Method in class org.java.plugin.tools.mocks.MockPluginElement
 
setDocumentation(Documentation<PluginFragment>) - Method in class org.java.plugin.tools.mocks.MockPluginFragment
 
setDocumentationOverview(String) - Method in class org.java.plugin.tools.docgen.DocGenerator
 
setEncoding(String) - Method in class org.java.plugin.tools.ant.DocTask
 
setExported(boolean) - Method in class org.java.plugin.tools.mocks.MockPluginPrerequisite
 
setExtendedPluginId(String) - Method in class org.java.plugin.tools.mocks.MockExtension
 
setExtendedPointId(String) - Method in class org.java.plugin.tools.mocks.MockExtension
 
setFollowExports(boolean) - Method in class org.java.plugin.tools.ant.PathTask
 
setForeignClassLoadingOptimization(boolean) - Method in class org.java.plugin.standard.StandardPluginClassLoader
 
setId(String) - Method in class org.java.plugin.tools.mocks.MockIdentity
 
setId(String) - Method in class org.java.plugin.tools.mocks.MockManifestInfo
 
setImage(URL) - Method in interface org.java.plugin.boot.SplashHandler
Sets new image URL and optionally displays it on the splash screen.
setIntegrityCheckReport(IntegrityCheckReport) - Method in class org.java.plugin.tools.mocks.MockPluginRegistry
 
setLocalClassLoadingOptimization(boolean) - Method in class org.java.plugin.standard.StandardPluginClassLoader
 
setLocation(URL) - Method in class org.java.plugin.tools.mocks.MockPluginDescriptor
 
setLocation(URL) - Method in class org.java.plugin.tools.mocks.MockPluginFragment
 
setManifest(File) - Method in class org.java.plugin.tools.ant.PluginInfoTask
 
setMatches(boolean) - Method in class org.java.plugin.tools.mocks.MockPluginPrerequisite
 
setMatchingRule(MatchingRule) - Method in class org.java.plugin.tools.mocks.MockManifestInfo
 
setMatchingRule(MatchingRule) - Method in class org.java.plugin.tools.mocks.MockPluginFragment
 
setMatchingRule(MatchingRule) - Method in class org.java.plugin.tools.mocks.MockPluginPrerequisite
 
setMultiplicity(ExtensionMultiplicity) - Method in class org.java.plugin.tools.mocks.MockExtensionPoint
 
setMultiplicity(ParameterMultiplicity) - Method in class org.java.plugin.tools.mocks.MockParameterDefinition
 
setOptional(boolean) - Method in class org.java.plugin.tools.mocks.MockPluginPrerequisite
 
setOutputEncoding(String) - Method in class org.java.plugin.tools.docgen.DocGenerator
 
setOverview(File) - Method in class org.java.plugin.tools.ant.DocTask
 
setParentExtensionPoint(String, String) - Method in class org.java.plugin.tools.mocks.MockExtensionPoint
 
setPath(String) - Method in class org.java.plugin.tools.mocks.MockLibrary
 
setPathId(String) - Method in class org.java.plugin.tools.ant.PathTask
 
setPathId(String) - Method in class org.java.plugin.tools.ant.SortTask
 
setPathIdRef(String) - Method in class org.java.plugin.tools.ant.PathTask
 
setPathIdRef(String) - Method in class org.java.plugin.tools.ant.SortTask
 
setPathMode(String) - Method in class org.java.plugin.tools.ant.SortTask
 
setPluginClassName(String) - Method in class org.java.plugin.tools.mocks.MockPluginDescriptor
 
setPluginId(String) - Method in class org.java.plugin.tools.ant.PathTask
 
setPluginId(String) - Method in class org.java.plugin.tools.mocks.MockManifestInfo
 
setPluginId(String) - Method in class org.java.plugin.tools.mocks.MockPluginFragment
 
setPluginId(String) - Method in class org.java.plugin.tools.mocks.MockPluginPrerequisite
 
setPluginIds(String) - Method in class org.java.plugin.tools.ant.PathTask
 
setPluginVersion(Version) - Method in class org.java.plugin.tools.mocks.MockManifestInfo
 
setPluginVersion(Version) - Method in class org.java.plugin.tools.mocks.MockPluginFragment
 
setPluginVersion(Version) - Method in class org.java.plugin.tools.mocks.MockPluginPrerequisite
 
setProbeParentLoaderLast(boolean) - Method in class org.java.plugin.standard.StandardPluginClassLoader
 
setProgress(float) - Method in interface org.java.plugin.boot.SplashHandler
Sets boot progress value and optionally adjust visual progress bar control.
setPropertyId(String) - Method in class org.java.plugin.tools.ant.PluginInfoTask
 
setPropertyMatchingRule(String) - Method in class org.java.plugin.tools.ant.PluginInfoTask
 
setPropertyPluginId(String) - Method in class org.java.plugin.tools.ant.PluginInfoTask
 
setPropertyPluginVersion(String) - Method in class org.java.plugin.tools.ant.PluginInfoTask
 
setPropertyVendor(String) - Method in class org.java.plugin.tools.ant.PluginInfoTask
 
setPropertyVersion(String) - Method in class org.java.plugin.tools.ant.PluginInfoTask
 
setRegistrationReport(IntegrityCheckReport) - Method in class org.java.plugin.tools.mocks.MockPluginRegistry
 
setRegistry(PluginRegistry) - Method in class org.java.plugin.tools.mocks.MockPluginDescriptor
 
setRegistry(PluginRegistry) - Method in class org.java.plugin.tools.mocks.MockPluginFragment
 
setReverse(boolean) - Method in class org.java.plugin.tools.ant.SortTask
 
setReverseLookup(boolean) - Method in class org.java.plugin.tools.mocks.MockPluginPrerequisite
 
setSplashHandler(SplashHandler) - Static method in class org.java.plugin.boot.Boot
 
setSrcFile(File) - Method in class org.java.plugin.tools.ant.UnpackTask
 
setStickySynchronizing(boolean) - Method in class org.java.plugin.standard.StandardPluginClassLoader
 
setStylesheet(String) - Method in class org.java.plugin.tools.docgen.DocGenerator
 
setStylesheetFile(File) - Method in class org.java.plugin.tools.ant.DocTask
 
setSuperAttribute(PluginAttribute) - Method in class org.java.plugin.tools.mocks.MockPluginAttribute
 
setSuperDefinition(ExtensionPoint.ParameterDefinition) - Method in class org.java.plugin.tools.mocks.MockParameterDefinition
 
setSuperParameter(Extension.Parameter) - Method in class org.java.plugin.tools.mocks.MockParameter
 
setTemplates(String) - Method in class org.java.plugin.tools.ant.DocTask
 
setText(String) - Method in interface org.java.plugin.boot.SplashHandler
Sets new text caption and optionally display it on the screen.
setText(String) - Method in class org.java.plugin.tools.mocks.MockDocumentation
 
setTimestampVersion(boolean) - Method in class org.java.plugin.tools.ant.VersionUpdateTask
 
setType(ParameterType) - Method in class org.java.plugin.tools.mocks.MockParameterDefinition
 
setUsePathResolver(boolean) - Method in class org.java.plugin.tools.ant.CheckTask
 
setValid(boolean) - Method in class org.java.plugin.tools.mocks.MockExtension
 
setValid(boolean) - Method in class org.java.plugin.tools.mocks.MockExtensionPoint
 
setValue(String, Object) - Method in class org.java.plugin.tools.mocks.MockParameter
 
setValue(String) - Method in class org.java.plugin.tools.mocks.MockPluginAttribute
 
setVendor(String) - Method in class org.java.plugin.tools.mocks.MockManifestInfo
 
setVendor(String) - Method in class org.java.plugin.tools.mocks.MockPluginDescriptor
 
setVendor(String) - Method in class org.java.plugin.tools.mocks.MockPluginFragment
 
setVerbose(boolean) - Method in class org.java.plugin.tools.ant.BaseJpfTask
 
setVersion(Version) - Method in class org.java.plugin.tools.mocks.MockLibrary
 
setVersion(Version) - Method in class org.java.plugin.tools.mocks.MockManifestInfo
 
setVersion(Version) - Method in class org.java.plugin.tools.mocks.MockPluginDescriptor
 
setVersion(Version) - Method in class org.java.plugin.tools.mocks.MockPluginFragment
 
setVersionsFile(File) - Method in class org.java.plugin.tools.ant.VersionUpdateTask
 
setVisible(boolean) - Method in interface org.java.plugin.boot.SplashHandler
Shows/hides splash screen.
setWhiteList(File) - Method in class org.java.plugin.tools.ant.BaseJpfTask
 
ShadingPathResolver - Class in org.java.plugin.standard
This implementation of path resolver makes "shadow copy" of plug-in resources before resolving paths to them, this helps avoid locking of local resources and run native code from remote locations.
ShadingPathResolver() - Constructor for class org.java.plugin.standard.ShadingPathResolver
 
showError(Component, String, String) - Static method in class org.java.plugin.boot.ErrorDialog
Displays error dialogue to the user.
showError(Component, String, String, Object) - Static method in class org.java.plugin.boot.ErrorDialog
Displays error dialogue to the user.
showError(Component, String, Object, Throwable) - Static method in class org.java.plugin.boot.ErrorDialog
Displays error dialogue to the user.
showError(Component, String, Throwable) - Static method in class org.java.plugin.boot.ErrorDialog
Displays error dialogue to the user.
showError(Component, String, String, Throwable) - Static method in class org.java.plugin.boot.ErrorDialog
Displays error dialogue to the user.
showError(Component, String, String, Object, Throwable) - Static method in class org.java.plugin.boot.ErrorDialog
Displays error dialogue to the user.
showWarning(Component, String, String) - Static method in class org.java.plugin.boot.ErrorDialog
Displays error dialogue to the user and lets him to make a decision with "Yes" and "No" buttons.
showWarning(Component, String, String, Object) - Static method in class org.java.plugin.boot.ErrorDialog
Displays error dialogue to the user and lets him to make a decision with "Yes" and "No" buttons.
showWarning(Component, String, String, Throwable) - Static method in class org.java.plugin.boot.ErrorDialog
Displays error dialogue to the user and lets him to make a decision with "Yes" and "No" buttons.
showWarning(Component, String, String, Object, Throwable) - Static method in class org.java.plugin.boot.ErrorDialog
Displays error dialogue to the user and lets him to make a decision with "Yes" and "No" buttons.
shutdown() - Method in class org.java.plugin.PluginManager
Shuts down the framework.
shutdown() - Method in class org.java.plugin.standard.StandardPluginManager
Shuts down the framework.
SingleFilePluginTask - Class in org.java.plugin.tools.ant
The Ant task to create "single file" plug-ins.
SingleFilePluginTask() - Constructor for class org.java.plugin.tools.ant.SingleFilePluginTask
 
SortTask - Class in org.java.plugin.tools.ant
The Ant task to sort plug-ins and plug-in fragments in correct build order.
SortTask() - Constructor for class org.java.plugin.tools.ant.SortTask
 
SplashHandler - Interface in org.java.plugin.boot
Interface to control application splash screen.
StandardObjectFactory - Class in org.java.plugin.standard
Standard object factory implementation.
StandardObjectFactory() - Constructor for class org.java.plugin.standard.StandardObjectFactory
 
StandardPathResolver - Class in org.java.plugin.standard
Standard simple implementation of path resolver.
StandardPathResolver() - Constructor for class org.java.plugin.standard.StandardPathResolver
 
StandardPluginClassLoader - Class in org.java.plugin.standard
Standard implementation of plug-in class loader.
StandardPluginClassLoader(PluginManager, PluginDescriptor, ClassLoader) - Constructor for class org.java.plugin.standard.StandardPluginClassLoader
Creates class instance configured to load classes and resources for given plug-in.
StandardPluginClassLoader.ResourceFilter - Class in org.java.plugin.standard
 
StandardPluginClassLoader.ResourceFilter(Library) - Constructor for class org.java.plugin.standard.StandardPluginClassLoader.ResourceFilter
 
StandardPluginLifecycleHandler - Class in org.java.plugin.standard
Standard implementation of plug-in life cycle handler.
StandardPluginLifecycleHandler() - Constructor for class org.java.plugin.standard.StandardPluginLifecycleHandler
 
StandardPluginLocation - Class in org.java.plugin.standard
A standard implementation of plug-in location interface.
StandardPluginLocation(URL, URL) - Constructor for class org.java.plugin.standard.StandardPluginLocation
Creates a new plug-in location from a given context an manifest URL's.
StandardPluginLocation(File, String) - Constructor for class org.java.plugin.standard.StandardPluginLocation
Creates a new plug-in location from a jar or a zip file or a folder.
StandardPluginManager - Class in org.java.plugin.standard
Standard implementation of plug-in manager.
StandardPluginManager(PluginRegistry, PathResolver, PluginLifecycleHandler) - Constructor for class org.java.plugin.standard.StandardPluginManager
Creates instance of plug-in manager for given registry, path resolver and life cycle handler.
startApplication() - Method in interface org.java.plugin.boot.Application
This method should start the application.
startPlugin(Plugin) - Method in class org.java.plugin.PluginManager
Starts given plug-in.
stopApplication(Application) - Static method in class org.java.plugin.boot.Boot
Stops the application, shuts down plug-in manager and disposes log service.
stopApplication() - Method in interface org.java.plugin.boot.ServiceApplication
This method should stop the application.
stopPlugin(Plugin) - Method in class org.java.plugin.PluginManager
Stops given plug-in.
synchronizeFolders(File, File) - Static method in class org.java.plugin.util.IoUtil
Performs one-way directories synchronization comparing files only, not folders.
synchronizeFolders(File, File, FileFilter) - Static method in class org.java.plugin.util.IoUtil
Performs one-way directories synchronization comparing files only, not folders.

T

toCode() - Method in enum org.java.plugin.registry.ExtensionMultiplicity
 
toCode() - Method in enum org.java.plugin.registry.MatchingRule
 
toCode() - Method in enum org.java.plugin.registry.ParameterMultiplicity
 
toCode() - Method in enum org.java.plugin.registry.ParameterType
 
toString() - Method in class org.java.plugin.Plugin
 
toString() - Method in class org.java.plugin.PluginClassLoader
 
toString() - Method in class org.java.plugin.registry.Version
Returns the string representation of this version identifier.
toString() - Method in class org.java.plugin.standard.StandardPluginLocation
 

U

UniqueIdentity - Interface in org.java.plugin.registry
Base interface for those plug-in manifest element classes that may have UID.
unpack(URL, PluginRegistry, File) - Static method in class org.java.plugin.tools.PluginArchiver
Extracts plug-ins from the given archive file.
unpack(URL, PluginRegistry, File, PluginArchiver.Filter) - Static method in class org.java.plugin.tools.PluginArchiver
Extracts plug-ins from the given archive file.
unpack(URL, File) - Static method in class org.java.plugin.tools.PluginArchiver
Extracts all plug-ins from the given archive file.
unpack(URL, File, PluginArchiver.Filter) - Static method in class org.java.plugin.tools.PluginArchiver
Extracts plug-ins from the given archive file according to given filter.
UnpackTask - Class in org.java.plugin.tools.ant
The ant task for extracting plug-ins from archive.
UnpackTask() - Constructor for class org.java.plugin.tools.ant.UnpackTask
 
unregister(String[]) - Method in interface org.java.plugin.registry.PluginRegistry
Unregisters plug-ins and plug-in fragments with given ID's (including depending plug-ins and plug-in fragments).
unregister(String[]) - Method in class org.java.plugin.registry.xml.PluginRegistryImpl
 
unregister(String[]) - Method in class org.java.plugin.tools.mocks.MockPluginRegistry
 
unregisterContext(String) - Method in interface org.java.plugin.PathResolver
Unregisters plug-in element from this path resolver.
unregisterContext(String) - Method in class org.java.plugin.standard.ShadingPathResolver
 
unregisterContext(String) - Method in class org.java.plugin.standard.StandardPathResolver
 
unregisterListener(PluginManager.EventListener) - Method in class org.java.plugin.PluginManager
Unregisters manager event listener.
unregisterListener(PluginRegistry.RegistryChangeListener) - Method in interface org.java.plugin.registry.PluginRegistry
Unregisters registry change event listener.
unregisterListener(PluginRegistry.RegistryChangeListener) - Method in class org.java.plugin.registry.xml.PluginRegistryImpl
 
unregisterListener(PluginManager.EventListener) - Method in class org.java.plugin.standard.StandardPluginManager
Unregisters manager event listener.
unregisterListener(PluginRegistry.RegistryChangeListener) - Method in class org.java.plugin.tools.mocks.MockPluginRegistry
 
url2file(URL) - Static method in class org.java.plugin.util.IoUtil
Utility method to convert local URL to a File object.

V

valueAsBoolean() - Method in interface org.java.plugin.registry.Extension.Parameter
Returns "typed" value of parameter.
valueAsBoolean() - Method in class org.java.plugin.tools.mocks.MockParameter
 
valueAsDate() - Method in interface org.java.plugin.registry.Extension.Parameter
Returns "typed" value of parameter.
valueAsDate() - Method in class org.java.plugin.tools.mocks.MockParameter
 
valueAsExtension() - Method in interface org.java.plugin.registry.Extension.Parameter
Returns "typed" value of parameter.
valueAsExtension() - Method in class org.java.plugin.tools.mocks.MockParameter
 
valueAsExtensionPoint() - Method in interface org.java.plugin.registry.Extension.Parameter
Returns "typed" value of parameter.
valueAsExtensionPoint() - Method in class org.java.plugin.tools.mocks.MockParameter
 
valueAsNumber() - Method in interface org.java.plugin.registry.Extension.Parameter
Returns "typed" value of parameter.
valueAsNumber() - Method in class org.java.plugin.tools.mocks.MockParameter
 
valueAsPluginDescriptor() - Method in interface org.java.plugin.registry.Extension.Parameter
Returns "typed" value of parameter.
valueAsPluginDescriptor() - Method in class org.java.plugin.tools.mocks.MockParameter
 
valueAsString() - Method in interface org.java.plugin.registry.Extension.Parameter
Returns "typed" value of parameter.
valueAsString() - Method in class org.java.plugin.tools.mocks.MockParameter
 
valueAsUrl() - Method in interface org.java.plugin.registry.Extension.Parameter
Returns "typed" value of parameter.
valueAsUrl(PathResolver) - Method in interface org.java.plugin.registry.Extension.Parameter
Returns "typed" value of parameter.
valueAsUrl() - Method in class org.java.plugin.tools.mocks.MockParameter
 
valueAsUrl(PathResolver) - Method in class org.java.plugin.tools.mocks.MockParameter
 
valueOf(String) - Static method in enum org.java.plugin.registry.ExtensionMultiplicity
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.java.plugin.registry.IntegrityCheckReport.Error
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.java.plugin.registry.IntegrityCheckReport.Severity
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.java.plugin.registry.MatchingRule
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.java.plugin.registry.ParameterMultiplicity
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.java.plugin.registry.ParameterType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.java.plugin.registry.ExtensionMultiplicity
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.java.plugin.registry.IntegrityCheckReport.Error
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.java.plugin.registry.IntegrityCheckReport.Severity
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.java.plugin.registry.MatchingRule
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.java.plugin.registry.ParameterMultiplicity
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.java.plugin.registry.ParameterType
Returns an array containing the constants of this enum type, in the order they're declared.
VERSION - Static variable in class org.java.plugin.PluginManager
JPF version number.
Version - Class in org.java.plugin.registry
This class represents a plug-in version identifier.
Version(int, int, int, String) - Constructor for class org.java.plugin.registry.Version
Creates version identifier object from given parts.
VERSION_PROPERTY - Static variable in class org.java.plugin.PluginManager
JPF version system property name.
VersionUpdateTask - Class in org.java.plugin.tools.ant
This class can upgrade all version and plugin-version tags in all plugin manifest files, to the latest version specified in a text file (in Java properties format).
VersionUpdateTask() - Constructor for class org.java.plugin.tools.ant.VersionUpdateTask
 

A B C D E F G H I J L M N O P R S T U V
JPF 1.5.1

Copyright © 2004-2007 Dmitry Olshansky. All Rights Reserved.