org.apache.maven.settings
public class RuntimeInfo extends Object
| Constructor Summary | |
|---|---|
| RuntimeInfo(Settings settings) | |
| Method Summary | |
|---|---|
| Boolean | getApplyToAllPluginUpdates() |
| File | getFile() |
| String | getLocalRepositorySourceLevel() |
| Boolean | getPluginUpdateOverride() |
| String | getSourceLevelForActiveProfile(String activeProfile) |
| String | getSourceLevelForPluginGroupId(String pluginGroupId) |
| void | setActiveProfileSourceLevel(String activeProfile, String sourceLevel) |
| void | setApplyToAllPluginUpdates(Boolean applyToAll) |
| void | setFile(File file) |
| void | setLocalRepositorySourceLevel(String localRepoSourceLevel) |
| void | setPluginGroupIdSourceLevel(String pluginGroupId, String sourceLevel) |
| void | setPluginUpdateOverride(Boolean pluginUpdateForced) |