Interface HostAccessor.HostMutator

All Known Subinterfaces:
HostAccessor.HostProperty
All Known Implementing Classes:
UrlBuilder
Enclosing interface:
HostAccessor

public static interface HostAccessor.HostMutator
Provides a mutator for a host property.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setHost(String aHost)
    Sets the host for the host property.
  • Method Details

    • setHost

      void setHost(String aHost)
      Sets the host for the host property.
      Parameters:
      aHost - The host to be stored by the host property.