Interface ProfilesAccessor
- All Known Subinterfaces:
ProfilesAccessor.ProfilesProperty
- All Known Implementing Classes:
Dependency, DependencyBuilder
public interface ProfilesAccessor
Provides an accessor for a profiles property.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceProvides a builder method for a profiles property returning the builder for applying multiple build operations.static interfaceProvides a mutator for a profiles property.static interfaceProvides a profiles property. -
Method Summary
-
Method Details
-
getProfiles
Object[] getProfiles()Retrieves the profiles from the profiles property.- Returns:
- The profiles stored by the profiles property.
-