createPathResolver() Creates new instance of path resolver implementation class using standard
discovery algorithm to determine which resolver implementation class
should be instantiated.
createRegistry() Creates new instance of plug-in registry implementation class using
standard discovery algorithm to determine which registry implementation
class should be instantiated.
Creates new instance of path resolver implementation class using standard
discovery algorithm to determine which resolver implementation class
should be instantiated.
new path resolver instance
Creates new instance of plug-in registry implementation class using
standard discovery algorithm to determine which registry implementation
class should be instantiated.
new registry instance
Creates and configures new instance of object factory. Factory
implementation class discovery procedure is following:
Use the org.java.plugin.ObjectFactory property from
the given properties collection (if it is provided).
Use the org.java.plugin.ObjectFactory system
property.
Use the properties file "jpf.properties" in the JRE "lib" directory
or in the CLASSPATH. This configuration file is in standard
java.util.Properties format and contains among others the
fully qualified name of the implementation class with the key being the
system property defined above.
Use the Services API (as detailed in the JAR specification), if
available, to determine the class name. The Services API will look for a
class name in the file
META-INF/services/org.java.plugin.ObjectFactory in jars
available to the runtime.
Framework default ObjectFactory implementation.
Parameters: config - factory configuration data, may be null configured instance of object factory