Knopflerfish OSGi 2.4.0

org.knopflerfish.ant.taskdefs.bundle
Class EE

java.lang.Object
  extended by org.knopflerfish.ant.taskdefs.bundle.EE

public class EE
extends java.lang.Object

Utility class with static methods for checking classes with the standard OSGi profiles. See r3.book.pdf for details.


Constructor Summary
EE()
           
 
Method Summary
static boolean isFoundation(java.lang.String className)
          Check if a class is allowed by the "Foundation" profile.
static boolean isMinimum(java.lang.String className)
          Check if a class is allowed by the "Mimimum" profile.
static boolean isSMF(java.lang.String className)
          Check if a class is allowed by the "Mimimum" profile.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EE

public EE()
Method Detail

isFoundation

public static boolean isFoundation(java.lang.String className)
Check if a class is allowed by the "Foundation" profile.


isMinimum

public static boolean isMinimum(java.lang.String className)
Check if a class is allowed by the "Mimimum" profile.


isSMF

public static boolean isSMF(java.lang.String className)
Check if a class is allowed by the "Mimimum" profile.


Knopflerfish OSGi 2.4.0