Class IdentityMapping
java.lang.Object
com.kosdev.kos.core.service.hardware.resolvers.IdentityMapping
Represents a mapping of a board with the specified path to a
board identity string, where an identity string may be some unique
aspect of the physical board such as a serial number or mac address.
- Since:
- 7
- Version:
- 7
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturn the path to the board.Return the identity of the board.voidsetBoardPath(String boardPath) voidsetIdentity(String identity)
-
Constructor Details
-
IdentityMapping
public IdentityMapping()
-
-
Method Details
-
getBoardPath
Return the path to the board.- Since:
- 7
-
getIdentity
Return the identity of the board. This is typically the unique serial number of the board.- Since:
- 7
-
setBoardPath
-
setIdentity
-