public class SnappyBundleActivator extends Object implements org.osgi.framework.BundleActivator
Modifier and Type | Field and Description |
---|---|
static String |
LIBRARY_NAME
Name of the Snappy native library
|
Constructor and Description |
---|
SnappyBundleActivator() |
Modifier and Type | Method and Description |
---|---|
void |
start(org.osgi.framework.BundleContext context)
Make a call to
System.loadLibrary(String) to load the native library which assumes
that the library is available on the path based on this Bundle 's Manifest . |
void |
stop(org.osgi.framework.BundleContext context) |
public static final String LIBRARY_NAME
public void start(org.osgi.framework.BundleContext context) throws Exception
System.loadLibrary(String)
to load the native library which assumes
that the library is available on the path based on this Bundle
's Manifest
.start
in interface org.osgi.framework.BundleActivator
Exception
Copyright © 2011–2023 xerial.org. All rights reserved.