org.codehaus.modello
Class ModelloParameterConstants

java.lang.Object
  extended byorg.codehaus.modello.ModelloParameterConstants

public class ModelloParameterConstants
extends java.lang.Object

Version:
$Id: ModelloParameterConstants.java 763 2006-12-22 22:29:43Z dennisl $
Author:
Trygve Laugstøl

Field Summary
static java.lang.String ALL_VERSIONS
           
static java.lang.String FILENAME
           
static java.lang.String FIRST_VERSION
           
static java.lang.String OUTPUT_DIRECTORY
           
static java.lang.String PACKAGE_WITH_VERSION
           
static java.lang.String STRICT_PARSER
           
static java.lang.String VERSION
           
 
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


Copyright © 2001-2007 Codehaus. All Rights Reserved.