| Constructor and Description |
|---|
LicGen(String product,
long expirationTime,
String owner)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
long |
getExpirationTime()
Returns the
expirationTime. |
String |
getLicenseKey()
Returns the
licenseKey. |
static LicGen |
getLicgen()
Returns the
licgen. |
static Options |
getOptions()
Creates the CLI options.
|
String |
getOwner()
Returns the
owner. |
String |
getProduct()
Returns the
product. |
static void |
main(String[] args)
CLI.
|
protected static long |
parseTime(String s) |
protected static void |
printHelp(Options options)
Prints the CLI help.
|
void |
run() |
public String getLicenseKey()
licenseKey.public static void main(String[] args)
args - protected static void printHelp(Options options)
options - CLI options.public static Options getOptions()
protected static long parseTime(String s)
public long getExpirationTime()
expirationTime.Copyright © 2014. All rights reserved.