public class Storage
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Storage.Filesystem
A filesystem: '/dev/sd1', 'tmpfs' etc.
|
| Modifier and Type | Field and Description |
|---|---|
<any> |
filesystems
An immutable map of all filesystems (vs name).
|
| Constructor and Description |
|---|
Storage()
Enumerate all filesystems.
|