All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class org.w3c.jigsaw.pagecompile.PageCompileProp

java.lang.Object
   |
   +----org.w3c.tools.resources.AttributeHolder
           |
           +----org.w3c.tools.resources.Resource
                   |
                   +----org.w3c.jigsaw.config.PropertySet
                           |
                           +----org.w3c.jigsaw.pagecompile.PageCompileProp

public class PageCompileProp
extends PropertySet

Variable Index

 o ATTR_PAGE_COMPILED_DIR
Attribute index - The index for our generated class directory.
 o ATTR_PAGE_COMPILER_CLASS
Attribute index - The index for our compiler class name.
 o PAGE_COMPILE_PROP_NAME
Our property name.
 o PAGE_COMPILED_DIR
Name of the property indicating the generated class directory.
 o PAGE_COMPILER_CLASS
Name of the property indicating the compiler class name

Method Index

 o getCompiledPageDirectory()
 o getCompilerClassName()
 o getDefaultCompiledPageDirectory()

Variables

 o PAGE_COMPILE_PROP_NAME
 protected static String PAGE_COMPILE_PROP_NAME
Our property name.

 o PAGE_COMPILED_DIR
 protected static String PAGE_COMPILED_DIR
Name of the property indicating the generated class directory.

 o PAGE_COMPILER_CLASS
 protected static String PAGE_COMPILER_CLASS
Name of the property indicating the compiler class name

 o ATTR_PAGE_COMPILED_DIR
 protected static int ATTR_PAGE_COMPILED_DIR
Attribute index - The index for our generated class directory.

 o ATTR_PAGE_COMPILER_CLASS
 protected static int ATTR_PAGE_COMPILER_CLASS
Attribute index - The index for our compiler class name.

Methods

 o getDefaultCompiledPageDirectory
 protected File getDefaultCompiledPageDirectory()
 o getCompiledPageDirectory
 protected File getCompiledPageDirectory()
 o getCompilerClassName
 protected String getCompilerClassName()

All Packages  Class Hierarchy  This Package  Previous  Next  Index