adf-builder-java 0.30.0 API
| Package | Description |
|---|---|
| com.atlassian.adf.model | |
| com.atlassian.adf.model.ex |
Various exceptions indicating that there is a problem with the requested structure of
a document.
|
| com.atlassian.adf.model.ex.mark |
Various exceptions indicating that there is a problem with a mark object within the ADF
document structure.
|
| com.atlassian.adf.model.ex.node |
Various exceptions indicating that there is a problem with a node object within the ADF
document structure.
|
| com.atlassian.adf.model.mark |
Marks are special document elements that are used to decorate
text nodes. |
| com.atlassian.adf.model.mark.type |
Marker interfaces that help classify mark types by how they may be used.
|
| com.atlassian.adf.model.mark.unsupported |
Special marks that wrap opaque mark values that have an unrecognized type.
|
| com.atlassian.adf.model.node |
Nodes are elements within the Atlassian Document Format that represent presentation data for the
document.
|
| com.atlassian.adf.model.node.type |
Marker interfaces and other supporting types that help classify nodes by how they may be used.
|
| com.atlassian.adf.model.node.unsupported |
Special nodes that wrap opaque content nodes that have an unrecognized type.
|
| com.atlassian.adf.parser |
Basic description of what an ADF parser looks like.
|
| com.atlassian.adf.util |
Utility classes that are common to ADF nodes and marks, but not generally of any interest
outside of the builder implementation.
|