| Package | Description |
|---|---|
| net.sf.yal10n.settings | |
| net.sf.yal10n.svn |
| Modifier and Type | Method and Description |
|---|---|
ScmType |
Repository.getType()
Gets the SCM type.
|
static ScmType |
ScmType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScmType[] |
ScmType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Repository.setType(ScmType type)
Sets the SCM type.
|
| Modifier and Type | Method and Description |
|---|---|
SVNInfo |
SVNUtil.checkFile(org.apache.maven.plugin.logging.Log log,
ScmType type,
String svnUrl,
String baseDir,
String relativeFilePath)
Gets the information about a file in a local working directory.
|
String |
SVNUtil.checkout(org.apache.maven.plugin.logging.Log log,
ScmType type,
String svnUrl,
String destination)
Checkout from the given svn url to the destination directory.
|
String |
SVNUtil.diff(org.apache.maven.plugin.logging.Log log,
ScmType type,
String svnUrl,
String checkoutDir,
String relativeFilePath,
String baseRevision,
String newRevision)
Retrieves a unified diff for a given file and revision.
|
SVNLogChange |
SVNUtil.log(org.apache.maven.plugin.logging.Log log,
ScmType type,
String svnUrl,
String checkoutDir,
String relativeFilePath,
String baseRevision,
String newRevision)
Determines whether a given file has been modified between two revisions.
|
Copyright © 2013-2015. All Rights Reserved.