Package edu.mit.simile.butterfly
Class MountPoint
- java.lang.Object
-
- edu.mit.simile.butterfly.MountPoint
-
public class MountPoint extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static MountPointROOT
-
Constructor Summary
Constructors Constructor Description MountPoint(String str)The mount point string is of the form "/path/ [zone]" or "/path/"
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetMountPoint()StringgetZone()inthashCode()StringtoString()
-
-
-
Field Detail
-
ROOT
public static final MountPoint ROOT
-
-
Constructor Detail
-
MountPoint
public MountPoint(String str)
The mount point string is of the form "/path/ [zone]" or "/path/"
-
-