public final class RootPathInfo
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
RootPathInfo.Category |
| Constructor and Description |
|---|
RootPathInfo(java.lang.String path,
RootPathInfo.Category category) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getAbsolutePath() |
RootPathInfo.Category |
getCategory() |
int |
hashCode() |
java.lang.String |
toString() |
public RootPathInfo(java.lang.String path,
RootPathInfo.Category category)
public java.lang.String getAbsolutePath()
public RootPathInfo.Category getCategory()
public java.lang.String toString()
toString in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object