Interface ProfilesAccessor.ProfilesMutator

All Known Subinterfaces:
ProfilesAccessor.ProfilesProperty
All Known Implementing Classes:
DependencyBuilder
Enclosing interface:
ProfilesAccessor

public static interface ProfilesAccessor.ProfilesMutator
Provides a mutator for a profiles property.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setProfiles(Object[] aProfiles)
    Sets the profiles for the profiles property.
  • Method Details

    • setProfiles

      void setProfiles(Object[] aProfiles)
      Sets the profiles for the profiles property.
      Parameters:
      aProfiles - The profiles to be stored by the profiles property.