|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectendrov.hardware.EvDevicePath
public class EvDevicePath
Path to hardware. Internally a list of strings, for the user seen as a /-separated string
Field Summary | |
---|---|
java.lang.String[] |
path
|
Constructor Summary | |
---|---|
EvDevicePath(java.lang.String dotPath)
Construct from string |
|
EvDevicePath(java.lang.String[] path)
Construct from raw path |
Method Summary | |
---|---|
int |
compareTo(EvDevicePath o)
Ordering of paths |
boolean |
equals(java.lang.Object obj)
|
EvDevice |
getDevice()
Get device for this path |
java.lang.String |
getLeafName()
|
int |
hashCode()
|
static void |
main(java.lang.String[] arg)
testing |
java.lang.String |
toString()
Make dot-representation |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public java.lang.String[] path
Constructor Detail |
---|
public EvDevicePath(java.lang.String dotPath)
public EvDevicePath(java.lang.String[] path)
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
public int compareTo(EvDevicePath o)
compareTo
in interface java.lang.Comparable<EvDevicePath>
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public EvDevice getDevice()
public int hashCode()
hashCode
in class java.lang.Object
public static void main(java.lang.String[] arg)
public java.lang.String getLeafName()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |