Package de.neuland.jade4j.util
Class Options
- java.lang.Object
-
- de.neuland.jade4j.util.Options
-
public class Options extends java.lang.Object
Created by christoph on 14.10.15.
-
-
Field Summary
Fields Modifier and Type Field Description private int
end
(package private) boolean
includeLineComment
private int
start
-
Constructor Summary
Constructors Constructor Description Options()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getEnd()
int
getStart()
boolean
isIncludeLineComment()
void
setEnd(int end)
void
setIncludeLineComment(boolean includeLineComment)
void
setStart(int start)
-