Class LicenseGeneratorOptions

java.lang.Object
com.xebialabs.license.generator.LicenseGeneratorOptions

public class LicenseGeneratorOptions extends Object
  • Constructor Details

    • LicenseGeneratorOptions

      public LicenseGeneratorOptions()
  • Method Details

    • getEdition

      public com.xebialabs.license.LicenseVersion4.Edition4 getEdition()
    • getMode

      public LicenseGeneratorOptions.Mode getMode()
    • isPrintUsage

      public boolean isPrintUsage()
    • getKeySize

      public int getKeySize()
    • getFile

      public String getFile()
    • getExpiresAfter

      public String getExpiresAfter()
    • getProduct

      public String getProduct()
    • getContact

      public String getContact()
    • getLicensedTo

      public String getLicensedTo()
    • getRepositoryId

      public String getRepositoryId()
    • getMaxNumberOfUsers

      public String getMaxNumberOfUsers()
    • isGenerateRepositoryId

      public boolean isGenerateRepositoryId()
    • getLicenseVersion

      public String getLicenseVersion()
    • getMaxNumberOfCis

      public List<String> getMaxNumberOfCis()
    • getLicensedPlugin

      public List<String> getLicensedPlugin()
    • getSupportPolicy

      public String getSupportPolicy()
    • parseCommandLine

      public static LicenseGeneratorOptions parseCommandLine(String[] args)