|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.datatools.connectivity.oda.util.manifest.ManifestExplorer.Filter
Filtering options for the manifest explorer to apply when retrieving a collection of ODA data source extension manifests.
Method Summary | |
boolean |
isDeprecatedFilterOn()
Indicates whether to exclude deprecated extensions. |
boolean |
isMissingDataSetTypesFilterOn()
Indicates whether to exclude extensions with no data set types defined. |
void |
setDeprecatedFilter(boolean exclude)
Specifies whether to exclude deprecated extensions. |
void |
setMissingDataSetTypesFilter(boolean exclude)
Specifies whether to exclude extensions with no data set types defined. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public void setMissingDataSetTypesFilter(boolean exclude)
exclude
- true to exclude, false otherwise.public void setDeprecatedFilter(boolean exclude)
exclude
- true to exclude, false otherwise.public boolean isMissingDataSetTypesFilterOn()
public boolean isDeprecatedFilterOn()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |