|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A class implementing CRFilter declares that only certain variables will be accepted by ConfigReader. See ConfigReader.getVWObject.
Source code: CRFilter.java.
//Required by xbn.config.CRFilter...START
/**
@return ???
**/
public String getAcceptableVarName(String s_nameFromSourceText) {
return ???
}
/**
@return ???
**/
public boolean wereAllVarsFound() {
return ???
}
/**
@return ???
**/
public boolean doCrashIfUnacceptable() {
return ???
}
//Required by xbn.config.CRFilter...END
Method Summary | |
boolean |
doCrashIfUnacceptable()
If an unacceptable variable exists in the source text, should a crash occur? |
String |
getAcceptableVarName(String s_nameFromSourceText)
If the provided variable name is acceptable, what should the new name be? |
boolean |
wereAllVarsFound()
Have all variables been found? |
Method Detail |
public String getAcceptableVarName(String s_nameFromSourceText)
If the provided variable name is acceptable, what should the new name be?
s_nameFromSourceText
- The name of the variable as it actually exists in the source text. May not be null.public boolean wereAllVarsFound()
Have all variables been found?
public boolean doCrashIfUnacceptable()
If an unacceptable variable exists in the source text, should a crash occur?
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright 1997-2003, Jeff Epstein, All Rights Reserved. See top of source code files for copyright notice.
http://sourceforge.net/projects/xbnjava