Package org.tmatesoft.svn.core.wc2
Class SvnCanonicalizeUrls
- java.lang.Object
-
- org.tmatesoft.svn.core.wc2.SvnOperation<java.lang.Void>
-
- org.tmatesoft.svn.core.wc2.SvnCanonicalizeUrls
-
- All Implemented Interfaces:
ISvnOperationOptionsProvider
public class SvnCanonicalizeUrls extends SvnOperation<java.lang.Void>
Canonicalizes all urls in the working copytarget.- Version:
- 1.7
- Author:
- TMate Software Ltd.
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedSvnCanonicalizeUrls(SvnOperationFactory factory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidinitDefaults()booleanisIgnoreExternals()Returns whether to ignore externals definitions.booleanisOmitDefaultPort()Returns whether to remove all port numbers from URLs which equal to default ones.voidsetIgnoreExternals(boolean ignoreExternals)Sets whether to ignore externals definitions.voidsetOmitDefaultPort(boolean omitDefaultPort)Sets whether to remove all port numbers from URLs which equal to default ones.-
Methods inherited from class org.tmatesoft.svn.core.wc2.SvnOperation
addTarget, 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, setSqliteJournalMode
-
-
-
-
Constructor Detail
-
SvnCanonicalizeUrls
protected SvnCanonicalizeUrls(SvnOperationFactory factory)
-
-
Method Detail
-
isOmitDefaultPort
public boolean isOmitDefaultPort()
Returns whether to remove all port numbers from URLs which equal to default ones.- Returns:
trueif the default port numbers should be removed, otherwisefalse
-
setOmitDefaultPort
public void setOmitDefaultPort(boolean omitDefaultPort)
Sets whether to remove all port numbers from URLs which equal to default ones.- Parameters:
omitDefaultPort-trueif the default port numbers should be removed, otherwisefalse
-
isIgnoreExternals
public boolean isIgnoreExternals()
Returns whether to ignore externals definitions.- Returns:
trueif externals definitions should be ignored, otherwisefalse- Since:
- 1.7
-
setIgnoreExternals
public void setIgnoreExternals(boolean ignoreExternals)
Sets whether to ignore externals definitions.- Parameters:
ignoreExternals-trueif externals definitions should be ignored, otherwisefalse- Since:
- 1.7
-
initDefaults
protected void initDefaults()
- Overrides:
initDefaultsin classSvnOperation<java.lang.Void>
-
-