Package org.openl.rules.openapi.impl
Class JavaClassFile
- java.lang.Object
-
- org.openl.rules.openapi.impl.JavaClassFile
-
public class JavaClassFile extends Object
-
-
Constructor Summary
Constructors Constructor Description JavaClassFile(String javaNameWithPackage, byte[] byteCode)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)byte[]getByteCode()StringgetJavaNameWithPackage()StringgetPath()inthashCode()booleanisEmpty()InputStreamtoInputStream()StringtoString()
-
-
-
Constructor Detail
-
JavaClassFile
public JavaClassFile(String javaNameWithPackage, byte[] byteCode)
-
-
Method Detail
-
getJavaNameWithPackage
public String getJavaNameWithPackage()
-
getPath
public String getPath()
-
getByteCode
public byte[] getByteCode()
-
toInputStream
public InputStream toInputStream()
-
isEmpty
public boolean isEmpty()
-
-