Uses of Class
de.xima.fc.config.EXfcConfigType
-
Packages that use EXfcConfigType Package Description de.xima.fc.config -
-
Uses of EXfcConfigType in de.xima.fc.config
Methods in de.xima.fc.config that return EXfcConfigType Modifier and Type Method Description static EXfcConfigTypeEXfcConfigType. valueOf(String name)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 EXfcConfigType Modifier and Type Method Description static <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 theConfigurationBuilderof 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 theConfigurationBuilderof a given formcycle properties file.
-