-
public final class ShorthandEntry
-
-
Constructor Summary
Constructors Constructor Description ShorthandEntry(String name, String value, Boolean important)
-
Method Summary
Modifier and Type Method Description final Stringcomponent1()final Stringcomponent2()final Booleancomponent3()final ShorthandEntrycopy(String name, String value, Boolean important)final StringgetName()Shorthand name. final StringgetValue()Shorthand value. final BooleangetImportant()Whether the property has "! -
-
Method Detail
-
component1
final String component1()
-
component2
final String component2()
-
component3
final Boolean component3()
-
copy
final ShorthandEntry copy(String name, String value, Boolean important)
-
getImportant
final Boolean getImportant()
Whether the property has "!important" annotation (implies
falseif absent).
-
-
-
-