Uses of Class
com.iizix.prop.PropFactory
Packages that use PropFactory Package Description com.iizigo com.iizigo.app com.iizix.app.builder com.iizix.comm.client com.iizix.license com.iizix.server com.iizix.server.app com.iizix.test.client Uses of PropFactory in com.iizigo
Fields in com.iizigo declared as PropFactory Modifier and Type Field Description static PropFactory
Activator. designerFactory
The Designer property factory.Methods in com.iizigo that return PropFactory Modifier and Type Method Description static PropFactory
Activator. createNewServerPropertyFactory()
Creates a new Server property factory.static PropFactory
Activator. getServerPropertyFactory()
Gets the Server property factory.Uses of PropFactory in com.iizigo.app
Constructors in com.iizigo.app with parameters of type PropFactory Constructor Description EclipseApplicationDistributor(PropFactory propFactory, PropMgr propMgr, PluginLoader pluginLoader, java.util.concurrent.ExecutorService executorService, boolean isVerbose)
Constructs the application compiler for the target file.Uses of PropFactory in com.iizix.app.builder
Fields in com.iizix.app.builder declared as PropFactory Modifier and Type Field Description protected PropFactory
ApplicationDistributor. propFactory
The property factory to use when creating the distribution, null for the Designer.Constructors in com.iizix.app.builder with parameters of type PropFactory Constructor Description ApplicationDistributor(PropFactory propFactory, PropMgr propMgr, PluginLoader pluginLoader, java.util.concurrent.ExecutorService executorService, boolean isVerbose)
Constructs the application compiler for the target file.Uses of PropFactory in com.iizix.comm.client
Constructors in com.iizix.comm.client with parameters of type PropFactory Constructor Description ClientInstance(PropFactory propFactory, java.lang.String host, int port, java.lang.String wsURI, SSLCommProps sslProps, boolean isVerbose, IClientInstanceListener clientListener)
Constructor.Uses of PropFactory in com.iizix.license
Methods in com.iizix.license with parameters of type PropFactory Modifier and Type Method Description boolean
IGenericLicenseSystem. initialize(PropFactory serverFactory, java.lang.Object caller, java.lang.Object signature, java.lang.Object which, java.io.File dir)
Initializes the license system.Uses of PropFactory in com.iizix.server
Methods in com.iizix.server that return PropFactory Modifier and Type Method Description PropFactory
ServerShell. getPropertyFactory()
Gets the server property factory.Constructors in com.iizix.server with parameters of type PropFactory Constructor Description PluginLoader(PropFactory factory, java.lang.ClassLoader classLoader)
Creates the instance.Uses of PropFactory in com.iizix.server.app
Methods in com.iizix.server.app with parameters of type PropFactory Modifier and Type Method Description static void
SystemApp. loadApp(PropFactory factory, PropMgr propMgr)
Loads the iiziSystem.jar app.Uses of PropFactory in com.iizix.test.client
Methods in com.iizix.test.client that return PropFactory Modifier and Type Method Description PropFactory
ClientManager. getPropFactory()
Gets the property factory.