org.ops4j.pax.scanner.composite.internal
Class Activator

java.lang.Object
  extended by org.ops4j.pax.scanner.common.AbstractScannerActivator<CompositeScanner>
      extended by org.ops4j.pax.scanner.composite.internal.Activator
All Implemented Interfaces:
org.osgi.framework.BundleActivator

public final class Activator
extends AbstractScannerActivator<CompositeScanner>

Bundle activator for composite scanner.

Since:
0.18.0, March 07, 2007
Author:
Alin Dreghiciu

Constructor Summary
Activator()
           
 
Method Summary
protected  CompositeScanner createScanner(org.osgi.framework.BundleContext bundleContext)
          
protected  String getPID()
          
protected  String getSchema()
          
protected  void setResolver(org.ops4j.util.property.PropertyResolver propertyResolver)
          
 
Methods inherited from class org.ops4j.pax.scanner.common.AbstractScannerActivator
getScanner, start, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Activator

public Activator()
Method Detail

createScanner

protected CompositeScanner createScanner(org.osgi.framework.BundleContext bundleContext)

Specified by:
createScanner in class AbstractScannerActivator<CompositeScanner>

getPID

protected String getPID()

Specified by:
getPID in class AbstractScannerActivator<CompositeScanner>

getSchema

protected String getSchema()

Specified by:
getSchema in class AbstractScannerActivator<CompositeScanner>

setResolver

protected void setResolver(org.ops4j.util.property.PropertyResolver propertyResolver)

Specified by:
setResolver in class AbstractScannerActivator<CompositeScanner>


Copyright © 2006-2011 OPS4J - Open Participation Software for Java. All Rights Reserved.