Enhydra 5.1 API

org.enhydra.tool.codegen.internal
Class AppReplacementSet

java.lang.Object
  |
  +--org.enhydra.tool.common.ReplacementSet
        |
        +--org.enhydra.tool.codegen.ProjectReplacementSet
              |
              +--org.enhydra.tool.codegen.internal.AppReplacementSet
All Implemented Interfaces:
Constants

public class AppReplacementSet
extends ProjectReplacementSet
implements Constants

This class instantiates a set of default Replacements during initialization.


Field Summary
static java.lang.String APP
          Replacement key for the application class (proper case)
static java.lang.String CLIENT
          Replacement key for the client type
static java.lang.String CONTENT_TYPE
          Replacement key for the content type
 
Fields inherited from class org.enhydra.tool.codegen.ProjectReplacementSet
at_PACKAGE_DIR_at, at_PROJECT_at, COPYRIGHT, JAVA_PACKAGE, SHELL_PACKAGE_DIR, SHELL_ROOT_PATH
 
Fields inherited from interface org.enhydra.tool.codegen.Constants
CLIENT_SUFFIX, CONTENT_HTML, CONTENT_WML, DIR_AT_PACKAGE_DIR_AT, DIR_INPUT, DIR_LIB, DIR_MEDIA, DIR_OUTPUT, DIR_PRESENTATION, DIR_RESOURCES, DIR_SRC, DIR_TEMPLATE, DIR_TOOL, FILE_BUILD_XML, FILE_ENHYDRA_JAR, FILE_MAKEFILE, FILE_README_HTML, FILE_RUN_BAT_IN, FILE_RUN_IN, SYS_JAVA_VENDOR, SYS_JAVA_VERSION, SYS_USER_HOME, TAB4, TYPE_BAT, TYPE_CONF, TYPE_HTML, TYPE_IN, TYPE_JAVA, TYPE_MK, TYPE_TEMPLATE, TYPE_WML, TYPE_XML, XMLC_DEFAULT, XMLC_SUFFIX
 
Constructor Summary
AppReplacementSet()
          Create a default set of replacement operations.
 
Methods inherited from class org.enhydra.tool.common.ReplacementSet
add, delete, lookup, toArray, toStringArray
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLIENT

public static final java.lang.String CLIENT
Replacement key for the client type

See Also:
Constant Field Values

CONTENT_TYPE

public static final java.lang.String CONTENT_TYPE
Replacement key for the content type

See Also:
Constant Field Values

APP

public static final java.lang.String APP
Replacement key for the application class (proper case)

See Also:
Constant Field Values
Constructor Detail

AppReplacementSet

public AppReplacementSet()
Create a default set of replacement operations. This is a convenience class that can be used as the basis for building custom replacement set within a generator.


Enhydra 5.1 API