public abstract class AbstractRepositoryXMLReader extends Object implements RepositoryReader
| Constructor and Description |
|---|
AbstractRepositoryXMLReader(InputStream inputStream) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
protected abstract org.jboss.gravia.resource.ResourceBuilder |
createResourceBuilder() |
protected abstract XMLStreamReader |
createXMLStreamReader(InputStream inputSteam) |
Map<String,String> |
getRepositoryAttributes() |
org.jboss.gravia.resource.Resource |
nextResource() |
public AbstractRepositoryXMLReader(InputStream inputStream)
protected abstract XMLStreamReader createXMLStreamReader(InputStream inputSteam)
protected abstract org.jboss.gravia.resource.ResourceBuilder createResourceBuilder()
public Map<String,String> getRepositoryAttributes()
getRepositoryAttributes in interface RepositoryReaderpublic org.jboss.gravia.resource.Resource nextResource()
nextResource in interface RepositoryReaderpublic void close()
close in interface RepositoryReaderCopyright © 2014 JBoss by Red Hat. All rights reserved.