Class MkdirCommand
java.lang.Object
org.nuxeo.runtime.deployment.preprocessor.install.commands.MkdirCommand
- All Implemented Interfaces:
Command
- Author:
- Bogdan Stefanescu
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
exec
(CommandContext ctx) toString()
toString
(CommandContext ctx)
-
Field Details
-
path
-
-
Constructor Details
-
MkdirCommand
Constructor for mkdir command.- Parameters:
path
- the path relative to the root container.
-
-
Method Details