Package org.tmatesoft.svn.cli.svn
Class SVNListCommand
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.SVNListCommand
- All Implemented Interfaces:
ISVNDirEntryHandler
- Version:
- 1.3
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected java.util.CollectionvoidhandleDirEntry(SVNDirEntry dirEntry) Handles a directory entry passed.protected voidprintDirEntry(SVNDirEntry dirEntry) protected voidprintDirEntryXML(SVNDirEntry dirEntry) voidrun()Methods 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
-
Field Details
-
lastExternalParentUrl
-
lastExternalTarget
private java.lang.String lastExternalTarget -
inExternal
private boolean inExternal
-
-
Constructor Details
-
SVNListCommand
public SVNListCommand()
-
-
Method Details
-
createSupportedOptions
protected java.util.Collection createSupportedOptions()- Specified by:
createSupportedOptionsin classAbstractSVNCommand
-
run
- Specified by:
runin classAbstractSVNCommand- Throws:
SVNException
-
handleDirEntry
Description copied from interface:ISVNDirEntryHandlerHandles a directory entry passed.- Specified by:
handleDirEntryin interfaceISVNDirEntryHandler- Parameters:
dirEntry- a directory entry- Throws:
SVNException- See Also:
-
printDirEntry
-
printDirEntryXML
-