public class Settings extends Object
| Constructor and Description |
|---|
Settings() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getActiveProfiles() |
Map<String,String> |
getAliases(Collection<String> profileIds) |
Map<String,Profile> |
getProfiles() |
Properties |
getProperties(Collection<String> profileIds) |
Set<org.eclipse.aether.repository.RemoteRepository> |
getRemoteRepositories(Collection<String> profileIds) |
void |
setActiveProfiles(List<String> activeProfiles) |
void |
setProfiles(Map<String,Profile> profiles) |
String |
toString() |
Settings |
withActiveProfile(String id) |
Settings |
withProfile(String id,
Profile profile) |
public Map<String,String> getAliases(Collection<String> profileIds)
public Properties getProperties(Collection<String> profileIds)
public Set<org.eclipse.aether.repository.RemoteRepository> getRemoteRepositories(Collection<String> profileIds)
Copyright © 2016. All rights reserved.