Class ClassFile
java.lang.Object
xyz.janboerman.scalaloader.plugin.runtime.ClassFile
- All Implemented Interfaces:
ConfigurationSerializable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ClassFiledeserialize(Map<String, Object> map) booleanbyte[]byte[]getByteCode(boolean copy) inthashCode()static voidregister()toString()
-
Constructor Details
-
ClassFile
-
-
Method Details
-
register
public static void register() -
getClassName
-
getByteCode
public byte[] getByteCode() -
getByteCode
public byte[] getByteCode(boolean copy) -
equals
-
hashCode
public int hashCode() -
toString
-
serialize
- Specified by:
serializein interfaceConfigurationSerializable
-
deserialize
-