We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.flow.server.frontend.scanner.
Class CssData
java.lang.Object
com.vaadin.flow.server.frontend.scanner.CssData
All Implemented Interfaces:
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
Constructors -
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
-