-
public final class BlackWhiteResourceConfig
-
-
Field Summary
Fields Modifier and Type Field Description private final StringblackWordsFileprivate final StringwhiteWordsFileprivate final StringblackRegexFileprivate final StringwhiteRegexFile
-
Constructor Summary
Constructors Constructor Description BlackWhiteResourceConfig(String blackWordsFile, String whiteWordsFile, String blackRegexFile, String whiteRegexFile)
-
Method Summary
Modifier and Type Method Description final StringgetBlackWordsFile()final StringgetWhiteWordsFile()final StringgetBlackRegexFile()final StringgetWhiteRegexFile()-
-
Method Detail
-
getBlackWordsFile
final String getBlackWordsFile()
-
getWhiteWordsFile
final String getWhiteWordsFile()
-
getBlackRegexFile
final String getBlackRegexFile()
-
getWhiteRegexFile
final String getWhiteRegexFile()
-
-
-
-