Uses of Class
org.java.plugin.ObjectFactory
-
Packages that use ObjectFactory Package Description org.java.plugin This package contains framework runtime API.org.java.plugin.standard This package contains standard implementation of main framework runtime API. -
-
Uses of ObjectFactory in org.java.plugin
Methods in org.java.plugin that return ObjectFactory Modifier and Type Method Description static ObjectFactory
ObjectFactory. newInstance()
Creates and configures new instance of object factory.static ObjectFactory
ObjectFactory. newInstance(ExtendedProperties config)
Creates and configures new instance of object factory. -
Uses of ObjectFactory in org.java.plugin.standard
Subclasses of ObjectFactory in org.java.plugin.standard Modifier and Type Class Description class
StandardObjectFactory
Standard object factory implementation.
-