public interface ParserService
Modifier and Type | Method and Description |
---|---|
org.apache.aries.blueprint.ComponentDefinitionRegistry |
parse(InputStream is,
org.osgi.framework.Bundle clientBundle)
Parse a single InputStream containing blueprint xml.
|
org.apache.aries.blueprint.ComponentDefinitionRegistry |
parse(InputStream is,
org.osgi.framework.Bundle clientBundle,
boolean validate)
Parse a single InputStream containing blueprint xml.
|
org.apache.aries.blueprint.ComponentDefinitionRegistry |
parse(List<URL> urls,
org.osgi.framework.Bundle clientBundle)
Parse blueprint xml referred to by a list of URLs.
|
org.apache.aries.blueprint.ComponentDefinitionRegistry |
parse(List<URL> urls,
org.osgi.framework.Bundle clientBundle,
boolean validate)
Parse blueprint xml referred to by a list of URLs.
|
org.apache.aries.blueprint.ComponentDefinitionRegistry |
parse(URL url,
org.osgi.framework.Bundle clientBundle)
Parse blueprint xml referred to by a single URL.
|
org.apache.aries.blueprint.ComponentDefinitionRegistry |
parse(URL url,
org.osgi.framework.Bundle clientBundle,
boolean validate)
Parse blueprint xml referred to by a single URL.
|
org.apache.aries.blueprint.ComponentDefinitionRegistry parse(InputStream is, org.osgi.framework.Bundle clientBundle) throws Exception
is
- InputStream containing blueprint xml.clientBundle
- The client's bundleException
org.apache.aries.blueprint.ComponentDefinitionRegistry parse(InputStream is, org.osgi.framework.Bundle clientBundle, boolean validate) throws Exception
is
- Input stream containing blueprint xmlclientBundle
- The client's bundlevalidate
- Indicates whether or not to validate the blueprint xmlException
org.apache.aries.blueprint.ComponentDefinitionRegistry parse(URL url, org.osgi.framework.Bundle clientBundle) throws Exception
url
- URL reference to the blueprint xml to parseclientBundle
- The client's bundleException
org.apache.aries.blueprint.ComponentDefinitionRegistry parse(URL url, org.osgi.framework.Bundle clientBundle, boolean validate) throws Exception
url
- URL reference to the blueprint xml to parseclientBundle
- The client's bundlevalidate
- Indicates whether or not to validate the blueprint xmlException
org.apache.aries.blueprint.ComponentDefinitionRegistry parse(List<URL> urls, org.osgi.framework.Bundle clientBundle) throws Exception
urls
- URL reference to the blueprint xml to parseclientBundle
- The client's bundleException
org.apache.aries.blueprint.ComponentDefinitionRegistry parse(List<URL> urls, org.osgi.framework.Bundle clientBundle, boolean validate) throws Exception
urls
- URL reference to the blueprint xml to parseclientBundle
- The client's bundlevalidate
- Indicates whether or not to validate the blueprint xmlException
Copyright © 2019. All rights reserved.