Uses of Interface
org.springframework.core.env.Profiles
Packages that use Profiles
Package
Description
Spring's environment abstraction consisting of bean definition
profile and hierarchical property source support.
-
Uses of Profiles in org.springframework.core.env
Methods in org.springframework.core.env that return ProfilesModifier and TypeMethodDescriptionstatic ProfilesCreate a newProfilesinstance that checks for matches against the given profile expressions.Methods in org.springframework.core.env with parameters of type ProfilesModifier and TypeMethodDescriptionbooleanAbstractEnvironment.acceptsProfiles(Profiles profiles) booleanEnvironment.acceptsProfiles(Profiles profiles) Determine whether the givenProfilespredicate matches the active profiles — or in the case of no explicit active profiles, whether the givenProfilespredicate matches the default profiles.