- getAllDependencies() - Method in class com.gemnasium.AbstractMainMojo
-
Gets all project dependencies, direct and transitives, but exclude those matching ignored
scopes.
- getBaseDir() - Method in class com.gemnasium.Config
-
- getBasename(String) - Static method in class com.gemnasium.utils.ProjectsUtils
-
- getDependencyFileContent(ArrayNode) - Static method in class com.gemnasium.utils.ProjectsUtils
-
Get the dependency file content as a bas64 encoded string.
- getDirectDependencies() - Method in class com.gemnasium.AbstractMainMojo
-
Gets the project direct dependencies.
- getFilteredDependencies(List<Artifact>, String) - Static method in class com.gemnasium.utils.ProjectsUtils
-
Get a filtered list of dependencies, excluding the dependencies in the ignored scopes.
- getIgnoredScopes() - Method in class com.gemnasium.Config
-
- getJsonDependencies(List<Artifact>, List<Dependency>) - Static method in class com.gemnasium.utils.ProjectsUtils
-
Add all dependencies to an ArrayNode.