-
- All Superinterfaces:
ReadablePath
public interface WritablePath extends ReadablePath
- Since:
- 1.0.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
path(String path)
This method sets theReadablePath.path()
of this object.-
Methods inherited from interface io.github.mmm.value.ReadablePath
path
-
-
-
-
Method Detail
-
path
String path(String path)
This method sets theReadablePath.path()
of this object. It is not a regular setter to avoid conflicts with custom properties of beans implementing this interface.- Parameters:
path
- new value ofReadablePath.path()
.- Returns:
- the old value of
ReadablePath.path()
.
-
-