|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.millscript.millscript.Prefs
public final class Prefs
This class handles static preferences for MillScript.
| Field Summary | |
|---|---|
static int |
dataCount
The total number of datafiles written to the output. |
static int |
fragCount
The total number of HTML fragments written to the output. |
static int |
imageCount
The total number of images written to the output. |
static int |
linesCount
The total number of lines files written to the output. |
static int |
pageCount
The total number of HTML pages written to the output. |
static int |
propertiesCount
The total number of properties files written to the output. |
static int |
stringCount
The total number of string files written to the output. |
static int |
xmlFileCount
The total number of XML files written to the output. |
static int |
xmlFragCount
The total number of XML fragments written to the output. |
| Constructor Summary | |
|---|---|
Prefs()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static int imageCount
public static int pageCount
public static int fragCount
public static int xmlFileCount
public static int xmlFragCount
public static int linesCount
public static int dataCount
public static int stringCount
public static int propertiesCount
| Constructor Detail |
|---|
public Prefs()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||