/AWS1/CL_KFCCUSTPLUGINFILEDESC¶
Details about a custom plugin file.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_filemd5 TYPE /AWS1/KFC__STRING /AWS1/KFC__STRING¶
The hex-encoded MD5 checksum of the custom plugin file. You can use it to validate the file.
iv_filesize TYPE /AWS1/KFC__LONG /AWS1/KFC__LONG¶
The size in bytes of the custom plugin file. You can use it to validate the file.
Queryable Attributes¶
fileMd5¶
The hex-encoded MD5 checksum of the custom plugin file. You can use it to validate the file.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FILEMD5() |
Getter for FILEMD5, with configurable default |
ASK_FILEMD5() |
Getter for FILEMD5 w/ exceptions if field has no value |
HAS_FILEMD5() |
Determine if FILEMD5 has a value |
fileSize¶
The size in bytes of the custom plugin file. You can use it to validate the file.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FILESIZE() |
Getter for FILESIZE |