Package | Description |
---|---|
com.edorasware.commons.core.license |
Classes related to license handling.
|
Modifier and Type | Method and Description |
---|---|
License |
LicenseChecker.getLicense()
Returns the license against which validation takes place.
|
static License |
LicenseReader.readLicense(org.springframework.core.io.Resource licenseResource)
Reads the license file from the given resource.
|
static License |
LicenseReader.readLicenseFromDefaultClasspathLocation()
Reads the license file from the default location on the classpath.
|
static License |
LicenseReader.readLicenseFromDefaultFileSystemLocation()
Reads the license file from the default location on the file system.
|
Modifier and Type | Method and Description |
---|---|
static void |
LicenseWriter.write(License license,
OutputStream outputStream,
KeyPair keyPair,
Signature signature)
Writes a new license file for the given license and stores it in the provided output stream.
|
static void |
LicenseWriter.writeJar(License license,
OutputStream outputStream,
KeyPair keyPair,
Signature signature)
Writes a new license jar file for the given license and stores it in the provided output stream.
|
Copyright © 2010 - 2018 edorasware ag. All Rights Reserved.