Class PathResolver.PathWrapper
- java.lang.Object
-
- org.ametys.plugins.extraction.execution.PathResolver.PathWrapper
-
- Enclosing class:
- PathResolver
private static final class PathResolver.PathWrapper extends Object
-
-
Field Summary
Fields Modifier and Type Field Description private List<String>
_pathElements
-
Constructor Summary
Constructors Constructor Description PathWrapper(List<String> pathElements)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
(package private) List<String>
getElements()
int
hashCode()
String
toString()
-
-
-
Field Detail
-
_pathElements
private List<String> _pathElements
-
-
Constructor Detail
-
PathWrapper
PathWrapper(List<String> pathElements)
-
-