Package com.iizix.server.devel
Class ModuleProject
- java.lang.Object
-
- com.iizix.server.devel.ModuleProject
-
public class ModuleProject extends java.lang.Object
Class used to load an iizi Module project from a directory for the Server when running as an Eclipse Run Configuration.- Author:
- Christopher Mindus
-
-
Constructor Summary
Constructors Constructor Description ModuleProject()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ModuleProjectPropCnr
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.
-
-
-
Method Detail
-
loadModuleProject
public static ModuleProjectPropCnr loadModuleProject(IAppLoader loader, java.io.File dir, HotDeploy hotDeploy, boolean isVerbose) throws java.io.IOException, PropException
Loads an iizi Module project that consists of discrete files in a directory structure.- Parameters:
loader
- The loader instance.dir
- The directory containing the project.projectFile The ".iiziModuleProject" project file.hotDeploy
- The hot deploy instance for the app, null for cold deploy.isVerbose
- Verbose output.- Throws:
java.io.IOException
- For file errors.PropException
- For property errors.
-
-