Class RootPathInfo
- java.lang.Object
-
- com.hello2morrow.sonargraph.build.api.RootPathInfo
-
public final class RootPathInfo extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRootPathInfo.Category
-
Constructor Summary
Constructors Constructor Description RootPathInfo(java.lang.String path, RootPathInfo.Category category)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)java.lang.StringgetAbsolutePath()RootPathInfo.CategorygetCategory()inthashCode()java.lang.StringtoString()
-
-
-
Constructor Detail
-
RootPathInfo
public RootPathInfo(java.lang.String path, RootPathInfo.Category category)
-
-
Method Detail
-
getAbsolutePath
public java.lang.String getAbsolutePath()
-
getCategory
public RootPathInfo.Category getCategory()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object
-
-