Class CallDebugInfo
- Object
-
- CallDebugInfo
-
public final class CallDebugInfo extends Object
DebugInfo such as Blog file locations
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
finalize()
Called by the garbage collector on an object when garbage collection determines that there are no more references to the object.List<File>
getSupportFiles()
Retrieves a list of support files, primarily log files intended for sharing with support.
-
-
-
Method Detail
-
finalize
protected void finalize()
Called by the garbage collector on an object when garbage collection determines that there are no more references to the object.- Overrides:
finalize
in classObject
-
getSupportFiles
public List<File> getSupportFiles()
Retrieves a list of support files, primarily log files intended for sharing with support.- Returns:
- A list of
java.io.File
objects representing the support files. If no files are found, an empty list is returned. - See Also:
File
-
-