Interface LocatorAccessor.LocatorMutator<T>

Type Parameters:
T - The type of the locator
All Known Subinterfaces:
LocatorAccessor.LocatorProperty<T>
Enclosing interface:
LocatorAccessor<T>

public static interface LocatorAccessor.LocatorMutator<T>
Provides a mutator for a locator property.
  • Method Summary

    Modifier and Type Method Description
    void setLocator​(T aLocator)
    Sets the locator for the locator property.
  • Method Details

    • setLocator

      void setLocator​(T aLocator)
      Sets the locator for the locator property.
      Parameters:
      aLocator - The locator to be stored by the resource locator property.