Represents metadata for a log file.
More...
|
| LogInfo (String name, String absolutePath, int size, int duration, String date, int numberOfCheckpoints) |
| Default constructor for class LogInfo.
|
|
String | getName () |
| The name of the log file.
|
|
String | getAbsolutePath () |
| The absolute file path of the log file.
|
|
int | getSize () |
| The size of the log file in bytes.
|
|
int | getDuration () |
| The duration of the logged activity in seconds.
|
|
String | getDate () |
| The date the log file was created or last modified, in string format.
|
|
int | getNumberOfCheckpoints () |
| The number of checkpoints recorded in the log file.
|
|
String | toString () |
|
Represents metadata for a log file.
Referenced from ResourceManager.
Definition at line 16 of file LogInfo.java.
◆ LogInfo()
com.navigine.idl.java.LogInfo.LogInfo |
( |
String | name, |
|
|
String | absolutePath, |
|
|
int | size, |
|
|
int | duration, |
|
|
String | date, |
|
|
int | numberOfCheckpoints ) |
|
inline |
◆ getAbsolutePath()
String com.navigine.idl.java.LogInfo.getAbsolutePath |
( |
| ) |
|
|
inline |
The absolute file path of the log file.
- Returns
Definition at line 59 of file LogInfo.java.
◆ getDate()
String com.navigine.idl.java.LogInfo.getDate |
( |
| ) |
|
|
inline |
The date the log file was created or last modified, in string format.
- Returns
Definition at line 80 of file LogInfo.java.
◆ getDuration()
int com.navigine.idl.java.LogInfo.getDuration |
( |
| ) |
|
|
inline |
The duration of the logged activity in seconds.
- Returns
Definition at line 73 of file LogInfo.java.
◆ getName()
String com.navigine.idl.java.LogInfo.getName |
( |
| ) |
|
|
inline |
The name of the log file.
- Returns
Definition at line 52 of file LogInfo.java.
◆ getNumberOfCheckpoints()
int com.navigine.idl.java.LogInfo.getNumberOfCheckpoints |
( |
| ) |
|
|
inline |
The number of checkpoints recorded in the log file.
- Returns
Definition at line 87 of file LogInfo.java.
◆ getSize()
int com.navigine.idl.java.LogInfo.getSize |
( |
| ) |
|
|
inline |
The size of the log file in bytes.
- Returns
Definition at line 66 of file LogInfo.java.
◆ toString()
String com.navigine.idl.java.LogInfo.toString |
( |
| ) |
|
|
inline |
The documentation for this class was generated from the following file: