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