Uses of Class
com.iizix.prop.PropFactory
Package
Description
Uses of PropFactory in com.iizigo
Modifier and TypeFieldDescriptionstatic final PropFactory
Activator.designerFactory
The Designer property factory.Modifier and TypeMethodDescriptionstatic 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
ModifierConstructorDescriptionEclipseApplicationDistributor
(PropFactory propFactory, PropMgr propMgr, PluginLoader pluginLoader, ExecutorService executorService, boolean isVerbose) Constructs the application compiler for the target file.Uses of PropFactory in com.iizix.app.builder
Modifier and TypeFieldDescriptionprotected final PropFactory
ApplicationDistributor.propFactory
The property factory to use when creating the distribution, null for the Designer.ModifierConstructorDescriptionApplicationDistributor
(PropFactory propFactory, PropMgr propMgr, PluginLoader pluginLoader, ExecutorService executorService, boolean isVerbose) Constructs the application compiler for the target file.Uses of PropFactory in com.iizix.comm.client
ModifierConstructorDescriptionClientInstance
(PropFactory propFactory, String host, int port, String wsURI, SSLCommProps sslProps, boolean isVerbose, IClientInstanceListener clientListener) Constructor.Uses of PropFactory in com.iizix.license
Modifier and TypeMethodDescriptionboolean
IGenericLicenseSystem.initialize
(PropFactory serverFactory, Object caller, Object signature, Object which, File dir) Initializes the license system.Uses of PropFactory in com.iizix.server
Modifier and TypeMethodDescriptionfinal PropFactory
ServerShell.getPropertyFactory()
Gets the server property factory.ModifierConstructorDescriptionPluginLoader
(PropFactory factory, ClassLoader classLoader) Creates the instance.Uses of PropFactory in com.iizix.server.app
Modifier and TypeMethodDescriptionstatic void
SystemApp.loadApp
(PropFactory factory, PropMgr propMgr) Loads the iiziSystem.jar app.Uses of PropFactory in com.iizix.test.client