|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
IComponent |
getComponent()
Gets the component for which this file info was created. |
java.io.File |
getDestinationDir(java.io.File aRootDir)
Gets the directory of the file of the generated code. |
java.io.File |
getDestinationFile(java.io.File aRootDir)
Gets the file name for the generated code. |
java.lang.String |
getGeneratedCode()
Gets the generated code. |
boolean |
isUpToDate(java.io.Reader aReadere)
Checks if previous code is up to date. |
void |
output(java.io.File aRootDir,
IConstraintViolations aViolations)
|
void |
output(java.lang.String aRootDir,
IConstraintViolations aViolations)
|
boolean |
overwrite()
Determines if any previous code is overwritten. |
Method Detail |
public IComponent getComponent()
public java.lang.String getGeneratedCode()
null
is returned then no file is
be generated.
public java.io.File getDestinationFile(java.io.File aRootDir)
aRootDir
- (required).
public java.io.File getDestinationDir(java.io.File aRootDir)
public boolean overwrite()
true
iff previous code is overwritten.public boolean isUpToDate(java.io.Reader aReadere) throws java.lang.Exception
true
iff the previous code is up to date.
java.lang.Exception
public void output(java.lang.String aRootDir, IConstraintViolations aViolations)
public void output(java.io.File aRootDir, IConstraintViolations aViolations)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |