public class LocalProKey
extends Object
-
Constructor Summary
Constructors
-
Method Summary
Creates a new
ProKey based on the given string representation.
static void
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
LocalProKey
public LocalProKey()
-
Method Details
-
getVaadinFolder
public static File getVaadinFolder()
-
getLocation
public static File getLocation()
-
-
fromString
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)