TPTP 4.5.0 Platform Project
Public API Specification

org.eclipse.hyades.logging.core
Class LoggingAgentCustomCommand

java.lang.Object
  extended by org.eclipse.hyades.logging.core.LoggingAgentCustomCommand

public class LoggingAgentCustomCommand
extends java.lang.Object

This is a wrapper class that provides service to build custom command.


Constructor Summary
LoggingAgentCustomCommand(java.lang.String data)
           
 
Method Summary
 java.lang.String getData()
          Get command string.
 byte[] getDataBinary()
          Get command in byte array.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoggingAgentCustomCommand

public LoggingAgentCustomCommand(java.lang.String data)
Method Detail

getData

public java.lang.String getData()
Get command string.

Returns:
The command string.

getDataBinary

public byte[] getDataBinary()
Get command in byte array.

Returns:
the byte array.

TPTP 4.5.0 Platform Project
Public API Specification