public abstract class UIMABundleActivator extends Object implements org.osgi.framework.BundleActivator
BundleActivator
to enable automatic registration of Annotator classes to load from UIMA utilsModifier and Type | Field and Description |
---|---|
protected CachingUIMAResourcesClassLoaderRepository |
classLoaderRepository |
Constructor and Description |
---|
UIMABundleActivator() |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
classRegistered() |
void |
start(org.osgi.framework.BundleContext context) |
void |
stop(org.osgi.framework.BundleContext context) |
@Reference protected CachingUIMAResourcesClassLoaderRepository classLoaderRepository
public void start(org.osgi.framework.BundleContext context) throws Exception
start
in interface org.osgi.framework.BundleActivator
Exception
public void stop(org.osgi.framework.BundleContext context) throws Exception
stop
in interface org.osgi.framework.BundleActivator
Exception
protected abstract void classRegistered()
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.