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
-
ATTR_PAGE_COMPILED_DIR
- Attribute index - The index for our generated class directory.
-
ATTR_PAGE_COMPILER_CLASS
- Attribute index - The index for our compiler class name.
-
PAGE_COMPILE_PROP_NAME
- Our property name.
-
PAGE_COMPILED_DIR
- Name of the property indicating the generated class directory.
-
PAGE_COMPILER_CLASS
- Name of the property indicating the compiler class name
-
getCompiledPageDirectory()
-
-
getCompilerClassName()
-
-
getDefaultCompiledPageDirectory()
-
PAGE_COMPILE_PROP_NAME
protected static String PAGE_COMPILE_PROP_NAME
- Our property name.
PAGE_COMPILED_DIR
protected static String PAGE_COMPILED_DIR
- Name of the property indicating the generated class directory.
PAGE_COMPILER_CLASS
protected static String PAGE_COMPILER_CLASS
- Name of the property indicating the compiler class name
ATTR_PAGE_COMPILED_DIR
protected static int ATTR_PAGE_COMPILED_DIR
- Attribute index - The index for our generated class directory.
ATTR_PAGE_COMPILER_CLASS
protected static int ATTR_PAGE_COMPILER_CLASS
- Attribute index - The index for our compiler class name.
getDefaultCompiledPageDirectory
protected File getDefaultCompiledPageDirectory()
getCompiledPageDirectory
protected File getCompiledPageDirectory()
getCompilerClassName
protected String getCompilerClassName()
All Packages Class Hierarchy This Package Previous Next Index