org.millscript.millscript
Class Prefs

java.lang.Object
  extended by org.millscript.millscript.Prefs

public final class Prefs
extends java.lang.Object

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

imageCount

public static int imageCount
The total number of images written to the output.


pageCount

public static int pageCount
The total number of HTML pages written to the output.


fragCount

public static int fragCount
The total number of HTML fragments written to the output.


xmlFileCount

public static int xmlFileCount
The total number of XML files written to the output.


xmlFragCount

public static int xmlFragCount
The total number of XML fragments written to the output.


linesCount

public static int linesCount
The total number of lines files written to the output.


dataCount

public static int dataCount
The total number of datafiles written to the output.


stringCount

public static int stringCount
The total number of string files written to the output.


propertiesCount

public static int propertiesCount
The total number of properties files written to the output.

Constructor Detail

Prefs

public Prefs()


Copyright © 2001-2007 Open World Ltd. All Rights Reserved.