Package | Description |
---|---|
org.duracloud | |
org.duracloud.chunk.manifest.xml | |
org.duracloud.impl |
Modifier and Type | Method and Description |
---|---|
ChunksManifestType |
ChunksManifestDocument.addNewChunksManifest()
Appends and returns a new empty "chunksManifest" element
|
ChunksManifestType |
ChunksManifestDocument.getChunksManifest()
Gets the "chunksManifest" element
|
static ChunksManifestType |
ChunksManifestType.Factory.newInstance() |
static ChunksManifestType |
ChunksManifestType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static ChunksManifestType |
ChunksManifestType.Factory.parse(File file) |
static ChunksManifestType |
ChunksManifestType.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static ChunksManifestType |
ChunksManifestType.Factory.parse(InputStream is) |
static ChunksManifestType |
ChunksManifestType.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static ChunksManifestType |
ChunksManifestType.Factory.parse(Node node) |
static ChunksManifestType |
ChunksManifestType.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static ChunksManifestType |
ChunksManifestType.Factory.parse(Reader r) |
static ChunksManifestType |
ChunksManifestType.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static ChunksManifestType |
ChunksManifestType.Factory.parse(String xmlAsString) |
static ChunksManifestType |
ChunksManifestType.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static ChunksManifestType |
ChunksManifestType.Factory.parse(URL u) |
static ChunksManifestType |
ChunksManifestType.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static ChunksManifestType |
ChunksManifestType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static ChunksManifestType |
ChunksManifestType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static ChunksManifestType |
ChunksManifestType.Factory.parse(XMLStreamReader sr) |
static ChunksManifestType |
ChunksManifestType.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
Modifier and Type | Method and Description |
---|---|
void |
ChunksManifestDocument.setChunksManifest(ChunksManifestType chunksManifest)
Sets the "chunksManifest" element
|
Modifier and Type | Method and Description |
---|---|
static ChunksManifestType |
ManifestElementWriter.createChunksManifestElementFrom(ChunksManifestBean manifest)
This method serializes a ChunksManifest object into a ChunksManifest
xml element.
|
Modifier and Type | Class and Description |
---|---|
class |
ChunksManifestTypeImpl
An XML chunksManifestType(@duracloud.org).
|
Modifier and Type | Method and Description |
---|---|
ChunksManifestType |
ChunksManifestDocumentImpl.addNewChunksManifest()
Appends and returns a new empty "chunksManifest" element
|
ChunksManifestType |
ChunksManifestDocumentImpl.getChunksManifest()
Gets the "chunksManifest" element
|
Modifier and Type | Method and Description |
---|---|
void |
ChunksManifestDocumentImpl.setChunksManifest(ChunksManifestType chunksManifest)
Sets the "chunksManifest" element
|
Copyright © 2009–2016 DuraSpace. All rights reserved.