Uses of Class
com.iizix.server.app.prop.ModuleProjectPropCnr
Packages that use ModuleProjectPropCnr
Package
Description
Uses of ModuleProjectPropCnr in com.iizigo.app.prop
Subclasses of ModuleProjectPropCnr in com.iizigo.app.propModifier and TypeClassDescriptionclass
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 ModuleProjectPropCnrModifier and TypeFieldDescriptionprotected ModuleProjectPropCnr[]
ApplicationDistributor.modules
The modules to process.Uses of ModuleProjectPropCnr in com.iizix.server.app
Methods in com.iizix.server.app that return ModuleProjectPropCnrModifier 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.Methods in com.iizix.server.app with parameters of type ModuleProjectPropCnrModifier and TypeMethodDescriptionvoid
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 ModuleProjectPropCnrModifier 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
Methods in com.iizix.server.devel that return ModuleProjectPropCnrModifier 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.