|
PTP Release 7.0 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||