Class LocalProKey

java.lang.Object
com.vaadin.pro.licensechecker.LocalProKey

public class LocalProKey extends Object
  • Constructor Details

    • LocalProKey

      public LocalProKey()
  • Method Details

    • getVaadinFolder

      public static File getVaadinFolder()
    • getLocation

      public static File getLocation()
    • get

      public static ProKey get()
    • fromString

      public static Optional<ProKey> fromString(String key)
      Creates a new ProKey based on the given string representation.
      Parameters:
      key - The string representation of the pro key.
      Returns:
      a ProKey, or an empty Optional if the given string does not represent a valid pro key.
    • write

      public static void write(ProKey proKey)