|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectTask
com.hammurapi.render.emf.EcoreDoc
public class EcoreDoc
Generates HTML documentation for ECore models and diagrams.
| Constructor Summary | |
|---|---|
EcoreDoc()
|
|
| Method Summary | |
|---|---|
void |
execute()
|
java.lang.String |
getDiagram()
Source diagram - file or URL |
java.io.File |
getOutputDir()
Output directory |
java.io.File |
getOutputFile()
|
boolean |
isHttp()
|
static void |
main(java.lang.String[] args)
Generates documentation from a diagram file. |
void |
setDiagram(java.lang.String diagram)
Source diagram - file or URL |
void |
setHttp(boolean http)
If true, outline and contents trees are rendered to use AJAX. |
void |
setLocale(java.util.Locale locale)
Sets rendering locale. |
void |
setOutputDir(java.io.File outputDir)
Output directory |
void |
setOutputFile(java.io.File outputFile)
If outputfile attribute is set, then the task generates documenation in a single HTML file. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EcoreDoc()
| Method Detail |
|---|
public void execute()
throws BuildException
BuildExceptionpublic void setLocale(java.util.Locale locale)
locale - public java.lang.String getDiagram()
public void setDiagram(java.lang.String diagram)
diagram - public java.io.File getOutputDir()
public void setOutputDir(java.io.File outputDir)
outputDir - public java.io.File getOutputFile()
public void setOutputFile(java.io.File outputFile)
outputFile - public boolean isHttp()
public void setHttp(boolean http)
http -
public static void main(java.lang.String[] args)
throws java.lang.Exception
args -
java.lang.Exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||