Class PathEntry
java.lang.Object
org.jboss.as.controller.services.path.PathEntry
Represents a path entry
- Author:
- Kabir Khan
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()Gets the name of the path within the modelReturns the fully resolved path
-
Constructor Details
-
PathEntry
-
-
Method Details
-
getName
Gets the name of the path within the model- Returns:
- the name of the path
-
resolvePath
Returns the fully resolved path- Returns:
- the name of the path this path is relative to. If
nullthis is an absolute path
-