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