|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Profile | |
---|---|
org.apache.maven.settings |
Uses of Profile in org.apache.maven.settings |
---|
Methods in org.apache.maven.settings that return Profile | |
---|---|
Profile |
Profile.clone()
Method clone. |
Methods in org.apache.maven.settings that return types with arguments of type Profile | |
---|---|
List<Profile> |
Settings.getProfiles()
Method getProfiles. |
Map<String,Profile> |
Settings.getProfilesAsMap()
|
Methods in org.apache.maven.settings with parameters of type Profile | |
---|---|
void |
Settings.addProfile(Profile profile)
Method addProfile. |
void |
Settings.removeProfile(Profile profile)
Method removeProfile. |
Method parameters in org.apache.maven.settings with type arguments of type Profile | |
---|---|
void |
Settings.setProfiles(List<Profile> profiles)
Set configuration of build profiles for adjusting the build according to environmental parameters. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |