public abstract class AbstractCatCommand extends AbstractCommand
| Constructor and Description |
|---|
AbstractCatCommand(ProfileObject profile) |
| Modifier and Type | Method and Description |
|---|---|
abstract List<String> |
cat(String path) |
abstract List<String> |
cat(String path,
Long revision) |
getErrorMessage, getProfile, setProfilepublic AbstractCatCommand(ProfileObject profile)
public abstract List<String> cat(String path) throws CommandException
CommandExceptionpublic abstract List<String> cat(String path, Long revision) throws CommandException
CommandExceptionCopyright © 2012. All Rights Reserved.