Interface WritablePath

All Superinterfaces:
ReadablePath

public interface WritablePath extends ReadablePath
Interface to read and write the ReadablePath.path().
Since:
1.0.0
  • Nested Class Summary

    Nested classes/interfaces inherited from interface io.github.mmm.value.ReadablePath

    ReadablePath.PathBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    This method is not a regular setter to avoid conflicts with custom properties of beans implementing this interface.
    void
    pathSegment(String pathSegment)
    This method is not a regular setter to avoid conflicts with custom properties of beans implementing this interface.

    Methods inherited from interface io.github.mmm.value.ReadablePath

    parentPath, path, path, pathSegment
  • Method Details

    • pathSegment

      void pathSegment(String pathSegment)
      This method is not a regular setter to avoid conflicts with custom properties of beans implementing this interface.
      Parameters:
      pathSegment - new value of ReadablePath.pathSegment().
    • parentPath

      void parentPath(ReadablePath parentPath)
      This method is not a regular setter to avoid conflicts with custom properties of beans implementing this interface.
      Parameters:
      parentPath - new value of ReadablePath.parentPath().