gluu
|
クラス | |
class | MacAddress |
公開メンバ関数 | |
LicenseFile () | |
LicenseFile (String encodedLicense, String macAddress, String licenseId) | |
String | getEncodedLicense () |
void | setEncodedLicense (String encodedLicense) |
String | getMacAddress () |
void | setMacAddress (String macAddress) |
long | getLastModified () |
void | setLastModified (long lastModified) |
String | getLicenseId () |
void | setLicenseId (String licenseId) |
String | asJson () |
静的公開メンバ関数 | |
static Optional< LicenseFile > | load () |
static File | getLicenseFile () throws IOException |
static boolean | deleteContent () |
static boolean | delete () throws IOException |
static boolean | deleteSilently () |
静的公開変数類 | |
static final String | LICENSE_FILE_NAME = ".oxd-license" |
static final String | LICENSE_FILE_PATH = LICENSE_FILE_NAME |
静的非公開メンバ関数 | |
static LicenseFile | create (InputStream p_stream) |
非公開変数類 | |
String | encodedLicense |
String | macAddress |
String | licenseId |
long | lastModified |
静的非公開変数類 | |
static final Logger | LOG = LoggerFactory.getLogger(LicenseFile.class) |
|
inline |
|
inline |
|
inlinestaticprivate |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inline |
|
inline |
|
inlinestatic |
|
inline |
|
inline |
|
inlinestatic |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
|
private |
|
static |
|
static |
|
private |
|
staticprivate |
|
private |