Package org.jgroups.tests
Interface GridFilesystemTest.Command
-
- All Known Implementing Classes:
GridFilesystemTest.cd,GridFilesystemTest.down,GridFilesystemTest.ls,GridFilesystemTest.mkdir,GridFilesystemTest.pwd,GridFilesystemTest.rm,GridFilesystemTest.up
- Enclosing class:
- GridFilesystemTest
private static interface GridFilesystemTest.Command
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidexecute(GridFilesystem fs, java.lang.String[] args)java.lang.Stringhelp()
-
-
-
Method Detail
-
execute
void execute(GridFilesystem fs, java.lang.String[] args)
-
help
java.lang.String help()
-
-