public class SvnNgPropertiesManager extends Object
Constructor and Description |
---|
SvnNgPropertiesManager() |
public static Collection<String> getGlobalIgnores(ISVNOptions options)
public static Collection<String> getEffectiveIgnores(SVNWCContext context, File absPath, Collection<String> globalIgnores)
public static boolean isIgnored(String name, Collection<String> patterns)
public static Map<String,Map<String,String>> parseAutoProperties(SVNPropertyValue autoProperties, Map<String,Map<String,String>> target)
public static Map<String,String> getMatchedAutoProperties(String fileName, Map<String,Map<String,String>> autoProperties)
public static void setProperty(SVNWCContext context, File path, String propertyName, SVNPropertyValue propertyValue, SVNDepth depth, boolean skipChecks, ISVNEventHandler eventHandler, Collection<String> changelists) throws SVNException
SVNException
public static void setProperty(SVNWCContext context, File path, String propertyName, SVNPropertyValue propertyValue, SVNDepth depth, boolean skipChecks, ISVNEventHandler eventHandler, ISvnObjectReceiver<SVNPropertyData> receiver, Collection<String> changelists) throws SVNException
SVNException
public static void setProperty(SVNWCContext context, File path, String propertyName, SVNPropertyValue propertyValue, ISvnPropertyValueProvider pvProvider, SVNDepth depth, boolean skipChecks, ISVNEventHandler eventHandler, ISvnObjectReceiver<SVNPropertyData> receiver, Collection<String> changelists) throws SVNException
SVNException
public static void setProperty(SVNWCContext context, File path, SVNNodeKind kind, String propertyName, SVNPropertyValue value, ISvnPropertyValueProvider pvProvider, boolean skipChecks, ISVNEventHandler eventHandler, ISvnObjectReceiver<SVNPropertyData> receiver) throws SVNException
SVNException
public static void setAutoProperties(SVNWCContext context, File path, SVNProperties properties, ISvnAddParameters addParameters, Runnable onValidationError) throws SVNException
SVNException
public static void checkPropertyName(String propertyName, SVNPropertyValue propertyValue) throws SVNException
SVNException
public static void categorizeProperties(SVNProperties props, SVNProperties regular, SVNProperties entry, SVNProperties working)
Copyright © 2018. All rights reserved.