This class mimics as much as possible the shell behavior yet it is meant to be used in a programmatic way, that is rather then printing out information, they return object or collections that one can iterate through. If the message is all that's needed then simply call the returned object {@link #toString()} explicitly or implicitly (by printing out or doing stringconcatenation). @author Hadoop's FsShell authors @author Costin Leau
|
|