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 copy target.
Version:
1.7
  • Field Details

    • omitDefaultPort

      private boolean omitDefaultPort
    • ignoreExternals

      private boolean ignoreExternals
  • Constructor Details

  • Method Details

    • isOmitDefaultPort

      public boolean isOmitDefaultPort()
      Returns whether to remove all port numbers from URLs which equal to default ones.
      Returns:
      true if the default port numbers should be removed, otherwise false
    • setOmitDefaultPort

      public void setOmitDefaultPort(boolean omitDefaultPort)
      Sets whether to remove all port numbers from URLs which equal to default ones.
      Parameters:
      omitDefaultPort - true if the default port numbers should be removed, otherwise false
    • isIgnoreExternals

      public boolean isIgnoreExternals()
      Returns whether to ignore externals definitions.
      Returns:
      true if externals definitions should be ignored, otherwise false
      Since:
      1.7
    • setIgnoreExternals

      public void setIgnoreExternals(boolean ignoreExternals)
      Sets whether to ignore externals definitions.
      Parameters:
      ignoreExternals - true if externals definitions should be ignored, otherwise false
      Since:
      1.7
    • initDefaults

      protected void initDefaults()
      Overrides:
      initDefaults in class SvnOperation<java.lang.Void>