Package org.drools.modelcompiler.builder
Class GeneratedFile
- java.lang.Object
-
- org.drools.modelcompiler.builder.GeneratedFile
-
public class GeneratedFile extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGeneratedFile.Type
-
Constructor Summary
Constructors Constructor Description GeneratedFile(String path, String data)GeneratedFile(GeneratedFile.Type type, String path, String data)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)byte[]getData()org.kie.memorycompiler.resources.KiePathgetKiePath()StringgetPath()GeneratedFile.TypegetType()inthashCode()StringtoString()
-
-
-
Constructor Detail
-
GeneratedFile
public GeneratedFile(GeneratedFile.Type type, String path, String data)
-
-
Method Detail
-
getData
public byte[] getData()
-
getPath
public String getPath()
-
getKiePath
public org.kie.memorycompiler.resources.KiePath getKiePath()
-
getType
public GeneratedFile.Type getType()
-
-