Uses of Class
com.iizix.prop.PropFactory
Packages that use PropFactory
Package
Description
Uses of PropFactory in com.iizigo
Fields in com.iizigo declared as PropFactoryModifier and TypeFieldDescriptionstatic final PropFactoryActivator.designerFactoryThe Designer property factory.Methods in com.iizigo that return PropFactoryModifier and TypeMethodDescriptionstatic PropFactoryActivator.createNewServerPropertyFactory()Creates a new Server property factory.static PropFactoryActivator.getServerPropertyFactory()Gets the Server property factory.Uses of PropFactory in com.iizigo.app
Constructors in com.iizigo.app with parameters of type PropFactoryModifierConstructorDescriptionEclipseApplicationDistributor(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
Fields in com.iizix.app.builder declared as PropFactoryModifier and TypeFieldDescriptionprotected final PropFactoryApplicationDistributor.propFactoryThe property factory to use when creating the distribution, null for the Designer.Constructors in com.iizix.app.builder with parameters of type PropFactoryModifierConstructorDescriptionApplicationDistributor(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
Constructors in com.iizix.comm.client with parameters of type PropFactoryModifierConstructorDescriptionClientInstance(PropFactory propFactory, String host, int port, 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 PropFactoryModifier and TypeMethodDescriptionbooleanIGenericLicenseSystem.initialize(PropFactory serverFactory, Object caller, Object signature, Object which, File dir) Initializes the license system.Uses of PropFactory in com.iizix.server
Methods in com.iizix.server that return PropFactoryModifier and TypeMethodDescriptionfinal PropFactoryServerShell.getPropertyFactory()Gets the server property factory.Constructors in com.iizix.server with parameters of type PropFactoryModifierConstructorDescriptionPluginLoader(PropFactory factory, ClassLoader classLoader) Creates the instance.Uses of PropFactory in com.iizix.server.app
Methods in com.iizix.server.app with parameters of type PropFactoryModifier and TypeMethodDescriptionstatic voidSystemApp.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