org.jboss.dna.graph.util
Class GraphImporter.ImportedContentUsingSequencer
java.lang.Object
org.jboss.dna.graph.util.GraphImporter.ImportedContentUsingSequencer
- All Implemented Interfaces:
- GraphImporter.ImportSpecification
- Direct Known Subclasses:
- GraphImporter.UriImportedContent
- Enclosing class:
- GraphImporter
@Immutable
protected abstract class GraphImporter.ImportedContentUsingSequencer
- extends Object
- implements GraphImporter.ImportSpecification
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GraphImporter.ImportedContentUsingSequencer
protected GraphImporter.ImportedContentUsingSequencer(StreamSequencer sequencer)
getSequencer
protected StreamSequencer getSequencer()
getConflictBehavior
protected NodeConflictBehavior getConflictBehavior()
into
public void into(String sourceName)
throws IOException,
RepositorySourceException
- Specify the location where the content is to be imported, and then perform the import. This is equivalent to calling
into(sourceName,rootPath).
- Specified by:
into in interface GraphImporter.ImportSpecification
- Parameters:
sourceName - the name of the source into which the content is to be imported
- Throws:
IOException - if there is a problem reading the content
RepositorySourceException - if there is a problem while writing the content to the repository source- See Also:
GraphImporter.ImportSpecification.into(java.lang.String)
Copyright © 2008-Present JBoss a division of Red Hat. All Rights Reserved.