Package org.openbravo.erpCommon.modules
Class ExtractModule
- java.lang.Object
-
- org.openbravo.erpCommon.modules.ExtractModule
-
public class ExtractModule extends Object
ExtractModule is able to extract an obx file for a module
-
-
Constructor Summary
Constructors Constructor Description ExtractModule(String xmlPoolFile, String modulesDir)
Initializes a ExtractModule instance for Stand Alone conection
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
extract(String moduleID)
Generates the obx file for the module/template/packagevoid
extractName(String name)
void
setAddAllDependencies(boolean addAllDependencies)
void
setDestDir(String d)
void
setExportReferenceData(boolean export)
-
-
-
Method Detail
-
extract
public void extract(String moduleID)
Generates the obx file for the module/template/package- Parameters:
moduleID
- Identifier for the module
-
setDestDir
public void setDestDir(String d)
-
setExportReferenceData
public void setExportReferenceData(boolean export)
-
setAddAllDependencies
public void setAddAllDependencies(boolean addAllDependencies)
-
-