public class StreamMetadataProvider extends Object implements MetadataProvider
StreamManifestProvider knows how to load metadata from an InputStream.| Constructor and Description |
|---|
StreamMetadataProvider(InputStream stream,
Reporter reporter) |
| Modifier and Type | Method and Description |
|---|---|
List<org.apache.felix.ipojo.metadata.Element> |
getMetadatas()
Gather all the metadata.
|
void |
setValidateUsingLocalSchemas(boolean validateUsingLocalSchemas)
Force XML schemas resolution to be performed locally
|
public StreamMetadataProvider(InputStream stream, Reporter reporter)
public void setValidateUsingLocalSchemas(boolean validateUsingLocalSchemas)
public List<org.apache.felix.ipojo.metadata.Element> getMetadatas() throws IOException
MetadataProvidergetMetadatas in interface MetadataProviderIOException - if something wet wrong during gathering.Copyright © 2006–2023 The Apache Software Foundation. All rights reserved.