public class SVNListCommand extends SVNXMLCommand implements ISVNDirEntryHandler
| Modifier and Type | Field and Description |
|---|---|
private boolean |
inExternal |
private SVNURL |
lastExternalParentUrl |
private java.lang.String |
lastExternalTarget |
| Constructor and Description |
|---|
SVNListCommand() |
| Modifier and Type | Method and 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() |
addXMLProp, closeXMLTag, openCDataTag, openXMLTag, openXMLTag, printXMLFooter, printXMLHeader, printXMLPropHashacceptsRevisionRange, getFileAmbigousErrorMessage, getGlobalOptions, getMessageAmbigousErrorMessage, getResourceBundleName, getSVNEnvironment, isCommitteravailableCommands, getAliases, getCommand, getDescription, getEnvironment, getName, getSupportedOptions, getValidOptions, init, isAlias, isFailed, isOptionSupported, registerCommand, setFailedprivate SVNURL lastExternalParentUrl
private java.lang.String lastExternalTarget
private boolean inExternal
protected java.util.Collection createSupportedOptions()
createSupportedOptions in class AbstractSVNCommandpublic void run()
throws SVNException
run in class AbstractSVNCommandSVNExceptionpublic void handleDirEntry(SVNDirEntry dirEntry) throws SVNException
ISVNDirEntryHandlerhandleDirEntry in interface ISVNDirEntryHandlerdirEntry - a directory entrySVNExceptionSVNDirEntryprotected void printDirEntry(SVNDirEntry dirEntry)
protected void printDirEntryXML(SVNDirEntry dirEntry)