Interface PathAccessor.PathMutator

All Known Subinterfaces:
PathAccessor.PathProperty
Enclosing interface:
PathAccessor

public static interface PathAccessor.PathMutator
Provides a mutator for a path property.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setPath(String aPath)
    Sets the path for the path property.
  • Method Details

    • setPath

      void setPath(String aPath)
      Sets the path for the path property.
      Parameters:
      aPath - The path to be stored by the path property.