Interface Arbiter
-
- All Known Implementing Classes:
ClassArbiter
,DefaultArbiter
,ScriptArbiter
,SystemPropertyArbiter
public interface Arbiter
Interface used to check for portions of the configuration that may be optionally included.
-
-
Field Summary
Fields Modifier and Type Field Description static String
ELEMENT_TYPE
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isCondition()
-
-
-
Field Detail
-
ELEMENT_TYPE
static final String ELEMENT_TYPE
- See Also:
- Constant Field Values
-
-