Class HJMPGenerator
- java.lang.Object
-
- de.hybris.platform.persistence.hjmpgen.HJMPGenerator
-
public class HJMPGenerator extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description HJMPGenerator(PlatformConfig cfg, YTypeSystem system)HJMPGenerator(PlatformConfig cfg, java.lang.String extensionName)Creates a new instance of HJMPGenerator
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.util.Map<ExtensionInfo,java.io.File>createTargetDirectories(PlatformConfig cfg)voidgenerate()protected voidgenerate(ItemDeployment itemDeployment, java.io.File targetDir)static voidmain(java.lang.String[] args)protected static YTypeSystemparseDeployments(PlatformConfig cfg, java.lang.String extensionName)
-
-
-
Constructor Detail
-
HJMPGenerator
public HJMPGenerator(PlatformConfig cfg, java.lang.String extensionName)
Creates a new instance of HJMPGenerator
-
HJMPGenerator
public HJMPGenerator(PlatformConfig cfg, YTypeSystem system)
-
-
Method Detail
-
main
public static void main(java.lang.String[] args)
-
generate
public void generate() throws java.io.IOException, java.lang.ClassNotFoundException- Throws:
java.io.IOExceptionjava.lang.ClassNotFoundException
-
createTargetDirectories
protected java.util.Map<ExtensionInfo,java.io.File> createTargetDirectories(PlatformConfig cfg)
-
generate
protected void generate(ItemDeployment itemDeployment, java.io.File targetDir) throws java.io.IOException, java.lang.ClassNotFoundException
- Throws:
java.io.IOExceptionjava.lang.ClassNotFoundException
-
parseDeployments
protected static YTypeSystem parseDeployments(PlatformConfig cfg, java.lang.String extensionName)
-
-