Package com.enonic.xp.region
Class RegionPath
- java.lang.Object
-
- com.enonic.xp.region.RegionPath
-
@Beta public final class RegionPath 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 RegionPath
from(ComponentPath parentComponentPath, java.lang.String regionName)
static RegionPath
from(java.lang.String regionPath)
ComponentPath
getParentComponentPath()
java.lang.String
getRegionName()
int
hashCode()
java.lang.String
toString()
-
-
-
Method Detail
-
getParentComponentPath
public ComponentPath getParentComponentPath()
-
getRegionName
public java.lang.String getRegionName()
-
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
-
from
public static RegionPath from(java.lang.String regionPath)
-
from
public static RegionPath from(ComponentPath parentComponentPath, java.lang.String regionName)
-
-