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:
  • Constructor Details

  • Method Details

    • getValue

      public String getValue()
      The value getter.
      Returns:
      value
    • getId

      public String getId()
      The id getter.
      Returns:
      id
    • getInclude

      public String getInclude()
      The include getter.
      Returns:
      include
    • getThemefor

      public String getThemefor()
      The themefor getter.
      Returns:
      themefor
    • equals

      public boolean equals(Object other)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object