Methods in planetj.license that return WOWLicense |
static WOWLicense |
WOWLicense.createBuilderLicense(java.lang.String edition)
Create a new WOW builder license file for the given edition. |
static WOWLicense |
WOWLicense.createBuilderLicense(java.lang.String edition,
java.lang.String custName,
int custNum)
Create a new WOW builder license file for the given edition. |
static WOWLicense |
WOWLicense.createBuilderLicense(java.lang.String edition,
int expDays,
int expPeriod,
int expYear)
Create a new WOW builder license file for the given edition. |
static WOWLicense |
WOWLicense.createBuilderLicense(java.lang.String edition,
int expDays,
int expPeriod,
int expYear,
java.lang.String custName,
int custNum)
Create a new WOW builder license file for the given edition. |