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 booleanequals(Object obj)(package private) List<String>getElements()inthashCode()StringtoString()
-
-
-
Field Detail
-
_pathElements
private List<String> _pathElements
-
-
Constructor Detail
-
PathWrapper
PathWrapper(List<String> pathElements)
-
-