|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ParserService
Method Summary | |
---|---|
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. |
Method Detail |
---|
org.apache.aries.blueprint.ComponentDefinitionRegistry parse(InputStream is, org.osgi.framework.Bundle clientBundle) throws Exception
is
- InputStream containing blueprint xml.clientBundle
- The client's bundle
Exception
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 xml
Exception
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 bundle
Exception
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 xml
Exception
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 bundle
Exception
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 xml
Exception
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |