Package de.neuland.pug4j.util
Class Options
- java.lang.Object
-
- de.neuland.pug4j.util.Options
-
public class Options extends Object
Created by christoph on 14.10.15.
-
-
Constructor Summary
Constructors Constructor Description Options()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetEnd()intgetStart()booleanisIgnoreNesting()booleanisIncludeLineComment()voidsetEnd(int end)voidsetIgnoreNesting(boolean ignoreNesting)voidsetIncludeLineComment(boolean includeLineComment)voidsetStart(int start)
-
-
-
Method Detail
-
getStart
public int getStart()
-
setStart
public void setStart(int start)
-
getEnd
public int getEnd()
-
setEnd
public void setEnd(int end)
-
isIncludeLineComment
public boolean isIncludeLineComment()
-
setIncludeLineComment
public void setIncludeLineComment(boolean includeLineComment)
-
isIgnoreNesting
public boolean isIgnoreNesting()
-
setIgnoreNesting
public void setIgnoreNesting(boolean ignoreNesting)
-
-