public static class SpringDocConfigProperties.GroupConfig extends Object
Constructor and Description |
---|
GroupConfig()
Instantiates a new Group config.
|
GroupConfig(String group,
List<String> pathsToMatch,
List<String> packagesToScan,
List<String> packagesToExclude,
List<String> pathsToExclude)
Instantiates a new Group config.
|
Modifier and Type | Method and Description |
---|---|
String |
getGroup()
Gets group.
|
List<String> |
getPackagesToExclude()
Gets packages to exclude.
|
List<String> |
getPackagesToScan()
Gets packages to scan.
|
List<String> |
getPathsToExclude()
Gets paths to exclude.
|
List<String> |
getPathsToMatch()
Gets paths to match.
|
void |
setGroup(String group)
Sets group.
|
void |
setPackagesToExclude(List<String> packagesToExclude)
Sets packages to exclude.
|
void |
setPackagesToScan(List<String> packagesToScan)
Sets packages to scan.
|
void |
setPathsToExclude(List<String> pathsToExclude)
Sets paths to exclude.
|
void |
setPathsToMatch(List<String> pathsToMatch)
Sets paths to match.
|
public GroupConfig()
public GroupConfig(String group, List<String> pathsToMatch, List<String> packagesToScan, List<String> packagesToExclude, List<String> pathsToExclude)
group
- the grouppathsToMatch
- the paths to matchpackagesToScan
- the packages to scanpackagesToExclude
- the packages to excludepathsToExclude
- the paths to excludepublic List<String> getPathsToMatch()
public void setPathsToMatch(List<String> pathsToMatch)
pathsToMatch
- the paths to matchpublic List<String> getPackagesToScan()
public void setPackagesToScan(List<String> packagesToScan)
packagesToScan
- the packages to scanpublic String getGroup()
public void setGroup(String group)
group
- the grouppublic List<String> getPackagesToExclude()
public void setPackagesToExclude(List<String> packagesToExclude)
packagesToExclude
- the packages to excludepublic List<String> getPathsToExclude()
Copyright © 2020. All rights reserved.