Package com.enonic.xp.index
Class IndexPath
- java.lang.Object
-
- com.enonic.xp.index.IndexPath
-
@Beta public class IndexPath extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
static IndexPath
from(Property property)
static IndexPath
from(java.lang.String path)
java.lang.String
getPath()
int
hashCode()
java.lang.String
toString()
-
-
-
Method Detail
-
from
public static IndexPath from(java.lang.String path)
-
getPath
public java.lang.String getPath()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
-