Class ClassFile
java.lang.Object
xyz.janboerman.scalaloader.plugin.runtime.ClassFile
- All Implemented Interfaces:
ConfigurationSerializable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ClassFile
deserialize
(Map<String, Object> map) boolean
byte[]
byte[]
getByteCode
(boolean copy) int
hashCode()
static void
register()
toString()
-
Constructor Details
-
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:
serialize
in interfaceConfigurationSerializable
-
deserialize
-