|
Knopflerfish OSGi 1.3.3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.knopflerfish.ant.taskdefs.bundle.EE
Utility class with static methods for checking classes with the standard OSGi profiles. See r3.book.pdf f?r 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 |
public EE()
Method Detail |
public static boolean isFoundation(java.lang.String className)
public static boolean isMinimum(java.lang.String className)
public static boolean isSMF(java.lang.String className)
|
Knopflerfish OSGi 1.3.3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |