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