org.codehaus.modello
Class ModelloParameterConstants

java.lang.Object
  extended by org.codehaus.modello.ModelloParameterConstants

public class ModelloParameterConstants
extends java.lang.Object

Version:
$Id: ModelloParameterConstants.java 1042 2008-12-22 22:36:09Z hboutemy $
Author:
Trygve Laugstøl

Field Summary
static java.lang.String ALL_VERSIONS
           
static java.lang.String ENCODING
           
static java.lang.String FILENAME
           
static java.lang.String FIRST_VERSION
           
static java.lang.String OUTPUT_DIRECTORY
           
static java.lang.String OUTPUT_XDOC_FILE_NAME
           
static java.lang.String OUTPUT_XSD_FILE_NAME
           
static java.lang.String PACKAGE_WITH_VERSION
           
static java.lang.String STRICT_PARSER
           
static java.lang.String USE_JAVA5
           
static java.lang.String VERSION
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VERSION

public static final java.lang.String VERSION
See Also:
Constant Field Values

OUTPUT_DIRECTORY

public static final java.lang.String OUTPUT_DIRECTORY
See Also:
Constant Field Values

PACKAGE_WITH_VERSION

public static final java.lang.String PACKAGE_WITH_VERSION
See Also:
Constant Field Values

STRICT_PARSER

public static final java.lang.String STRICT_PARSER
See Also:
Constant Field Values

ALL_VERSIONS

public static final java.lang.String ALL_VERSIONS
See Also:
Constant Field Values

FILENAME

public static final java.lang.String FILENAME
See Also:
Constant Field Values

FIRST_VERSION

public static final java.lang.String FIRST_VERSION
See Also:
Constant Field Values

ENCODING

public static final java.lang.String ENCODING
See Also:
Constant Field Values

USE_JAVA5

public static final java.lang.String USE_JAVA5
See Also:
Constant Field Values

OUTPUT_XDOC_FILE_NAME

public static final java.lang.String OUTPUT_XDOC_FILE_NAME
See Also:
Constant Field Values

OUTPUT_XSD_FILE_NAME

public static final java.lang.String OUTPUT_XSD_FILE_NAME
See Also:
Constant Field Values


Copyright © 2001-2011 Codehaus. All Rights Reserved.