public class LicenseGeneratorOptions
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
LicenseGeneratorOptions.Mode |
| Constructor and Description |
|---|
LicenseGeneratorOptions() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getContact() |
com.xebialabs.license.LicenseVersion3.Edition |
getEdition() |
java.lang.String |
getExpiresAfter() |
java.lang.String |
getFile() |
int |
getKeySize() |
java.util.List<java.lang.String> |
getLicensedPlugin() |
java.lang.String |
getLicensedTo() |
int |
getLicenseVersion() |
java.util.List<java.lang.String> |
getMaxNumberOfCis() |
java.lang.String |
getMaxNumberOfUsers() |
LicenseGeneratorOptions.Mode |
getMode() |
java.lang.String |
getProduct() |
java.lang.String |
getRepositoryId() |
java.lang.String |
getSupportPolicy() |
boolean |
isGenerateRepositoryId() |
boolean |
isPrintUsage() |
static LicenseGeneratorOptions |
parseCommandLine(java.lang.String[] args) |
public com.xebialabs.license.LicenseVersion3.Edition getEdition()
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 java.lang.String getMaxNumberOfUsers()
public boolean isGenerateRepositoryId()
public int getLicenseVersion()
public java.util.List<java.lang.String> getMaxNumberOfCis()
public java.util.List<java.lang.String> getLicensedPlugin()
public java.lang.String getSupportPolicy()
public static LicenseGeneratorOptions parseCommandLine(java.lang.String[] args)