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 strings.Methods in org.springframework.core.env with parameters of type ProfilesModifier and TypeMethodDescriptionbooleanAbstractEnvironment.acceptsProfiles(Profiles profiles) booleanEnvironment.acceptsProfiles(Profiles profiles) Return whether the active profiles match the givenProfilespredicate.