Interface HomePathAccessor.HomePathMutator

All Known Subinterfaces:
HomePathAccessor.HomePathProperty
Enclosing interface:
HomePathAccessor

public static interface HomePathAccessor.HomePathMutator
Provides a mutator for a home path property.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setHomePath(String aHomePath)
    Sets the home path for the home path property.
  • Method Details

    • setHomePath

      void setHomePath(String aHomePath)
      Sets the home path for the home path property.
      Parameters:
      aHomePath - The home path to be stored by the home path property.