public class ConfigFileRedeemerTestDir extends ConfigFileRedeemer
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
srcDirName |
static java.lang.String |
testDirName |
logger| Constructor and Description |
|---|
ConfigFileRedeemerTestDir(java.util.logging.Logger logger) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
_isNotAConfigFile(java.io.File file)
Called by
ConfigFileRedeemer.isNotAConfigFile(File) only if the file ending matches
one of the endings in ConfigFileRedeemer.getFileEndings(). |
java.lang.String[] |
getFileEndings()
Returns
null so that it gets to redeem any kind of file
which is under a module's test dir. |
getName, isNotAConfigFilepublic static final java.lang.String testDirName
public static final java.lang.String srcDirName
public ConfigFileRedeemerTestDir(java.util.logging.Logger logger)
protected boolean _isNotAConfigFile(java.io.File file)
ConfigFileRedeemerConfigFileRedeemer.isNotAConfigFile(File) only if the file ending matches
one of the endings in ConfigFileRedeemer.getFileEndings()._isNotAConfigFile in class ConfigFileRedeemerpublic java.lang.String[] getFileEndings()
null so that it gets to redeem any kind of file
which is under a module's test dir.getFileEndings in class ConfigFileRedeemer