public class SVNPropListCommand extends SVNPropertiesCommand
NULL
Constructor and Description |
---|
SVNPropListCommand() |
Modifier and Type | Method and Description |
---|---|
protected java.util.Collection<SVNOption> |
createSupportedOptions() |
private java.util.List<SVNPropertyData> |
getPropdataList(SVNProperties properties) |
protected void |
printCollectedProperties(boolean isURL) |
protected void |
printCollectedPropertiesXML(boolean isURL) |
private void |
printInhertiedProperties(SvnTarget target,
java.util.List<SvnInheritedProperties> propsList) |
private void |
printInhertiedPropertiesXML(SvnTarget target,
java.util.List<SvnInheritedProperties> propsList) |
void |
run() |
checkBooleanProperty, checkRevPropTarget, clearCollectedProperties, getPathProperties, getPathProperty, getRevisionProperties, getRevisionProperty, getRevpropURL, getURLProperties, getURLProperty, handleProperty, handleProperty, handleProperty, printProperty, printProplist
addXMLProp, closeXMLTag, openCDataTag, openXMLTag, openXMLTag, printXMLFooter, printXMLHeader, printXMLPropHash
acceptsRevisionRange, getFileAmbigousErrorMessage, getGlobalOptions, getMessageAmbigousErrorMessage, getResourceBundleName, getSVNEnvironment, isCommitter
availableCommands, getAliases, getCommand, getDescription, getEnvironment, getName, getSupportedOptions, getValidOptions, init, isAlias, isFailed, isOptionSupported, registerCommand, setFailed
protected java.util.Collection<SVNOption> createSupportedOptions()
createSupportedOptions
in class AbstractSVNCommand
public void run() throws SVNException
run
in class AbstractSVNCommand
SVNException
protected void printCollectedProperties(boolean isURL)
protected void printCollectedPropertiesXML(boolean isURL)
private void printInhertiedPropertiesXML(SvnTarget target, java.util.List<SvnInheritedProperties> propsList)
private void printInhertiedProperties(SvnTarget target, java.util.List<SvnInheritedProperties> propsList)
private java.util.List<SVNPropertyData> getPropdataList(SVNProperties properties)