aQute.bnd.osgi
Class OSInformation

java.lang.Object
  extended by aQute.bnd.osgi.OSInformation

public class OSInformation
extends Object

OS specific information, used by the native_capability macro for osgi.native.* bundle properties.


Constructor Summary
OSInformation()
          Construct OS specific information
 
Method Summary
static String[] getProcessorAliases()
           
static String[] getProcessorAliases(String osArch)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OSInformation

public OSInformation()
              throws IllegalArgumentException
Construct OS specific information

Throws:
IllegalArgumentException
Method Detail

getProcessorAliases

public static String[] getProcessorAliases(String osArch)

getProcessorAliases

public static String[] getProcessorAliases()


Copyright © 2014 aQute SARL. All rights reserved.