|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectTask
com.hammurapi.config.runtime.ConfigDoc
public class ConfigDoc
Generates HTML documentation for configuration models.
| Constructor Summary | |
|---|---|
ConfigDoc()
|
|
| Method Summary | |
|---|---|
void |
addPath(String pathElement)
|
void |
execute()
|
File |
getOutputDir()
Output directory |
String |
getSource()
Source - file or URL |
boolean |
isHttp()
|
static void |
main(String[] args)
Generates documentation from a diagram file. |
void |
setHttp(boolean http)
If true, outline and contents trees are rendered to use AJAX. |
void |
setOutputDir(File outputDir)
Output directory |
void |
setSource(String source)
Source - file or URL |
void |
setToDocument(org.eclipse.emf.ecore.EObject toDocument)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ConfigDoc()
| Method Detail |
|---|
public void addPath(String pathElement)
public void setToDocument(org.eclipse.emf.ecore.EObject toDocument)
public void execute()
throws BuildException
BuildExceptionpublic String getSource()
public void setSource(String source)
source - public File getOutputDir()
public void setOutputDir(File outputDir)
outputDir - public boolean isHttp()
public void setHttp(boolean http)
http -
public static void main(String[] args)
throws Exception
args -
Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||