Package org.jgroups.tests
Class GridFilesystemTest.down
- java.lang.Object
-
- org.jgroups.tests.GridFilesystemTest.down
-
- All Implemented Interfaces:
GridFilesystemTest.Command
- Enclosing class:
- GridFilesystemTest
private static class GridFilesystemTest.down extends java.lang.Object implements GridFilesystemTest.Command
-
-
Constructor Summary
Constructors Modifier Constructor Description privatedown()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute(GridFilesystem fs, java.lang.String[] args)java.lang.Stringhelp()
-
-
-
Method Detail
-
execute
public void execute(GridFilesystem fs, java.lang.String[] args)
- Specified by:
executein interfaceGridFilesystemTest.Command
-
help
public java.lang.String help()
- Specified by:
helpin interfaceGridFilesystemTest.Command
-
-