Class PropertyCommand
- java.lang.Object
-
- org.nuxeo.runtime.deployment.preprocessor.install.commands.PropertyCommand
-
- All Implemented Interfaces:
Command
public class PropertyCommand extends Object implements Command
Sets a property that is valid along the current preprocessing context.- Author:
- Bogdan Stefanescu
-
-
Constructor Summary
Constructors Constructor Description PropertyCommand(String name, String value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
exec(CommandContext ctx)
String
toString()
String
toString(CommandContext ctx)
-
-
-
Constructor Detail
-
PropertyCommand
public PropertyCommand(String name, String value)
-
-
Method Detail
-
exec
public void exec(CommandContext ctx) throws IOException
- Specified by:
exec
in interfaceCommand
- Throws:
IOException
-
toString
public String toString(CommandContext ctx)
-
-