Class CssData
java.lang.Object
com.vaadin.flow.server.frontend.scanner.CssData
- All Implemented Interfaces:
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:
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
CssData
public CssData() -
CssData
-
-
Method Details
-
getValue
The value getter.- Returns:
- value
-
getId
The id getter.- Returns:
- id
-
getInclude
The include getter.- Returns:
- include
-
getThemefor
The themefor getter.- Returns:
- themefor
-
equals
-
hashCode
public int hashCode() -
toString
-