org.asciidoctor
Class DocumentHeader

java.lang.Object
  extended by org.asciidoctor.DocumentHeader

public class DocumentHeader
extends Object


Method Summary
static DocumentHeader createDocumentHeader(String documentTitle, String pageTitle, Map<String,Object> attributes)
           
 Map<String,Object> getAttributes()
           
 Author getAuthor()
           
 List<Author> getAuthors()
           
 String getDocumentTitle()
           
 String getPageTitle()
           
 RevisionInfo getRevisionInfo()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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.