|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ter.API.EngineSearch.Criterion | +--ter.API.EngineSearch.packageCriterion
Title: packageCriterion
Description: This criterion class filter the member that are not public, nor protected, nor private.
Copyright: Copyright (c) 2003
Company: UNICE
Constructor Summary | |
packageCriterion()
Construct a new instance of this criterion. |
Method Summary | |
boolean |
isCriterionValid(java.lang.reflect.Member m)
test if the member matches to this criterion. |
Methods inherited from class ter.API.EngineSearch.Criterion |
addNonCompatibilityCriterion, getLogicalLink, getName, getNonCompatibilityCriterion, isAdditionnalGraphicsComponent, isCriterionUseable, setLogicalLink, setUseCriterion |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public packageCriterion()
Method Detail |
public boolean isCriterionValid(java.lang.reflect.Member m) throws SearchEngineException
isCriterionValid
in class Criterion
m
- the member that we want to check the validity.
SearchEngineException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |