public class SVNPropSetCommand extends SVNPropertiesCommand
NULL| Constructor and Description |
|---|
SVNPropSetCommand() |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Collection |
createSupportedOptions() |
void |
handleProperty(long revision,
SVNPropertyData property)
Handles a revision property.
|
private void |
printBinaryMimeTypeWarning(java.util.Collection targets,
java.lang.String propertyName,
SVNPropertyValue propertyValue) |
void |
run() |
checkBooleanProperty, checkRevPropTarget, clearCollectedProperties, getPathProperties, getPathProperty, getRevisionProperties, getRevisionProperty, getRevpropURL, getURLProperties, getURLProperty, handleProperty, handleProperty, printProperty, printProplistaddXMLProp, 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, setFailedprotected java.util.Collection createSupportedOptions()
createSupportedOptions in class AbstractSVNCommandpublic void run()
throws SVNException
run in class AbstractSVNCommandSVNExceptionpublic void handleProperty(long revision,
SVNPropertyData property)
throws SVNException
ISVNPropertyHandlerhandleProperty in interface ISVNPropertyHandlerhandleProperty in class SVNPropertiesCommandrevision - a repository revision which property
is to be handledproperty - a revision (unversioned) propertySVNExceptionSVNWCClientprivate void printBinaryMimeTypeWarning(java.util.Collection targets,
java.lang.String propertyName,
SVNPropertyValue propertyValue)
throws SVNException
SVNException