MCPcopy Index your code
hub / github.com/oshi/oshi / getPartitions

Method getPartitions

oshi-core/src/main/java/oshi/hardware/HWDiskStore.java:123–123  ·  view source on GitHub ↗

The partitions on this disk. @return an UnmodifiableList of the partitions on this drive.

()

Source from the content-addressed store, hash-verified

121 * @return an {@code UnmodifiableList} of the partitions on this drive.
122 */
123 List<HWPartition> getPartitions();
124
125 /**
126 * The time this disk's statistics were updated.

Callers 6

mainMethod · 0.65
printDisksMethod · 0.65
testDisksMethod · 0.65
getDisksMethod · 0.65
getDisksMethod · 0.65

Implementers 1

AbstractHWDiskStoreoshi-core/src/main/java/oshi/hardware/

Calls

no outgoing calls

Tested by 2

printDisksMethod · 0.52
testDisksMethod · 0.52