public class DocumentDescriptorReader extends Object
| Constructor and Description |
|---|
DocumentDescriptorReader()
Constructor.
|
DocumentDescriptorReader(MavenProject project)
Constructor.
|
DocumentDescriptorReader(MavenProject project,
Log log)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
DocumentModel |
readAndFilterDocumentDescriptor(File docDescriptor)
Read and filter the
docDescriptor file. |
public DocumentDescriptorReader()
public DocumentDescriptorReader(MavenProject project)
project - may be null.public DocumentDescriptorReader(MavenProject project, Log log)
project - may be null.log - may be null.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.Copyright © 2002–2015 The Apache Software Foundation. All rights reserved.