Package com.xebialabs.license.generator
Class LicenseGeneratorOptions
- java.lang.Object
-
- com.xebialabs.license.generator.LicenseGeneratorOptions
-
public class LicenseGeneratorOptions extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classLicenseGeneratorOptions.Mode
-
Constructor Summary
Constructors Constructor Description LicenseGeneratorOptions()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetContact()com.xebialabs.license.LicenseVersion4.Edition4getEdition()java.lang.StringgetExpiresAfter()java.lang.StringgetFile()intgetKeySize()java.util.List<java.lang.String>getLicensedPlugin()java.lang.StringgetLicensedTo()java.lang.StringgetLicenseVersion()java.util.List<java.lang.String>getMaxNumberOfCis()java.lang.StringgetMaxNumberOfUsers()LicenseGeneratorOptions.ModegetMode()java.lang.StringgetProduct()java.lang.StringgetRepositoryId()java.lang.StringgetSupportPolicy()booleanisGenerateRepositoryId()booleanisPrintUsage()static LicenseGeneratorOptionsparseCommandLine(java.lang.String[] args)
-
-
-
Method Detail
-
getEdition
public com.xebialabs.license.LicenseVersion4.Edition4 getEdition()
-
getMode
public LicenseGeneratorOptions.Mode getMode()
-
isPrintUsage
public boolean isPrintUsage()
-
getKeySize
public int getKeySize()
-
getFile
public java.lang.String getFile()
-
getExpiresAfter
public java.lang.String getExpiresAfter()
-
getProduct
public java.lang.String getProduct()
-
getContact
public java.lang.String getContact()
-
getLicensedTo
public java.lang.String getLicensedTo()
-
getRepositoryId
public java.lang.String getRepositoryId()
-
getMaxNumberOfUsers
public java.lang.String getMaxNumberOfUsers()
-
isGenerateRepositoryId
public boolean isGenerateRepositoryId()
-
getLicenseVersion
public java.lang.String getLicenseVersion()
-
getMaxNumberOfCis
public java.util.List<java.lang.String> getMaxNumberOfCis()
-
getLicensedPlugin
public java.util.List<java.lang.String> getLicensedPlugin()
-
getSupportPolicy
public java.lang.String getSupportPolicy()
-
parseCommandLine
public static LicenseGeneratorOptions parseCommandLine(java.lang.String[] args)
-
-