| Package | Description |
|---|---|
| org.eclipse.ptp.rdt.sync.core |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<AbstractSyncFileFilter.AbstractIgnoreRule> |
AbstractSyncFileFilter.rules |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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
|
Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.