public class MkdirCommand extends Object implements Command
| Constructor and Description |
|---|
MkdirCommand(Path path)
Constructor for mkdir command.
|
| Modifier and Type | Method and Description |
|---|---|
void |
exec(CommandContext ctx) |
String |
toString() |
String |
toString(CommandContext ctx) |
public MkdirCommand(Path path)
path - the path relative to the root container.public void exec(CommandContext ctx) throws IOException
exec in interface CommandIOExceptionpublic String toString(CommandContext ctx)
Copyright © 2019 Nuxeo. All rights reserved.