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()
ICommandBuilderBuildCommand in interface ICommandBuilderpublic void SetData(java.lang.String object)
ICommandBuilderSetData in interface ICommandBuilderobject - Serialized object data.