public class SvnNgPropertiesManager
extends java.lang.Object
Constructor and Description |
---|
SvnNgPropertiesManager() |
Modifier and Type | Method and Description |
---|---|
static void |
categorizeProperties(SVNProperties props,
SVNProperties regular,
SVNProperties entry,
SVNProperties working) |
static void |
checkPropertyName(java.lang.String propertyName,
SVNPropertyValue propertyValue) |
static java.util.Collection<java.lang.String> |
getEffectiveIgnores(SVNWCContext context,
java.io.File absPath,
java.util.Collection<java.lang.String> globalIgnores) |
static java.util.Collection<java.lang.String> |
getGlobalIgnores(ISVNOptions options) |
static boolean |
isIgnored(java.lang.String name,
java.util.Collection<java.lang.String> patterns) |
static void |
setProperty(SVNWCContext context,
java.io.File path,
java.lang.String propertyName,
SVNPropertyValue propertyValue,
ISvnPropertyValueProvider pvProvider,
SVNDepth depth,
boolean skipChecks,
ISVNEventHandler eventHandler,
ISvnObjectReceiver<SVNPropertyData> receiver,
java.util.Collection<java.lang.String> changelists) |
static void |
setProperty(SVNWCContext context,
java.io.File path,
java.lang.String propertyName,
SVNPropertyValue propertyValue,
SVNDepth depth,
boolean skipChecks,
ISVNEventHandler eventHandler,
java.util.Collection<java.lang.String> changelists) |
static void |
setProperty(SVNWCContext context,
java.io.File path,
java.lang.String propertyName,
SVNPropertyValue propertyValue,
SVNDepth depth,
boolean skipChecks,
ISVNEventHandler eventHandler,
ISvnObjectReceiver<SVNPropertyData> receiver,
java.util.Collection<java.lang.String> changelists) |
public static java.util.Collection<java.lang.String> getGlobalIgnores(ISVNOptions options)
public static java.util.Collection<java.lang.String> getEffectiveIgnores(SVNWCContext context, java.io.File absPath, java.util.Collection<java.lang.String> globalIgnores)
public static boolean isIgnored(java.lang.String name, java.util.Collection<java.lang.String> patterns)
public static void setProperty(SVNWCContext context, java.io.File path, java.lang.String propertyName, SVNPropertyValue propertyValue, SVNDepth depth, boolean skipChecks, ISVNEventHandler eventHandler, java.util.Collection<java.lang.String> changelists) throws SVNException
SVNException
public static void setProperty(SVNWCContext context, java.io.File path, java.lang.String propertyName, SVNPropertyValue propertyValue, SVNDepth depth, boolean skipChecks, ISVNEventHandler eventHandler, ISvnObjectReceiver<SVNPropertyData> receiver, java.util.Collection<java.lang.String> changelists) throws SVNException
SVNException
public static void setProperty(SVNWCContext context, java.io.File path, java.lang.String propertyName, SVNPropertyValue propertyValue, ISvnPropertyValueProvider pvProvider, SVNDepth depth, boolean skipChecks, ISVNEventHandler eventHandler, ISvnObjectReceiver<SVNPropertyData> receiver, java.util.Collection<java.lang.String> changelists) throws SVNException
SVNException
public static void checkPropertyName(java.lang.String propertyName, SVNPropertyValue propertyValue) throws SVNException
SVNException
public static void categorizeProperties(SVNProperties props, SVNProperties regular, SVNProperties entry, SVNProperties working)
Copyright © 2004-2012 TMate Software Ltd. All Rights Reserved.