Package org.tmatesoft.svn.cli.svn
Class SVNPropListCommand
java.lang.Object
org.tmatesoft.svn.cli.AbstractSVNCommand
org.tmatesoft.svn.cli.svn.SVNCommand
org.tmatesoft.svn.cli.svn.SVNXMLCommand
org.tmatesoft.svn.cli.svn.SVNPropertiesCommand
org.tmatesoft.svn.cli.svn.SVNPropListCommand
- All Implemented Interfaces:
ISVNPropertyHandler
- Version:
- 1.3
-
Field Summary
Fields inherited from interface org.tmatesoft.svn.core.wc.ISVNPropertyHandler
NULL -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected java.util.Collection<SVNOption>private java.util.List<SVNPropertyData>getPropdataList(SVNProperties properties) protected voidprintCollectedProperties(boolean isURL) protected voidprintCollectedPropertiesXML(boolean isURL) private voidprintInhertiedProperties(SvnTarget target, java.util.List<SvnInheritedProperties> propsList) private voidprintInhertiedPropertiesXML(SvnTarget target, java.util.List<SvnInheritedProperties> propsList) voidrun()Methods inherited from class org.tmatesoft.svn.cli.svn.SVNPropertiesCommand
checkBooleanProperty, checkRevPropTarget, clearCollectedProperties, getPathProperties, getPathProperty, getRevisionProperties, getRevisionProperty, getRevpropURL, getURLProperties, getURLProperty, handleProperty, handleProperty, handleProperty, printProperty, printProplistMethods inherited from class org.tmatesoft.svn.cli.svn.SVNXMLCommand
addXMLProp, closeXMLTag, openCDataTag, openXMLTag, openXMLTag, printXMLFooter, printXMLHeader, printXMLPropHashMethods inherited from class org.tmatesoft.svn.cli.svn.SVNCommand
acceptsRevisionRange, getFileAmbigousErrorMessage, getGlobalOptions, getMessageAmbigousErrorMessage, getResourceBundleName, getSVNEnvironment, isCommitterMethods inherited from class org.tmatesoft.svn.cli.AbstractSVNCommand
availableCommands, getAliases, getCommand, getDescription, getEnvironment, getName, getSupportedOptions, getValidOptions, init, isAlias, isFailed, isOptionSupported, registerCommand, setFailedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
SVNPropListCommand
public SVNPropListCommand()
-
-
Method Details
-
createSupportedOptions
- Specified by:
createSupportedOptionsin classAbstractSVNCommand
-
run
- Specified by:
runin classAbstractSVNCommand- Throws:
SVNException
-
printCollectedProperties
protected void printCollectedProperties(boolean isURL) -
printCollectedPropertiesXML
protected void printCollectedPropertiesXML(boolean isURL) -
printInhertiedPropertiesXML
private void printInhertiedPropertiesXML(SvnTarget target, java.util.List<SvnInheritedProperties> propsList) -
printInhertiedProperties
private void printInhertiedProperties(SvnTarget target, java.util.List<SvnInheritedProperties> propsList) -
getPropdataList
-