ISvnOperationOptionsProviderpublic class SvnCanonicalizeUrls extends SvnOperation<java.lang.Void>
target.| Modifier | Constructor | Description |
|---|---|---|
protected |
SvnCanonicalizeUrls(SvnOperationFactory factory) |
| Modifier and Type | Method | Description |
|---|---|---|
protected void |
initDefaults() |
|
boolean |
isIgnoreExternals() |
Returns whether to ignore externals definitions.
|
boolean |
isOmitDefaultPort() |
Returns whether to remove all port numbers from URLs which equal to default ones.
|
void |
setIgnoreExternals(boolean ignoreExternals) |
Sets whether to ignore externals definitions.
|
void |
setOmitDefaultPort(boolean omitDefaultPort) |
Sets whether to remove all port numbers from URLs which equal to default ones.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddTarget, cancel, ensureArgumentsAreValid, ensureEnoughTargets, ensureHomohenousTargets, getApplicableChangelists, getAuthenticationManager, getCanceller, getDepth, getEventHandler, getFirstTarget, getMaximumTargetsCount, getMinimumTargetsCount, getOperationalWorkingCopy, getOperationFactory, getOptions, getRepositoryPool, getRevision, getSqliteJournalMode, getTargets, hasFileTargets, hasLocalTargets, hasRemoteTargets, isCancelled, isChangesWorkingCopy, isSleepForTimestamp, isUseParentWcFormat, needsHomohenousTargets, run, setApplicalbeChangelists, setDepth, setRevision, setSingleTarget, setSleepForTimestamp, setSqliteJournalModeprotected SvnCanonicalizeUrls(SvnOperationFactory factory)
public boolean isOmitDefaultPort()
true if the default port numbers should be removed, otherwise falsepublic void setOmitDefaultPort(boolean omitDefaultPort)
omitDefaultPort - true if the default port numbers should be removed, otherwise falsepublic boolean isIgnoreExternals()
true if externals definitions should be ignored, otherwise falsepublic void setIgnoreExternals(boolean ignoreExternals)
ignoreExternals - true if externals definitions should be ignored, otherwise falseprotected void initDefaults()
initDefaults in class SvnOperation<java.lang.Void>