|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.maven.plugins.pdf.DocumentDescriptorReader
public class DocumentDescriptorReader
Read and filter a DocumentModel from a document descriptor file.
| Constructor Summary | |
|---|---|
DocumentDescriptorReader()
Constructor. |
|
DocumentDescriptorReader(MavenProject project)
Constructor. |
|
DocumentDescriptorReader(MavenProject project,
Log log)
Constructor. |
|
| Method Summary | |
|---|---|
DocumentModel |
readAndFilterDocumentDescriptor(File docDescriptor)
Read and filter the docDescriptor file. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DocumentDescriptorReader()
public DocumentDescriptorReader(MavenProject project)
project - may be null.
public DocumentDescriptorReader(MavenProject project,
Log log)
project - may be null.log - may be null.| Method Detail |
|---|
public DocumentModel readAndFilterDocumentDescriptor(File docDescriptor)
throws XmlPullParserException,
IOException
docDescriptor file.
docDescriptor - not null.
XmlPullParserException - if an error occurs during parsing.
IOException - if an error occurs during reading.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||