org.codehaus.modello
Class ModelloParameterConstants

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

public class ModelloParameterConstants
extends Object

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

Field Summary
static String ALL_VERSIONS
           
static String ENCODING
           
static String FILENAME
           
static String FIRST_VERSION
           
static String OUTPUT_DIRECTORY
           
static String OUTPUT_XDOC_FILE_NAME
           
static String OUTPUT_XSD_FILE_NAME
           
static String PACKAGE_WITH_VERSION
           
static String STRICT_PARSER
           
static String USE_JAVA5
           
static 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 String VERSION
See Also:
Constant Field Values

OUTPUT_DIRECTORY

public static final String OUTPUT_DIRECTORY
See Also:
Constant Field Values

PACKAGE_WITH_VERSION

public static final String PACKAGE_WITH_VERSION
See Also:
Constant Field Values

STRICT_PARSER

public static final String STRICT_PARSER
See Also:
Constant Field Values

ALL_VERSIONS

public static final String ALL_VERSIONS
See Also:
Constant Field Values

FILENAME

public static final String FILENAME
See Also:
Constant Field Values

FIRST_VERSION

public static final String FIRST_VERSION
See Also:
Constant Field Values

ENCODING

public static final String ENCODING
See Also:
Constant Field Values

USE_JAVA5

public static final String USE_JAVA5
See Also:
Constant Field Values

OUTPUT_XDOC_FILE_NAME

public static final String OUTPUT_XDOC_FILE_NAME
See Also:
Constant Field Values

OUTPUT_XSD_FILE_NAME

public static final String OUTPUT_XSD_FILE_NAME
See Also:
Constant Field Values


Copyright © 2001-2013 Codehaus. All Rights Reserved.