Interface PathContainer.Element
- All Known Subinterfaces:
 PathContainer.PathSegment, PathContainer.Separator
- Enclosing interface:
 PathContainer
public static interface PathContainer.Element
A path element, either separator or path segment.
- Since:
 - 5.0
 - Author:
 - Rossen Stoyanchev
 
- 
Method Summary
 
- 
Method Details
- 
value
String value()The unmodified, original value of this element. 
 -