java.lang.Object
org.glassfish.main.jul.formatter.ExcludeFieldsSupport
- Author:
- sanshriv, David Matejcek
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumAdditional log record attributes. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanisSet(ExcludeFieldsSupport.SupplementalAttribute attribute) voidsetExcludedFields(String excludeFields) toString()Returns excluded field identificators, separated by comma.
-
Constructor Details
-
ExcludeFieldsSupport
public ExcludeFieldsSupport()
-
-
Method Details
-
getById
- Parameters:
id-- Returns:
ExcludeFieldsSupport.SupplementalAttributeif such exists with the same id.
-
setExcludedFields
- Parameters:
excludeFields- comma-separated list ofExcludeFieldsSupport.SupplementalAttributenames.
-
isSet
- Parameters:
attribute-- Returns:
- true if the attribute should be excluded.
-
toString
Returns excluded field identificators, separated by comma.
-