Uses of Class
com.iizix.server.app.prop.ModuleProjectPropCnr
Package
Description
Uses of ModuleProjectPropCnr in com.iizigo.app.prop
Modifier and TypeClassDescriptionclass
The Editor version of the Module project property container.Uses of ModuleProjectPropCnr in com.iizix.app.builder
Modifier and TypeFieldDescriptionprotected ModuleProjectPropCnr[]
ApplicationDistributor.modules
The modules to process.Uses of ModuleProjectPropCnr in com.iizix.server.app
Modifier and TypeMethodDescriptionAppFactory.getModuleProject
(String name) Gets the Module project property container.AppFactory.getModuleProjects()
Gets all the Module project containers.static ModuleProjectPropCnr
SystemApp.getModuleRoot()
Gets the module project root container.Modifier and TypeMethodDescriptionvoid
AppFactory.addModuleProject
(ModuleProjectPropCnr project) Adds a Module Project to the application.Uses of ModuleProjectPropCnr in com.iizix.server.app.prop
Modifier and TypeMethodDescriptionfinal ModuleProjectPropCnr
ModuleProjectPropCnr.clone()
Cloning is not supported.AppPropCnr.getModuleProjects()
Gets the Module model projects that are loaded for this application.AppPropCnr.getRootFromName
(GProp<?> requestor, String module) Gets the module root for a name.final ModuleProjectPropCnr
ModuleProjectPropCnr.getRootFromName
(GProp<?> requestor, String module) Gets the module root for a name.Uses of ModuleProjectPropCnr in com.iizix.server.devel
Modifier and TypeMethodDescriptionstatic ModuleProjectPropCnr
ModuleProject.loadModuleProject
(IAppLoader loader, File dir, HotDeploy hotDeploy, boolean isVerbose) Loads an IIZI Module project that consists of discrete files in a directory structure.