|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.tapina.robe.module.ModuleUtils
This class provides various utilities relating to representing modules to RISC OS programs.
Constructor Summary | |
ModuleUtils()
|
Method Summary | |
static Module |
getModule(java.lang.String moduleName)
|
static byte[] |
getModuleData(java.lang.String moduleName)
|
static int |
getModuleNumber(Module module)
|
static void |
registerModule(Module module)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ModuleUtils()
Method Detail |
public static void registerModule(Module module)
public static Module getModule(java.lang.String moduleName)
public static int getModuleNumber(Module module)
public static byte[] getModuleData(java.lang.String moduleName)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |