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
public class SVNListCommand extends SVNXMLCommand implements ISVNDirEntryHandler
- Version:
- 1.3
-
-
Field Summary
Fields Modifier and Type Field Description private boolean
inExternal
private SVNURL
lastExternalParentUrl
private java.lang.String
lastExternalTarget
-
Constructor Summary
Constructors Constructor Description SVNListCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.util.Collection
createSupportedOptions()
void
handleDirEntry(SVNDirEntry dirEntry)
Handles a directory entry passed.protected void
printDirEntry(SVNDirEntry dirEntry)
protected void
printDirEntryXML(SVNDirEntry dirEntry)
void
run()
-
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
-
-
-
-
Field Detail
-
lastExternalParentUrl
private SVNURL lastExternalParentUrl
-
lastExternalTarget
private java.lang.String lastExternalTarget
-
inExternal
private boolean inExternal
-
-
Method Detail
-
createSupportedOptions
protected java.util.Collection createSupportedOptions()
- Specified by:
createSupportedOptions
in classAbstractSVNCommand
-
run
public void run() throws SVNException
- Specified by:
run
in classAbstractSVNCommand
- Throws:
SVNException
-
handleDirEntry
public void handleDirEntry(SVNDirEntry dirEntry) throws SVNException
Description copied from interface:ISVNDirEntryHandler
Handles a directory entry passed.- Specified by:
handleDirEntry
in interfaceISVNDirEntryHandler
- Parameters:
dirEntry
- a directory entry- Throws:
SVNException
- See Also:
SVNDirEntry
-
printDirEntry
protected void printDirEntry(SVNDirEntry dirEntry)
-
printDirEntryXML
protected void printDirEntryXML(SVNDirEntry dirEntry)
-
-