org.apache.aries.application.modelling.impl
Class ParserProxyImpl
java.lang.Object
org.apache.aries.application.modelling.impl.AbstractParserProxy
org.apache.aries.application.modelling.impl.ParserProxyImpl
- All Implemented Interfaces:
- org.apache.aries.application.modelling.ParserProxy
public class ParserProxyImpl
- extends AbstractParserProxy
Method Summary |
protected org.apache.aries.blueprint.ComponentDefinitionRegistry |
parseCDR(InputStream blueprintToParse)
|
protected org.apache.aries.blueprint.ComponentDefinitionRegistry |
parseCDR(List<URL> blueprintsToParse)
|
void |
setBundleContext(org.osgi.framework.BundleContext b)
|
void |
setParserService(org.apache.aries.blueprint.services.ParserService p)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ParserProxyImpl
public ParserProxyImpl()
setParserService
public void setParserService(org.apache.aries.blueprint.services.ParserService p)
setBundleContext
public void setBundleContext(org.osgi.framework.BundleContext b)
parseCDR
protected org.apache.aries.blueprint.ComponentDefinitionRegistry parseCDR(List<URL> blueprintsToParse)
throws Exception
- Specified by:
parseCDR
in class AbstractParserProxy
- Throws:
Exception
parseCDR
protected org.apache.aries.blueprint.ComponentDefinitionRegistry parseCDR(InputStream blueprintToParse)
throws Exception
- Specified by:
parseCDR
in class AbstractParserProxy
- Throws:
Exception
Copyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.