public class RegexpOnFilenameCheck extends AbstractFileSetCheck
Constructor and Description |
---|
RegexpOnFilenameCheck() |
Modifier and Type | Method and Description |
---|---|
protected void |
processFiltered(File pFile,
List<String> pLines) |
void |
setMode(String pMode) |
void |
setRegexp(String pRegexp)
Setter.
|
void |
setSelection(String pSelection)
Setter.
|
void |
setSimple(boolean pSimple) |
beginProcessing, destroy, finishProcessing, fireErrors, getMessageCollector, getMessageDispatcher, init, log, log, process, setFileExtensions, setMessageDispatcher
getCustomMessages, getId, getMessageBundle, getSeverity, getSeverityLevel, log, setId, setSeverity
configure, contextualize, finishLocalSetup, getConfiguration, setupChild
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
configure
contextualize
public void setSelection(String pSelection)
pSelection
- the new value of selection
public void setMode(String pMode)
public void setSimple(boolean pSimple)
public void setRegexp(String pRegexp)
pRegexp
- the new value of regexp
protected void processFiltered(File pFile, List<String> pLines)
processFiltered
in class AbstractFileSetCheck