-
- All Known Subinterfaces:
PathAccessor.PathProperty
public interface PathAccessor
Provides an accessor for a path property.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
PathAccessor.PathBuilder<B extends PathAccessor.PathBuilder<?>>
Provides a mutator for an path property.static interface
PathAccessor.PathMutator
Provides a mutator for a path property.static interface
PathAccessor.PathProperty
Provides a path property.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getPath()
Retrieves the path from the path property.
-
-
-
Method Detail
-
getPath
String getPath()
Retrieves the path from the path property.- Returns:
- The path stored by the path property.
-
-