Class DeleteCommand
- java.lang.Object
- 
- org.nuxeo.runtime.deployment.preprocessor.install.commands.DeleteCommand
 
- 
- All Implemented Interfaces:
- Command
 
 public class DeleteCommand extends Object implements Command - Author:
- Bogdan Stefanescu
 
- 
- 
Constructor SummaryConstructors Constructor Description DeleteCommand(Path path)Constructor for delete command.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexec(CommandContext ctx)StringtoString()StringtoString(CommandContext ctx)
 
- 
- 
- 
Constructor Detail- 
DeleteCommandpublic DeleteCommand(Path path) Constructor for delete command.- Parameters:
- path- the path relative to the root container.
 
 
- 
 - 
Method Detail- 
execpublic void exec(CommandContext ctx) throws IOException - Specified by:
- execin interface- Command
- Throws:
- IOException
 
 - 
toStringpublic String toString(CommandContext ctx) 
 
- 
 
-