Package de.danielnaber.jwordsplitter
Class ExceptionSplits
java.lang.Object
de.danielnaber.jwordsplitter.ExceptionSplits
Exceptions for splitting loaded from a file.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) void
addToLastPart
(List<String> list, String suffix) protected String
splitEqually
(List<String> splitted, String original)
-
Field Details
-
COMMENT_CHAR
- See Also:
-
DELIMITER_CHAR
- See Also:
-
exceptionMap
-
-
Constructor Details
-
ExceptionSplits
ExceptionSplits()Create an empty list of exceptions. -
ExceptionSplits
ExceptionSplits(String filename) throws IOException - Throws:
IOException
-
-
Method Details
-
addToLastPart
-
getExceptionSplitOrNull
-
splitEqually
-
join
-
addSplit
-