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 TypeClassDescriptionclassThe 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.modulesThe 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 ModuleProjectPropCnrSystemApp.getModuleRoot()Gets the module project root container.Methods in com.iizix.server.app with parameters of type ModuleProjectPropCnrModifier and TypeMethodDescriptionvoidAppFactory.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 ModuleProjectPropCnrModuleProjectPropCnr.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 ModuleProjectPropCnrModuleProjectPropCnr.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 ModuleProjectPropCnrModuleProject.loadModuleProject(IAppLoader loader, File dir, HotDeploy hotDeploy, boolean isVerbose) Loads an IIZI Module project that consists of discrete files in a directory structure.