public class Target extends Object
| Constructor and Description |
|---|
Target(net.oneandone.sushi.fs.file.FileNode directory,
long revision) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
checkoutLink(net.oneandone.sushi.fs.file.FileNode checkoutLink) |
boolean |
checkoutLinkOpt(String path) |
void |
create() |
boolean |
exists() |
long |
getRevision() |
net.oneandone.sushi.fs.file.FileNode |
join(String... paths) |
Prerelease |
loadOpt() |
void |
scheduleRemove(org.apache.maven.plugin.logging.Log log,
String message) |
net.oneandone.sushi.launcher.Launcher |
svnLauncher(String... args) |
String |
toString() |
public static final String REMOVE
public Target(net.oneandone.sushi.fs.file.FileNode directory,
long revision)
public boolean exists()
public Prerelease loadOpt() throws IOException
IOExceptionpublic net.oneandone.sushi.fs.file.FileNode join(String... paths)
public void scheduleRemove(org.apache.maven.plugin.logging.Log log,
String message)
throws IOException
IOExceptionpublic long getRevision()
public void create()
throws IOException
IOExceptionpublic net.oneandone.sushi.launcher.Launcher svnLauncher(String... args)
public boolean checkoutLinkOpt(String path) throws IOException
IOExceptionpublic boolean checkoutLink(net.oneandone.sushi.fs.file.FileNode checkoutLink)
throws IOException
IOExceptionCopyright © 2012-2013 1&1. All Rights Reserved.