|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Destination | |
|---|---|
| org.jboss.dna.cnd | Compact Node Definition (CND) defines JCR node types, property definitions, and child node definitions in a concise and easy-to-read form. |
| org.jboss.dna.graph.io | |
| org.jboss.dna.graph.xml | Graph content can often be represented in XML, so this part of the JBoss DNA Graph API defines the classes that provide the binding between graph and XML content. |
| org.jboss.dna.repository.sequencer | The classes that make up the sequencing service and its configuration. |
| Uses of Destination in org.jboss.dna.cnd |
|---|
| Constructors in org.jboss.dna.cnd with parameters of type Destination | |
|---|---|
CndImporter(Destination destination,
Path parentPath)
Create a new importer that will place the content in the supplied destination under the supplied path. |
|
CndImporter(Destination destination,
Path parentPath,
boolean compatibleWithPreJcr2)
Create a new importer that will place the content in the supplied destination under the supplied path. |
|
| Uses of Destination in org.jboss.dna.graph.io |
|---|
| Classes in org.jboss.dna.graph.io that implement Destination | |
|---|---|
class |
GraphBatchDestination
A Destination that makes the changes to a graph via a Graph.Batch. |
| Uses of Destination in org.jboss.dna.graph.xml |
|---|
| Constructors in org.jboss.dna.graph.xml with parameters of type Destination | |
|---|---|
XmlHandler(Destination destination,
boolean skipRootElement,
Path parent,
TextDecoder textDecoder,
Name nameAttribute,
Name typeAttribute,
Name typeAttributeValue,
XmlHandler.AttributeScoping scoping)
Create a handler that creates content in the supplied graph |
|
| Uses of Destination in org.jboss.dna.repository.sequencer |
|---|
| Methods in org.jboss.dna.repository.sequencer that return Destination | |
|---|---|
Destination |
SequencerContext.getDestination()
Returns the I/O environment in which this sequencer context operates |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||