org.jboss.osgi.metadata
Class NativeLibrary
java.lang.Object
org.jboss.osgi.metadata.NativeLibrary
- All Implemented Interfaces:
- Serializable
public class NativeLibrary
- extends Object
- implements Serializable
Meta data for native code libraries as defined by OSGi R4V42.
3.9 Loading Native Code Libraries http://www.osgi.org/Download/File?url=/download/r4v42/r4.core.pdf
- Since:
- 21-Jan-2010
- Author:
- thomas.diesler@jboss.com, David Bosschaert
- See Also:
- Serialized Form
Constructor Summary |
NativeLibrary(String libraryPath)
Create a NativeCode instance with mandatory properties. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NativeLibrary
public NativeLibrary(String libraryPath)
- Create a NativeCode instance with mandatory properties.
- Parameters:
libraryPath
- The library path
getLibraryPath
public String getLibraryPath()
Copyright © 2012. All Rights Reserved.