public class ApiDoc extends Object
Constructor and Description |
---|
ApiDoc() |
public void checkModel() throws NullPointerException, IllegalArgumentException
public ApiDocNodeWriter addNodeBodyWriter(ApiDocNodeWriter writer)
public boolean removeNodeBodyWriter(ApiDocNodeWriter writer)
public List<ApiDocNodeWriter> getNodeBodyWriters()
public ApiDocConcept addConcept(ApiDocConcept concept)
public boolean removeConcept(ApiDocConcept concept)
public List<ApiDocConcept> getConcepts()
public void addDocKeyword(String keyword)
public void addDocKeywordAll(Collection<String> keywords)
public boolean removeDocKeyword(String keyword)
public String getDocCopyright()
public void setDocCopyright(String docCopyright)
docCopyright
- the docCopyright to setpublic void createDocCopyright(String owner)
owner
- The owner of the copyright.public String getDocAbout()
public void setDocAbout(String docAbout)
docAbout
- the docAbout to setpublic ApiDocPage addDocPage(ApiDocPage page)
public boolean removeDocPage(ApiDocPage page)
public List<ApiDocPage> getDocPages()
public ApiDocPage findDocPageById(String docPageId)
public boolean removeTreeNodeClassExclude(Class<?> excludeClass)
public String getName()
public void setName(String name)
name
- the name to setpublic String getDescription()
public void setDescription(String description)
description
- the description to setpublic ApiDocNode getRootNodeTreePage()
public void setRootNodeTreePage(ApiDocNode rootNodeTreePage)
rootNodeTreePage
- the rootNodeTreePage to setpublic ApiDocNode getRootNode()
public void setRootNode(ApiDocNode rootNode)
rootNode
- the rootNode to setpublic Class<?> getFrameNavConceptClass()
public void setFrameNavConceptClass(Class<?> frameNavConceptClass)
frameNavConceptClass
- the frameNavConceptClass to setpublic Boolean getFrameNavPrintParent()
public void setFrameNavPrintParent(Boolean frameNavPrintParent)
frameNavPrintParent
- the frameNavPrintParent to setpublic Boolean getFrameNavPrintParentParent()
public void setFrameNavPrintParentParent(Boolean frameNavPrintParentParent)
frameNavPrintParentParent
- the frameNavPrintParentParent to setpublic Boolean getFrameNavOverviewPrintParent()
public void setFrameNavOverviewPrintParent(Boolean frameNavOverviewPrintParent)
frameNavOverviewPrintParent
- the frameNavOverviewPrintParent to setpublic Boolean getFrameNavPrintParentId()
public void setFrameNavPrintParentId(Boolean frameNavPrintParentId)
frameNavPrintParentId
- the frameNavPrintParentId to setCopyright © 2004-2013 X4O. All Rights Reserved.