|
JPF 1.5.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PathResolver | |
---|---|
org.java.plugin | This package contains framework runtime API. |
org.java.plugin.registry | This package contains framework registry API. |
org.java.plugin.registry.xml | This package contains XML syntax manifest files based framework registry API implementation. |
org.java.plugin.standard | This package contains standard implementation of main framework runtime API. |
org.java.plugin.tools | General plug-in tools related classes. |
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 | JXP (Java scripted page) templates based documentation generator. |
org.java.plugin.tools.mocks | Simple mock classes to be used in unit tests. |
Uses of PathResolver in org.java.plugin |
---|
Methods in org.java.plugin that return PathResolver | |
---|---|
abstract 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 PathResolver | |
---|---|
abstract 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 PathResolver | |
---|---|
IntegrityCheckReport |
PluginRegistry.checkIntegrity(PathResolver pathResolver)
Performs integrity check of all registered plug-ins and generates result as a collection of standard report items. |
IntegrityCheckReport |
PluginRegistry.checkIntegrity(PathResolver pathResolver,
boolean includeRegistrationReport)
Performs integrity check of all registered plug-ins and generates result as a collection of standard report items. |
java.net.URL |
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 PathResolver | |
---|---|
IntegrityCheckReport |
PluginRegistryImpl.checkIntegrity(PathResolver pathResolver)
|
IntegrityCheckReport |
PluginRegistryImpl.checkIntegrity(PathResolver pathResolver,
boolean includeRegistrationReport)
|
Uses of PathResolver in org.java.plugin.standard |
---|
Classes in org.java.plugin.standard that implement PathResolver | |
---|---|
class |
ShadingPathResolver
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 |
StandardPathResolver
Standard simple implementation of path resolver. |
Methods in org.java.plugin.standard that return PathResolver | |
---|---|
PathResolver |
StandardObjectFactory.createPathResolver()
|
PathResolver |
StandardPluginManager.getPathResolver()
|
Methods in org.java.plugin.standard with parameters of type PathResolver | |
---|---|
PluginManager |
StandardObjectFactory.createManager(PluginRegistry registry,
PathResolver pathResolver)
|
Constructors in org.java.plugin.standard with parameters of type PathResolver | |
---|---|
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 PathResolver | |
---|---|
static void |
PluginArchiver.pack(PluginDescriptor descr,
PathResolver pathResolver,
java.io.File destFile)
Packs given plug-in into single ZIP file. |
static void |
PluginArchiver.pack(PluginFragment fragment,
PathResolver pathResolver,
java.io.File destFile)
Packs given plug-in fragment into single ZIP file. |
static java.util.Set<java.lang.String> |
PluginArchiver.pack(PluginRegistry registry,
PathResolver pathResolver,
java.io.File destFile)
Packs all plug-ins from given registry as one archive file. |
static java.util.Set<java.lang.String> |
PluginArchiver.pack(PluginRegistry registry,
PathResolver pathResolver,
java.io.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 | |
---|---|
protected PathResolver |
BaseJpfTask.getPathResolver()
|
Uses of PathResolver in org.java.plugin.tools.docgen |
---|
Constructors in org.java.plugin.tools.docgen with parameters of type PathResolver | |
---|---|
DocGenerator(PluginRegistry aRegistry,
PathResolver aPathResolver)
Constructs generator configured to use pre-defined set of templates. |
|
DocGenerator(PluginRegistry aRegistry,
PathResolver aPathResolver,
java.io.File templatesFolder,
java.lang.String templatesEncoding)
Constructs generator configured to use custom templates located somewhere in the local file system. |
|
DocGenerator(PluginRegistry aRegistry,
PathResolver aPathResolver,
java.lang.String templatesPath,
java.lang.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 PathResolver | |
---|---|
IntegrityCheckReport |
MockPluginRegistry.checkIntegrity(PathResolver pathResolver)
|
IntegrityCheckReport |
MockPluginRegistry.checkIntegrity(PathResolver pathResolver,
boolean includeRegistrationReport)
|
java.net.URL |
MockParameter.valueAsUrl(PathResolver pathResolver)
|
|
JPF 1.5.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |