Uses of Interface
org.java.plugin.PathResolver

Packages that use PathResolver
org.java.plugin This package contains framework runtime API. 
org.java.plugin.extension   
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. 
 

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.extension
 

Methods in org.java.plugin.extension that return PathResolver
 PathResolver GuicyObjectFactory.createPathResolver()
           
 

Methods in org.java.plugin.extension with parameters of type PathResolver
 PluginManager GuicyObjectFactory.createManager(PluginRegistry registry, PathResolver pathResolver)
           
 java.net.URL AnnotatedParameter.valueAsUrl(PathResolver pathResolver)
           
 

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.
 



Copyright © 2010. All Rights Reserved.