org.asciidoctor
Class DocumentHeader
java.lang.Object
org.asciidoctor.DocumentHeader
public class DocumentHeader
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getAuthors
public List<Author> getAuthors()
getDocumentTitle
public String getDocumentTitle()
getPageTitle
public String getPageTitle()
getAuthor
public Author getAuthor()
getRevisionInfo
public RevisionInfo getRevisionInfo()
getAttributes
public Map<String,Object> getAttributes()
createDocumentHeader
public static DocumentHeader createDocumentHeader(String documentTitle,
String pageTitle,
Map<String,Object> attributes)
Copyright © 2013. All Rights Reserved.