Package org.tmatesoft.svn.cli.svn
Class SVNPropGetCommand
- 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.SVNPropGetCommand
-
- All Implemented Interfaces:
ISVNPropertyHandler
public class SVNPropGetCommand extends SVNPropertiesCommand
- Version:
- 1.3
- Author:
- TMate Software Ltd.
-
-
Field Summary
-
Fields inherited from interface org.tmatesoft.svn.core.wc.ISVNPropertyHandler
NULL
-
-
Constructor Summary
Constructors Constructor Description SVNPropGetCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.util.Collection<SVNOption>
createSupportedOptions()
protected void
printCollectedProperties(boolean printFileName, boolean isURL, boolean likePropList, boolean omitNewLine)
protected void
printCollectedPropertiesXML(boolean isURL)
void
run()
-
Methods inherited from class org.tmatesoft.svn.cli.svn.SVNPropertiesCommand
checkBooleanProperty, checkRevPropTarget, clearCollectedProperties, getPathProperties, getPathProperty, getRevisionProperties, getRevisionProperty, getRevpropURL, getURLProperties, getURLProperty, handleProperty, handleProperty, handleProperty, printProperty, printProplist
-
Methods inherited from class org.tmatesoft.svn.cli.svn.SVNXMLCommand
addXMLProp, closeXMLTag, openCDataTag, openXMLTag, openXMLTag, printXMLFooter, printXMLHeader, printXMLPropHash
-
Methods inherited from class org.tmatesoft.svn.cli.svn.SVNCommand
acceptsRevisionRange, getFileAmbigousErrorMessage, getGlobalOptions, getMessageAmbigousErrorMessage, getResourceBundleName, getSVNEnvironment, isCommitter
-
Methods inherited from class org.tmatesoft.svn.cli.AbstractSVNCommand
availableCommands, getAliases, getCommand, getDescription, getEnvironment, getName, getSupportedOptions, getValidOptions, init, isAlias, isFailed, isOptionSupported, registerCommand, setFailed
-
-
-
-
Method Detail
-
createSupportedOptions
protected java.util.Collection<SVNOption> createSupportedOptions()
- Specified by:
createSupportedOptions
in classAbstractSVNCommand
-
run
public void run() throws SVNException
- Specified by:
run
in classAbstractSVNCommand
- Throws:
SVNException
-
printCollectedProperties
protected void printCollectedProperties(boolean printFileName, boolean isURL, boolean likePropList, boolean omitNewLine)
-
printCollectedPropertiesXML
protected void printCollectedPropertiesXML(boolean isURL)
-
-