Uses of Enum
de.xima.fc.config.EXfcConfigType

Packages that use EXfcConfigType
Package
Description
 
  • Uses of EXfcConfigType in de.xima.fc.config

    Subclasses with type arguments of type EXfcConfigType in de.xima.fc.config
    Modifier and Type
    Class
    Description
    enum 
    Enum for the different types of configuration files used by formcycle.
    Methods in de.xima.fc.config that return EXfcConfigType
    Modifier and Type
    Method
    Description
    EXfcConfigType.valueOf(String name)
    Returns the enum constant of this type with the specified name.
    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>
    void
    XfcConfig.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 the ConfigurationBuilder of a given formcycle properties file.
    static <E extends org.apache.commons.configuration2.event.Event>
    void
    XfcConfig.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 the ConfigurationBuilder of a given formcycle properties file.