Package org.jgroups.tests
Class GridFilesystemTest.pwd
- java.lang.Object
-
- org.jgroups.tests.GridFilesystemTest.pwd
-
- All Implemented Interfaces:
GridFilesystemTest.Command
- Enclosing class:
- GridFilesystemTest
private static class GridFilesystemTest.pwd extends java.lang.Object implements GridFilesystemTest.Command
-
-
Constructor Summary
Constructors Modifier Constructor Description privatepwd()
-
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
-
-