|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface WarningFilter
This interface filters warning
| Field Summary | |
|---|---|
static int |
FLT_ACCEPT
Does not decide, the warning will be displayed depending on the user options (warning level, langage specification) |
static int |
FLT_FORCE
Forces the warning to be displayed |
static int |
FLT_REJECT
Rejects the warning, it will not be displayed |
| Method Summary | |
|---|---|
int |
filter(CWarning warning)
Filters a warning |
| Field Detail |
|---|
static final int FLT_REJECT
static final int FLT_FORCE
static final int FLT_ACCEPT
| Method Detail |
|---|
int filter(CWarning warning)
warning - a warning to be filtred
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||