Module org.refcodes.decoupling
Package org.refcodes.decoupling
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 TypeMethodDescriptionvoidsetProfiles(Object[] aProfiles) Sets the profiles for the profiles property.
-
Method Details
-
setProfiles
Sets the profiles for the profiles property.- Parameters:
aProfiles- The profiles to be stored by the profiles property.
-