|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.octagroup.foregej.Settings
These are the settings used when crunching java source files.
Constructor Summary | |
Settings()
|
Method Summary | |
static int |
getIndentation()
Returns the indentation depth. |
static java.lang.String |
getLineEnding()
Returns the line ending used. This method returns "\r", "\n" or "\r\n". |
static int |
getLineLength()
Returns the preferred line length. |
static boolean |
getSortJTags()
Returns true if the java tags should be sorted. |
static void |
setLineLength(int i)
Sets the length of a line before foregej starts to perform wrapping. |
static void |
setSortJTags_s(boolean b)
Specifies if the java tags should be sorted. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Settings()
Method Detail |
public static java.lang.String getLineEnding()
This method returns "\r", "\n" or "\r\n".
public static int getIndentation()
public static boolean getSortJTags()
This method will probaly be replaced with one that returns the comparator to use.
public static void setSortJTags_s(boolean b)
b
- should the java tags be sorted?public static int getLineLength()
public static void setLineLength(int i)
i
- the length of the lines before any wrapping occurr.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |