Interface Command
-
- All Known Implementing Classes:
AppendCommand
,CopyCommand
,DeleteCommand
,MkdirCommand
,MkfileCommand
,MoveCommand
,PropertyCommand
,UnzipCommand
,ZipCommand
public interface Command
- Author:
- Bogdan Stefanescu, Florent Guillaume
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
exec(CommandContext ctx)
String
toString(CommandContext ctx)
-
-
-
Method Detail
-
exec
void exec(CommandContext ctx) throws IOException
- Throws:
IOException
-
toString
String toString(CommandContext ctx)
-
-