Uses of Class
com.iizix.server.app.prop.ModuleProjectPropCnr
Packages that use ModuleProjectPropCnr Package Description com.iizigo.app.prop com.iizix.app.builder com.iizix.server.app com.iizix.server.app.prop com.iizix.server.devel Uses of ModuleProjectPropCnr in com.iizigo.app.prop
Subclasses of ModuleProjectPropCnr in com.iizigo.app.prop Modifier and Type Class Description class
EditorModuleProjectPropCnr
The Editor version of the Module project property container.Uses of ModuleProjectPropCnr in com.iizix.app.builder
Fields in com.iizix.app.builder declared as ModuleProjectPropCnr Modifier and Type Field Description protected ModuleProjectPropCnr[]
ApplicationDistributor. modules
The modules to process.Uses of ModuleProjectPropCnr in com.iizix.server.app
Methods in com.iizix.server.app that return ModuleProjectPropCnr Modifier and Type Method Description ModuleProjectPropCnr
AppFactory. getModuleProject(java.lang.String name)
Gets the Module project property container.ModuleProjectPropCnr[]
AppFactory. getModuleProjects()
Gets all the Module project containers.static ModuleProjectPropCnr
SystemApp. getModuleRoot()
Gets the module project root container.Methods in com.iizix.server.app with parameters of type ModuleProjectPropCnr Modifier and Type Method Description void
AppFactory. addModuleProject(ModuleProjectPropCnr project)
Adds a Module Project to the application.Uses of ModuleProjectPropCnr in com.iizix.server.app.prop
Methods in com.iizix.server.app.prop that return ModuleProjectPropCnr Modifier and Type Method Description ModuleProjectPropCnr
ModuleProjectPropCnr. clone()
Cloning is not supported.ModuleProjectPropCnr[]
AppPropCnr. getModuleProjects()
Gets the Module model projects that are loaded for this application.ModuleProjectPropCnr
AppPropCnr. getRootFromName(GProp<?> requestor, java.lang.String module)
Gets the module root for a name.ModuleProjectPropCnr
ModuleProjectPropCnr. getRootFromName(GProp<?> requestor, java.lang.String module)
Gets the module root for a name.Uses of ModuleProjectPropCnr in com.iizix.server.devel
Methods in com.iizix.server.devel that return ModuleProjectPropCnr Modifier and Type Method Description static ModuleProjectPropCnr
ModuleProject. loadModuleProject(IAppLoader loader, java.io.File dir, HotDeploy hotDeploy, boolean isVerbose)
Loads an iizi Module project that consists of discrete files in a directory structure.