|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.tmatesoft.svn.core.wc2.SvnOperation<java.lang.Void> org.tmatesoft.svn.core.wc2.SvnCanonicalizeUrls
public class SvnCanonicalizeUrls
Canonicalizes all urls in the working copy target
.
Constructor Summary | |
---|---|
protected |
SvnCanonicalizeUrls(SvnOperationFactory factory)
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected SvnCanonicalizeUrls(SvnOperationFactory factory)
Method Detail |
---|
public boolean isOmitDefaultPort()
true
if the default port numbers should be removed, otherwise false
public void setOmitDefaultPort(boolean omitDefaultPort)
omitDefaultPort
- true
if the default port numbers should be removed, otherwise false
public boolean isIgnoreExternals()
true
if externals definitions should be ignored, otherwise false
public void setIgnoreExternals(boolean ignoreExternals)
ignoreExternals
- true
if externals definitions should be ignored, otherwise false
protected void initDefaults()
initDefaults
in class SvnOperation<java.lang.Void>
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |