- java.lang.Object
-
- uk.autores.processing.handlers.CfgStrategy
-
public final class CfgStrategy extends Object
"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 Detail
-
STRATEGY
public static final String STRATEGY
Key- See Also:
- Constant Field Values
-
AUTO
public static final String AUTO
Value- See Also:
- Constant Field Values
-
INLINE
public static final String INLINE
Value- See Also:
- Constant Field Values
-
LAZY
public static final String LAZY
Value- See Also:
- Constant Field Values
-
CONST
public static final String CONST
Value- See Also:
- Constant Field Values
-
DEF
public static final ConfigDef DEF
Config definition.- See Also:
ConfigDef
,ResourceFiles.config()
-
-