Interface HandleTroubleIface
- All Superinterfaces:
TroubleIface
Interface for
Trouble
s that implements the handle iface.
This is a standard way to describe to external systems that the
Trouble
includes path information in a standard format.
Implementations must call
HandleTroubleIface.addIface(trouble)
to ensure that
external systems know the trouble implements this interface.
This indicates the handle interface is implemented and the following data is available:
path
: Path to the associated handle object
- Since:
- 1.0
- Version:
- 2023-11-28
-
Method Summary
-
Method Details
-
addIface
Adds the iface to the specifiedTrouble
. Should be called in theTrouble
constructor.- Parameters:
trouble
- theTrouble
to add the iface to
-
getPath
String getPath()Returns the path of the associated handle object.
-