Package com.xebialabs.license
Class LicenseReader
java.lang.Object
com.xebialabs.license.LicenseReader
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.xebialabs.license.LicensereadFromBase64(String data) com.xebialabs.license.LicensereadLicense(com.xebialabs.deployit.io.ConfigurationResource resource) com.xebialabs.license.LicensereadLicense(File licenseFile)
-
Field Details
-
PUB_KEY
- See Also:
-
SIGNATURE_ENDING
- See Also:
-
SIGNATURE_PREAMBLE
- See Also:
-
LICENSE_PREAMBLE_REGEXP
-
LICENSE_PREAMBLE_V1_REGEXP
-
LICENSE_FILE_ENCODING
-
-
Constructor Details
-
LicenseReader
public LicenseReader()
-
-
Method Details
-
readLicense
-
readLicense
public com.xebialabs.license.License readLicense(com.xebialabs.deployit.io.ConfigurationResource resource) throws IOException - Throws:
IOException
-
readFromBase64
-