public abstract class AbstractCheckoutCommand extends AbstractCommand
| Constructor and Description |
|---|
AbstractCheckoutCommand(ProfileObject profile) |
| Modifier and Type | Method and Description |
|---|---|
abstract Feedback |
checkout(String urlPath,
String localPath) |
abstract Feedback |
checkout(String urlPath,
String localPath,
Long revision) |
getErrorMessage, getProfile, setProfilepublic AbstractCheckoutCommand(ProfileObject profile)
public abstract Feedback checkout(String urlPath, String localPath) throws CommandException
CommandExceptionpublic abstract Feedback checkout(String urlPath, String localPath, Long revision) throws CommandException
CommandExceptionCopyright © 2012. All Rights Reserved.