PTP
Release 7.0

Uses of Class
org.eclipse.ptp.rdt.sync.core.AbstractSyncFileFilter.AbstractIgnoreRule

Packages that use AbstractSyncFileFilter.AbstractIgnoreRule
org.eclipse.ptp.rdt.sync.core   
 

Uses of AbstractSyncFileFilter.AbstractIgnoreRule in org.eclipse.ptp.rdt.sync.core
 

Fields in org.eclipse.ptp.rdt.sync.core with type parameters of type AbstractSyncFileFilter.AbstractIgnoreRule
protected  java.util.List<AbstractSyncFileFilter.AbstractIgnoreRule> AbstractSyncFileFilter.rules
           
 

Methods in org.eclipse.ptp.rdt.sync.core that return types with arguments of type AbstractSyncFileFilter.AbstractIgnoreRule
 java.util.List<AbstractSyncFileFilter.AbstractIgnoreRule> AbstractSyncFileFilter.getPatterns()
          Get all patterns for this filter
 java.util.List<AbstractSyncFileFilter.AbstractIgnoreRule> AbstractSyncFileFilter.getRules()
          Get the rules in this filter.
 

Methods in org.eclipse.ptp.rdt.sync.core with parameters of type AbstractSyncFileFilter.AbstractIgnoreRule
 boolean AbstractSyncFileFilter.demote(AbstractSyncFileFilter.AbstractIgnoreRule pattern)
          Swap a pattern with its higher-index neighbor Assumes pattern appears no more than once
 boolean AbstractSyncFileFilter.promote(AbstractSyncFileFilter.AbstractIgnoreRule pattern)
          Swap a pattern with its lower-index neighbor Assumes pattern only appears once
 void AbstractSyncFileFilter.removePattern(AbstractSyncFileFilter.AbstractIgnoreRule pattern)
          Remove a pattern from the filter Assumes pattern appears no more than once
 boolean AbstractSyncFileFilter.replacePattern(AbstractSyncFileFilter.AbstractIgnoreRule oldRule, java.lang.String newPattern, boolean exclude)
          Replace pattern with another - useful for when existing patterns are edited
 


PTP
Release 7.0

Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.