xdoclet
public class GenerationManager extends Object
Version: $Revision: 1.19 $
UNKNOWN: March 30, 2002
| Constructor Summary | |
|---|---|
| GenerationManager(XJavaDoc xJavaDoc, TemplateSubTask subTask)
Describe what the GenerationManager constructor does
| |
| Method Summary | |
|---|---|
| boolean | isGenerationNeeded(XClass clazz, File file, boolean withTemplate)
Test if a Java source mmust be generated or not depending of timestamp of elements involved.
|
| boolean | isGenerationNeeded(File file)
Verify if the generation of a file to generate is needed because either the Template used to generate the file
have a later timestamp, or because ALL the Java sources imported in this task have a sooner timestamp. |
| boolean | isGuessGenerationNeeded()
Gets the GuessGenerationNeeded attribute of the GenerationManager object
|
| void | setGuessGenerationNeeded(boolean guessGenerationNeeded)
Sets the GuessGenerationNeeded attribute of the GenerationManager object.
|
Parameters: xJavaDoc subTask Describe what the parameter does
Parameters: clazz the Class from wich we generate file the File that will be generated withTemplate
Returns: true if generation is needed
Throws: XDocletException
Parameters: file The file to check
Returns: true if the generation is needed
Throws: XDocletException
Returns: The GuessGenerationNeeded value
Parameters: guessGenerationNeeded The new GuessGenerationNeeded value