MCPcopy Create free account
hub / github.com/oshi/oshi / getMajor

Method getMajor

oshi-core/src/main/java/oshi/hardware/HWPartition.java:141–143  ·  view source on GitHub ↗

Getter for the field major . @return Returns the major device ID.

()

Source from the content-addressed store, hash-verified

139 * @return Returns the major device ID.
140 */
141 public int getMajor() {
142 return this.major;
143 }
144
145 /**
146 * <p>

Callers 4

toStringMethod · 0.95
testDisksMethod · 0.80
getDisksMethod · 0.80
updateAttributesMethod · 0.80

Calls

no outgoing calls

Tested by 1

testDisksMethod · 0.64