Class CallDebugInfo
- Object
-
- CallDebugInfo
-
public final class CallDebugInfo extends ObjectDebugInfo such as Blog file locations
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidfinalize()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:
finalizein 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.Fileobjects representing the support files. If no files are found, an empty list is returned. - See Also:
File
-
-