|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectdocumenter.engine.DocGeneratorModel
public class DocGeneratorModel
Business logic class of DocGenerator tool. Model role in DocGenerator MVC implementation.
Constructor Summary | |
---|---|
DocGeneratorModel()
Default constructor. |
|
DocGeneratorModel(DocGeneratorView view)
Deprecated. |
Method Summary | |
---|---|
void |
generateCompleteModel()
Generates documentation |
java.lang.String |
getDocOutPath()
|
void |
setInput(java.util.ArrayList<java.lang.String> value)
Sets input list of RDF files for DocGenerator Model |
void |
setOutpath(java.lang.String value)
Sets the path in which the generated documenation will be placed |
void |
setProjName(java.lang.String value)
Name of the documentation project. |
void |
setView(DocGeneratorView view)
Sets the MVC View component for this Model |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DocGeneratorModel()
public DocGeneratorModel(DocGeneratorView view)
view
- The view on which the model should be presentedMethod Detail |
---|
public java.lang.String getDocOutPath()
public void setView(DocGeneratorView view)
view
- The View on which the model should be presentedpublic void setInput(java.util.ArrayList<java.lang.String> value)
value
- The list of RDF files for which the documentation is to be generatedpublic void setOutpath(java.lang.String value)
value
- Local filesystem pathpublic void setProjName(java.lang.String value)
value
- public void generateCompleteModel() throws java.lang.Exception
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |