org.nuxeo.runtime.jboss.deployment.preprocessor.install.commands
Class PropertyCommand
java.lang.Object
org.nuxeo.runtime.jboss.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
name
protected final String name
value
protected final String value
PropertyCommand
public PropertyCommand(String name,
String value)
exec
public void exec(CommandContext ctx)
throws IOException
- Specified by:
exec in interface Command
- Throws:
IOException
toString
public String toString()
- Overrides:
toString in class Object
Copyright ? 2007 Nuxeo SAS. All Rights Reserved.