Package | Description |
---|---|
org.tmatesoft.svn.core.internal.wc | |
org.tmatesoft.svn.core.internal.wc.admin |
Modifier and Type | Field and Description |
---|---|
private ISVNFileFetcher |
SVNUpdateEditor.myFileFetcher |
private ISVNFileFetcher |
SVNUpdateEditor15.myFileFetcher |
Modifier and Type | Method and Description |
---|---|
static SVNUpdateEditor |
SVNUpdateEditor.createUpdateEditor(SVNAdminAreaInfo info,
java.lang.String switchURL,
boolean allowUnversionedObstructions,
boolean depthIsSticky,
SVNDepth depth,
java.lang.String[] preservedExtensions,
ISVNFileFetcher fileFetcher,
boolean lockOnDemand) |
static SVNUpdateEditor15 |
SVNUpdateEditor15.createUpdateEditor(SVNAdminAreaInfo info,
java.lang.String switchURL,
boolean allowUnversionedObstructions,
boolean depthIsSticky,
SVNDepth depth,
java.lang.String[] preservedExtensions,
ISVNFileFetcher fileFetcher,
boolean lockOnDemand) |
Constructor and Description |
---|
SVNUpdateEditor(SVNAdminAreaInfo info,
java.lang.String switchURL,
boolean allowUnversionedObstructions,
boolean depthIsSticky,
SVNDepth depth,
java.lang.String[] preservedExtensions,
java.lang.String targetURL,
java.lang.String rootURL,
ISVNFileFetcher fileFetcher,
boolean lockOnDemand) |
SVNUpdateEditor15(SVNAdminAreaInfo info,
java.lang.String switchURL,
boolean allowUnversionedObstructions,
boolean depthIsSticky,
SVNDepth depth,
java.lang.String[] preservedExtensions,
java.lang.String targetURL,
java.lang.String rootURL,
ISVNFileFetcher fileFetcher,
boolean lockOnDemand) |
Modifier and Type | Method and Description |
---|---|
ISVNUpdateEditor |
SVNWCAccess.createUpdateEditor(SVNAdminAreaInfo info,
java.lang.String switchURL,
boolean allowUnversionedObstructions,
boolean depthIsSticky,
SVNDepth depth,
java.lang.String[] preservedExtensions,
ISVNFileFetcher fileFetcher,
boolean lockOnDemand) |