Class SVNPropGetCommand

All Implemented Interfaces:
ISVNPropertyHandler

public class SVNPropGetCommand extends SVNPropertiesCommand
Version:
1.3
  • Constructor Details

    • SVNPropGetCommand

      public SVNPropGetCommand()
  • Method Details

    • createSupportedOptions

      protected java.util.Collection<SVNOption> createSupportedOptions()
      Specified by:
      createSupportedOptions in class AbstractSVNCommand
    • run

      public void run() throws SVNException
      Specified by:
      run in class AbstractSVNCommand
      Throws:
      SVNException
    • printCollectedProperties

      protected void printCollectedProperties(boolean printFileName, boolean isURL, boolean likePropList, boolean omitNewLine)
    • printInhertiedPropertiesXML

      private void printInhertiedPropertiesXML(SvnTarget target, java.lang.String propertyName, java.util.List<SvnInheritedProperties> propsList)
    • printCollectedPropertiesXML

      protected void printCollectedPropertiesXML(boolean isURL)