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