Interface CanonicalInfo
-
- All Known Subinterfaces:
InternalHstSiteMap
,InternalHstSiteMapItem
public interface CanonicalInfo
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getCanonicalIdentifier()
Returns the identifier of the backing stored configuration node.String
getCanonicalPath()
boolean
isWorkspaceConfiguration()
-
-
-
Method Detail
-
getCanonicalIdentifier
String getCanonicalIdentifier()
Returns the identifier of the backing stored configuration node. Note that multiple configuration objects can share the same identifier due to inheritance- Returns:
- the identifier of the backing stored configuration node.
-
getCanonicalPath
String getCanonicalPath()
- See Also:
only now the path
-
isWorkspaceConfiguration
boolean isWorkspaceConfiguration()
-
-