Uses of Enum
de.xima.fc.config.EXfcConfigType
Packages that use EXfcConfigType
-
Uses of EXfcConfigType in de.xima.fc.config
Methods in de.xima.fc.config that return EXfcConfigTypeModifier and TypeMethodDescriptionstatic EXfcConfigType
Returns the enum constant of this type with the specified name.static EXfcConfigType[]
EXfcConfigType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.xima.fc.config with parameters of type EXfcConfigTypeModifier and TypeMethodDescriptionstatic <E extends org.apache.commons.configuration2.event.Event>
voidXfcConfig.addBuilderEventListener
(EXfcConfigType configType, org.apache.commons.configuration2.event.EventType<E> eventType, org.apache.commons.configuration2.event.EventListener<? super E> eventListener) Adds an event listener to theConfigurationBuilder
of a given formcycle properties file.static <E extends org.apache.commons.configuration2.event.Event>
voidXfcConfig.removeBuilderEventListener
(EXfcConfigType configType, org.apache.commons.configuration2.event.EventType<E> eventType, org.apache.commons.configuration2.event.EventListener<? super E> eventListener) Removes an event listener from theConfigurationBuilder
of a given formcycle properties file.