| com.pnfsoftware.jeb.core.IUnitFilter |
A filter for units, used by RuntimeProjectUtil utility methods.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| abstract boolean |
check(IUnit unit)
Determine if the given unit passed the check.Implementors may choose to implement
check2(IUnit) instead, which offers more control on the filtering process. | ||||||||||
| abstract int |
check2(IUnit unit)
Determine if the given unit passed the check.
| ||||||||||
Determine if the given unit passed the check.Implementors may choose to implement
check2(IUnit) instead, which offers more control on the filtering process.
| unit | a unit |
|---|
Determine if the given unit passed the check. An enhanced version of check(IUnit);
implementors may implement this method instead.
| unit | a unit |
|---|