|
Cramfull Compiled Resources v2.00 | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object | +--be.arci.cramfull.Collector
Helper class for Cramfull subclasses that collects all resources compiled into them; except for the get/setDebugMode methods, application programmers will not have to access this class directly.
| Field Summary | |
static java.lang.String |
sCopy
Copyright notice; none of the Cramfull Compiled Resources license types allows you to change this. |
| Method Summary | |
Collector |
add(java.lang.String sContentString)
Not documented. |
static boolean |
getDebugMode()
Gets debug mode |
java.util.Hashtable |
getResources()
Not documented. |
static Collector |
getResources(java.lang.String sCramfull)
Not documented. |
Collector |
open(java.lang.String sNamingString)
Not documented. |
static void |
setDebugMode(boolean swDebugMode)
Sets verbose reporting of collecting resources from a Cramfull class file. |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Field Detail |
public static final java.lang.String sCopy
| Method Detail |
public static Collector getResources(java.lang.String sCramfull)
public static boolean getDebugMode()
public static void setDebugMode(boolean swDebugMode)
swDebugMode - if true, all resources that are collected from a Cramfull
class file are reported to System.outpublic Collector open(java.lang.String sNamingString)
sNamingString - not documented.public Collector add(java.lang.String sContentString)
sContentString - not documented.public java.util.Hashtable getResources()
|
Cramfull Compiled Resources v2.00 | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||