Class ConfigurationModel
- java.lang.Object
-
- org.jboss.set.mavendependencyupdater.configuration.ConfigurationModel
-
public class ConfigurationModel extends Object
Overall configuration model, facilitates automatic conversion to/from JSON file.
-
-
Field Summary
Fields Modifier and Type Field Description static StringIGNORE_SCOPESstatic StringRULES
-
Constructor Summary
Constructors Constructor Description ConfigurationModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GitConfigurationModelgetGit()GitHubConfigurationModelgetGitHub()List<String>getIgnoreScopes()LoggerModelgetLogger()Map<String,String>getRepositories()Map<String,Object>getRules()
-
-
-
Field Detail
-
IGNORE_SCOPES
public static final String IGNORE_SCOPES
- See Also:
- Constant Field Values
-
RULES
public static final String RULES
- See Also:
- Constant Field Values
-
-
Method Detail
-
getGitHub
public GitHubConfigurationModel getGitHub()
-
getGit
public GitConfigurationModel getGit()
-
getLogger
public LoggerModel getLogger()
-
-