Uses of Class
com.aspectran.core.context.rule.type.AutoReloadType
-
Packages that use AutoReloadType Package Description com.aspectran.core.context.config com.aspectran.core.context.rule.type -
-
Uses of AutoReloadType in com.aspectran.core.context.config
Methods in com.aspectran.core.context.config with parameters of type AutoReloadType Modifier and Type Method Description ContextAutoReloadConfigContextAutoReloadConfig. setReloadMode(AutoReloadType autoReloadType) -
Uses of AutoReloadType in com.aspectran.core.context.rule.type
Methods in com.aspectran.core.context.rule.type that return AutoReloadType Modifier and Type Method Description static AutoReloadTypeAutoReloadType. resolve(java.lang.String alias)Returns anAutoReloadTypewith a value represented by the specifiedString.static AutoReloadTypeAutoReloadType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AutoReloadType[]AutoReloadType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-