public class PropertyCommand extends Object implements Command
| Modifier and Type | Field and Description |
|---|---|
protected String |
name |
protected String |
value |
| Constructor and Description |
|---|
PropertyCommand(String name,
String value) |
| Modifier and Type | Method and Description |
|---|---|
void |
exec(CommandContext ctx) |
String |
toString() |
String |
toString(CommandContext ctx) |
public PropertyCommand(String name, String value)
public void exec(CommandContext ctx) throws IOException
exec in interface CommandIOExceptionpublic String toString(CommandContext ctx)
Copyright © 2019 Nuxeo. All rights reserved.