org.codehaus.modello
Class ModelloParameterConstants

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

public class ModelloParameterConstants
extends java.lang.Object

Version:
$Id: ModelloParameterConstants.java 149 2004-09-29 17:32:16Z jvanzyl $
Author:
Trygve Laugstøl

Field Summary
static java.lang.String OUTPUT_DIRECTORY
           
static java.lang.String PACKAGE_WITH_VERSION
           
static java.lang.String VERSION
           
 
Constructor Summary
private ModelloParameterConstants()
           
 
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
Constructor Detail

ModelloParameterConstants

private ModelloParameterConstants()