public class ReportPath
| Modifier and Type | Class and Description |
|---|---|
static class |
ReportPath.Companion |
| Modifier and Type | Field and Description |
|---|---|
static ReportPath.Companion |
Companion |
| Constructor and Description |
|---|
ReportPath(java.lang.String kind,
java.nio.file.Path path) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
component1() |
java.nio.file.Path |
component2() |
ReportPath |
copy(java.lang.String kind,
java.nio.file.Path path) |
boolean |
equals(java.lang.Object p) |
java.lang.String |
getKind() |
java.nio.file.Path |
getPath() |
int |
hashCode() |
java.lang.String |
toString() |
public static ReportPath.Companion Companion
public java.lang.String getKind()
public java.nio.file.Path getPath()
public java.lang.String component1()
public java.nio.file.Path component2()
public ReportPath copy(java.lang.String kind, java.nio.file.Path path)
public java.lang.String toString()
public int hashCode()
public boolean equals(java.lang.Object p)