HardwareBinder |
HardwareBinder.allowed(java.lang.String regex) |
Add a regular expression to the set of the regular expressions that are
checked against the display name of the network interface cards.
|
HardwareBinder |
HardwareBinder.Ignore.architecture() |
The UUID generation uses the architecture string as returned by
System.getProperty("os.arch") .
|
HardwareBinder |
HardwareBinder.denied(java.lang.String regex) |
Add a regular expression to the set of the regular expressions that are
checked against the display name of the network interface cards.
|
HardwareBinder |
HardwareBinder.Ignore.hostName() |
When calculating the machine UUID the host name is also taken into
account by default.
|
HardwareBinder |
HardwareBinder.Ignore.network() |
When calculating the uuid of a machine the network interfaces are
enumerated and their parameters are taken into account.
|