public static final class SubversionSCM.External extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
String |
path
Relative path within the workspace where this svn:exteranls exist.
|
long |
revision
If the svn:external link is with the -r option, its number.
|
String |
url
External SVN URL to be fetched.
|
| Constructor and Description |
|---|
External(String path,
org.tmatesoft.svn.core.SVNURL url,
long revision) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isRevisionFixed()
Returns true if this reference is to a fixed revision.
|
public final String path
public final String url
public final long revision
public External(String path, org.tmatesoft.svn.core.SVNURL url, long revision)
Copyright © 2004–2015. All rights reserved.