public class LicenseGeneratorOptions
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
LicenseGeneratorOptions.Mode |
| Modifier and Type | Field and Description |
|---|---|
static org.joda.time.format.DateTimeFormatter |
DATE_FORMAT |
| Constructor and Description |
|---|
LicenseGeneratorOptions() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getContact() |
java.lang.String |
getExpiresAfter() |
java.lang.String |
getFile() |
int |
getKeySize() |
java.lang.String |
getLicensedTo() |
LicenseGeneratorOptions.Mode |
getMode() |
java.lang.String |
getProduct() |
java.lang.String |
getRepositoryId() |
boolean |
isGenerateRepositoryId() |
boolean |
isPrintUsage() |
static LicenseGeneratorOptions |
parseCommandLine(java.lang.String[] args) |
public LicenseGeneratorOptions.Mode getMode()
public boolean isPrintUsage()
public int getKeySize()
public java.lang.String getFile()
public java.lang.String getExpiresAfter()
public java.lang.String getProduct()
public java.lang.String getContact()
public java.lang.String getLicensedTo()
public java.lang.String getRepositoryId()
public boolean isGenerateRepositoryId()
public static LicenseGeneratorOptions parseCommandLine(java.lang.String[] args)