private class UtilCommandFactory.ChangeLogLevelBuilder extends java.lang.Object implements ICommandBuilder
Modifier and Type | Field and Description |
---|---|
private java.util.logging.Level |
level |
Modifier | Constructor and Description |
---|---|
private |
ChangeLogLevelBuilder() |
Modifier and Type | Method and Description |
---|---|
ICommand |
BuildCommand()
Builds a command.
|
void |
SetData(java.lang.String object)
The serialized data that needs passed to the command.
|
public ICommand BuildCommand()
ICommandBuilder
BuildCommand
in interface ICommandBuilder
public void SetData(java.lang.String object)
ICommandBuilder
SetData
in interface ICommandBuilder
object
- Serialized object data.