Package org.refcodes.mixin
Interface PathAccessor
-
- All Known Subinterfaces:
PathAccessor.PathProperty
public interface PathAccessorProvides an accessor for a path property.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfacePathAccessor.PathBuilder<B extends PathAccessor.PathBuilder<?>>Provides a mutator for an path property.static interfacePathAccessor.PathMutatorProvides a mutator for a path property.static interfacePathAccessor.PathPropertyProvides a path property.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetPath()Retrieves the path from the path property.
-