Uses of Interface
org.java.plugin.PathResolver
Packages that use PathResolver
Package
Description
This package contains framework runtime API.
This package contains framework registry API.
This package contains XML syntax manifest files based framework registry API implementation.
This package contains standard implementation of main framework runtime API.
General plug-in tools related classes.
This package contains implementations of various Ant tasks aimed to make usage of JPF much simple and convenient.
JXP
(Java scripted page) templates based documentation generator.
Simple mock classes to be used in unit tests.
-
Uses of PathResolver in org.java.plugin
Methods in org.java.plugin that return PathResolverModifier and TypeMethodDescriptionabstract PathResolver
ObjectFactory.createPathResolver()
Creates new instance of path resolver implementation class using standard discovery algorithm to determine which resolver implementation class should be instantiated.abstract PathResolver
PluginManager.getPathResolver()
Methods in org.java.plugin with parameters of type PathResolverModifier and TypeMethodDescriptionabstract PluginManager
ObjectFactory.createManager
(PluginRegistry registry, PathResolver pathResolver) Creates new instance of plug-in manager. -
Uses of PathResolver in org.java.plugin.registry
Methods in org.java.plugin.registry with parameters of type PathResolverModifier and TypeMethodDescriptionPluginRegistry.checkIntegrity
(PathResolver pathResolver) Performs integrity check of all registered plug-ins and generates result as a collection of standard report items.PluginRegistry.checkIntegrity
(PathResolver pathResolver, boolean includeRegistrationReport) Performs integrity check of all registered plug-ins and generates result as a collection of standard report items.Extension.Parameter.valueAsUrl
(PathResolver pathResolver) Returns "typed" value of parameter. -
Uses of PathResolver in org.java.plugin.registry.xml
Methods in org.java.plugin.registry.xml with parameters of type PathResolverModifier and TypeMethodDescriptionPluginRegistryImpl.checkIntegrity
(PathResolver pathResolver) PluginRegistryImpl.checkIntegrity
(PathResolver pathResolver, boolean includeRegistrationReport) -
Uses of PathResolver in org.java.plugin.standard
Classes in org.java.plugin.standard that implement PathResolverModifier and TypeClassDescriptionclass
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.class
Standard simple implementation of path resolver.Methods in org.java.plugin.standard that return PathResolverModifier and TypeMethodDescriptionStandardObjectFactory.createPathResolver()
StandardPluginManager.getPathResolver()
Methods in org.java.plugin.standard with parameters of type PathResolverModifier and TypeMethodDescriptionStandardObjectFactory.createManager
(PluginRegistry registry, PathResolver pathResolver) Constructors in org.java.plugin.standard with parameters of type PathResolverModifierConstructorDescriptionprotected
StandardPluginManager
(PluginRegistry aRegistry, PathResolver aPathResolver, PluginLifecycleHandler aLifecycleHandler) Creates instance of plug-in manager for given registry, path resolver and life cycle handler. -
Uses of PathResolver in org.java.plugin.tools
Methods in org.java.plugin.tools with parameters of type PathResolverModifier and TypeMethodDescriptionstatic void
PluginArchiver.pack
(PluginDescriptor descr, PathResolver pathResolver, File destFile) Packs given plug-in into single ZIP file.static void
PluginArchiver.pack
(PluginFragment fragment, PathResolver pathResolver, File destFile) Packs given plug-in fragment into single ZIP file.PluginArchiver.pack
(PluginRegistry registry, PathResolver pathResolver, File destFile) Packs all plug-ins from given registry as one archive file.PluginArchiver.pack
(PluginRegistry registry, PathResolver pathResolver, File destFile, PluginArchiver.Filter filter) Packs plug-ins from given registry as one archive file according to given filter. -
Uses of PathResolver in org.java.plugin.tools.ant
Methods in org.java.plugin.tools.ant that return PathResolver -
Uses of PathResolver in org.java.plugin.tools.docgen
Constructors in org.java.plugin.tools.docgen with parameters of type PathResolverModifierConstructorDescriptionDocGenerator
(PluginRegistry aRegistry, PathResolver aPathResolver) Constructs generator configured to use pre-defined set of templates.DocGenerator
(PluginRegistry aRegistry, PathResolver aPathResolver, File templatesFolder, String templatesEncoding) Constructs generator configured to use custom templates located somewhere in the local file system.DocGenerator
(PluginRegistry aRegistry, PathResolver aPathResolver, String templatesPath, String templatesEncoding) Constructs generator configured to use custom templates available in the classpath. -
Uses of PathResolver in org.java.plugin.tools.mocks
Methods in org.java.plugin.tools.mocks with parameters of type PathResolverModifier and TypeMethodDescriptionMockPluginRegistry.checkIntegrity
(PathResolver pathResolver) MockPluginRegistry.checkIntegrity
(PathResolver pathResolver, boolean includeRegistrationReport) MockParameter.valueAsUrl
(PathResolver pathResolver)