|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.sun.jimi.core.JimiLicenseFlags
Class providing information about flags available in a Jimi license. Intended for use by Plus Packs to check for specific permisssions.
Field Summary | |
protected static long |
enabledFlags
available flags |
Method Summary | |
static boolean |
flagsEnabled(long flags)
Check if certain flags are available. |
static long |
getFlags()
|
protected static void |
setEnabledFlags(long flags)
Set flag availability. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Field Detail |
protected static long enabledFlags
Method Detail |
public static boolean flagsEnabled(long flags)
public static long getFlags()
protected static void setEnabledFlags(long flags)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |