Class CssData
- java.lang.Object
-
- com.vaadin.flow.server.frontend.scanner.CssData
-
- All Implemented Interfaces:
Serializable
public final class CssData extends Object implements Serializable
A container for CssImport information when scanning the class path. It overrides equals and hashCode in order to use HashSet to eliminate duplicates.For internal use only. May be renamed or removed in a future release.
- Since:
- 2.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CssData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object other)StringgetId()The id getter.StringgetInclude()The include getter.StringgetThemefor()The themefor getter.StringgetValue()The value getter.inthashCode()StringtoString()
-