Class Server.LvmReport.LogicalVolume
- java.lang.Object
-
- com.aoindustries.aoserv.client.linux.Server.LvmReport.LogicalVolume
-
- All Implemented Interfaces:
Comparable<Server.LvmReport.LogicalVolume>
- Enclosing class:
- Server.LvmReport
public static class Server.LvmReport.LogicalVolume extends Object implements Comparable<Server.LvmReport.LogicalVolume>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(Server.LvmReport.LogicalVolume other)Sorts ascending by: volumeGroup lvNameStringgetLvName()intgetSegCount()List<Server.LvmReport.Segment>getSegments()Server.LvmReport.VolumeGroupgetVolumeGroup()StringtoString()
-
-
-
Method Detail
-
compareTo
public int compareTo(Server.LvmReport.LogicalVolume other)
Sorts ascending by:- volumeGroup
- lvName
- Specified by:
compareToin interfaceComparable<Server.LvmReport.LogicalVolume>
-
getVolumeGroup
public Server.LvmReport.VolumeGroup getVolumeGroup()
-
getLvName
public String getLvName()
-
getSegCount
public int getSegCount()
-
getSegments
public List<Server.LvmReport.Segment> getSegments()
-
-