java.lang.Object
uk.autores.handling.CfgStrategy
"strategy": how to consume resources.
- "inline": embed in class files
- "const": embed in class file constant pool
- "lazy": load resources using
ClassLoader
- "auto": use some heuristic to decide loading strategy
-
Field Summary
-
Method Summary
-
Field Details
-
STRATEGY
Key- See Also:
-
AUTO
Value- See Also:
-
INLINE
Value- See Also:
-
LAZY
Value- See Also:
-
CONST
Value- See Also:
-
DEF
Config definition.- See Also:
-