Kie Aries Blueprint 6.0.0.Beta3

org.kie.aries.blueprint
Class KieBlueprintContainer

java.lang.Object
  extended by org.apache.aries.blueprint.container.BlueprintContainerImpl
      extended by org.kie.aries.blueprint.KieBlueprintContainer
All Implemented Interfaces:
org.apache.aries.blueprint.services.ExtendedBlueprintContainer, org.osgi.service.blueprint.container.BlueprintContainer

public class KieBlueprintContainer
extends org.apache.aries.blueprint.container.BlueprintContainerImpl


Constructor Summary
KieBlueprintContainer(ClassLoader loader, List<URL> resources)
           
KieBlueprintContainer(ClassLoader loader, List<URL> resources, boolean init)
           
KieBlueprintContainer(ClassLoader loader, List<URL> resources, Map<String,String> properties, boolean init)
           
 
Method Summary
protected  org.apache.aries.blueprint.parser.NamespaceHandlerSet createNamespaceHandlerSet(Set<URI> namespaces)
           
 void init()
           
 
Methods inherited from class org.apache.aries.blueprint.container.BlueprintContainerImpl
destroy, getAccessControlContext, getComponentDefinitionRegistry, getComponentIds, getComponentInstance, getComponentMetadata, getConverter, getMetadata, getProcessors, getProperty, getRepository, getResource, getResources, instantiateEagerComponents, loadClass
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KieBlueprintContainer

public KieBlueprintContainer(ClassLoader loader,
                             List<URL> resources)
                      throws Exception
Throws:
Exception

KieBlueprintContainer

public KieBlueprintContainer(ClassLoader loader,
                             List<URL> resources,
                             boolean init)
                      throws Exception
Throws:
Exception

KieBlueprintContainer

public KieBlueprintContainer(ClassLoader loader,
                             List<URL> resources,
                             Map<String,String> properties,
                             boolean init)
                      throws Exception
Throws:
Exception
Method Detail

init

public void init()
          throws Exception
Overrides:
init in class org.apache.aries.blueprint.container.BlueprintContainerImpl
Throws:
Exception

createNamespaceHandlerSet

protected org.apache.aries.blueprint.parser.NamespaceHandlerSet createNamespaceHandlerSet(Set<URI> namespaces)
Overrides:
createNamespaceHandlerSet in class org.apache.aries.blueprint.container.BlueprintContainerImpl

Kie Aries Blueprint 6.0.0.Beta3

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.