Class RegisterPackage
java.lang.Object
org.eclipse.emf.mwe.internal.core.debug.communication.packages.AbstractPackage
org.eclipse.emf.mwe.internal.core.debug.communication.packages.RegisterPackage
The packet to communicate handlers or adapter class names to be registered in the runtime process.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
int
Fields inherited from class org.eclipse.emf.mwe.internal.core.debug.communication.packages.AbstractPackage
id, refId
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
fill the packet fields from theDataInputStream
.toString()
void
write the packet fields content to theDataOutputStream
.Methods inherited from class org.eclipse.emf.mwe.internal.core.debug.communication.packages.AbstractPackage
getId, setNextId
-
Field Details
-
HANDLERS
public static final int HANDLERS- See Also:
-
ADAPTERS
public static final int ADAPTERS- See Also:
-
type
public int type -
classNames
-
-
Constructor Details
-
RegisterPackage
public RegisterPackage()
-
-
Method Details
-
readContent
Description copied from class:AbstractPackage
fill the packet fields from theDataInputStream
. Implementors have to make sure that the data content matches with the writeContent(out) method!!- Specified by:
readContent
in classAbstractPackage
- Parameters:
in
- the DataInputStream- Throws:
IOException
-
writeContent
Description copied from class:AbstractPackage
write the packet fields content to theDataOutputStream
. Implementors have to make sure that the data content matches with the readContent(out) method!!- Specified by:
writeContent
in classAbstractPackage
- Parameters:
out
- the DataOutputStream- Throws:
IOException
-
toString
- Overrides:
toString
in classAbstractPackage
-