jaxx.compiler.decorators
Class HelpRootCompiledObjectDecorator
java.lang.Object
jaxx.compiler.decorators.DefaultCompiledObjectDecorator
jaxx.compiler.decorators.HelpRootCompiledObjectDecorator
- All Implemented Interfaces:
- CompiledObjectDecorator
public class HelpRootCompiledObjectDecorator
- extends DefaultCompiledObjectDecorator
A decorator to place on a root compiled object to process javaHelp on the file.
- Since:
- 1.2
- Author:
- tony
|
Field Summary |
protected static java.util.Set<java.lang.String> |
helpIds
the list of discovered helpId |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
helpIds
protected static java.util.Set<java.lang.String> helpIds
- the list of discovered helpId
HelpRootCompiledObjectDecorator
public HelpRootCompiledObjectDecorator()
getName
public java.lang.String getName()
- Specified by:
getName in interface CompiledObjectDecorator- Overrides:
getName in class DefaultCompiledObjectDecorator
- Returns:
- the name of the decorator (match the content of a decorator
attribute value in a JAXX file)
getBrokerFQN
protected java.lang.String getBrokerFQN(JAXXCompiler compiler)
getHelpId
protected java.lang.String getHelpId(CompiledObject o)
finalizeCompiler
public void finalizeCompiler(JAXXCompiler compiler,
CompiledObject root,
CompiledObject object,
JavaFile javaFile,
java.lang.String packageName,
java.lang.String className,
java.lang.String fullClassName)
- Description copied from interface:
CompiledObjectDecorator
- Finalize the given compiled object before any generation in the
file.
- Specified by:
finalizeCompiler in interface CompiledObjectDecorator- Overrides:
finalizeCompiler in class DefaultCompiledObjectDecorator
- Parameters:
compiler - the compiler to useroot - the root compiled object of the jaxx fileobject - the compiled object to treatejavaFile - the file to treatepackageName - the package nameclassName - the (simple ?) class namefullClassName - the fully class name
getHelpIds
public static java.util.Set<java.lang.String> getHelpIds()
Copyright © 2008-2009 CodeLutin. All Rights Reserved.