public class IgnoreBracketErrorPreprocessor extends PreprocessorActionBase
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
PREPROCESSOR_NAME |
fileName, lineIndex, preprocessorLine| Constructor and Description |
|---|
IgnoreBracketErrorPreprocessor(java.lang.String fileName,
java.lang.String preprocessorLine,
int lineIndex) |
| Modifier and Type | Method and Description |
|---|---|
void |
executeActionOnFind(ScriptFile scriptFile)
Gets executed directly on find
|
java.lang.String |
getPreprocessorName() |
executeActionOnFinish, getFileName, getLineIndex, getPreprocessorLinepublic static final java.lang.String PREPROCESSOR_NAME
public IgnoreBracketErrorPreprocessor(java.lang.String fileName,
java.lang.String preprocessorLine,
int lineIndex)
public void executeActionOnFind(ScriptFile scriptFile)
PreprocessorActionBaseexecuteActionOnFind in interface IPreprocessorexecuteActionOnFind in class PreprocessorActionBasepublic java.lang.String getPreprocessorName()