Uses of Class
com.aspectran.core.context.rule.type.AppendableFileFormatType
-
Packages that use AppendableFileFormatType Package Description com.aspectran.core.context.rule com.aspectran.core.context.rule.appender com.aspectran.core.context.rule.type -
-
Uses of AppendableFileFormatType in com.aspectran.core.context.rule
Methods in com.aspectran.core.context.rule that return AppendableFileFormatType Modifier and Type Method Description AppendableFileFormatTypeAppendRule. getFormat()Methods in com.aspectran.core.context.rule with parameters of type AppendableFileFormatType Modifier and Type Method Description voidAppendRule. setFormat(AppendableFileFormatType format)Constructors in com.aspectran.core.context.rule with parameters of type AppendableFileFormatType Constructor Description FileAppendRule(java.lang.String file, AppendableFileFormatType format)FileAppendRule(java.lang.String file, AppendableFileFormatType format, java.lang.String profile)ResourceAppendRule(java.lang.String resource, AppendableFileFormatType format)ResourceAppendRule(java.lang.String resource, AppendableFileFormatType format, java.lang.String profile)UrlAppendRule(java.lang.String url, AppendableFileFormatType format)UrlAppendRule(java.lang.String url, AppendableFileFormatType format, java.lang.String profile) -
Uses of AppendableFileFormatType in com.aspectran.core.context.rule.appender
Methods in com.aspectran.core.context.rule.appender that return AppendableFileFormatType Modifier and Type Method Description AppendableFileFormatTypeRuleAppender. getAppendableFileFormatType()Methods in com.aspectran.core.context.rule.appender with parameters of type AppendableFileFormatType Modifier and Type Method Description voidRuleAppender. setAppendableFileFormatType(AppendableFileFormatType appendableFileFormatType) -
Uses of AppendableFileFormatType in com.aspectran.core.context.rule.type
Methods in com.aspectran.core.context.rule.type that return AppendableFileFormatType Modifier and Type Method Description static AppendableFileFormatTypeAppendableFileFormatType. resolve(java.lang.String alias)Returns anAppendableFileFormatTypewith a value represented by the specifiedString.static AppendableFileFormatTypeAppendableFileFormatType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AppendableFileFormatType[]AppendableFileFormatType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-