Class NuGet
-
-
Field Summary
Fields Modifier and Type Field Description private final <Error class: unknown class>globsForDefinitionFilesprivate final PluginDescriptordescriptorprivate final List<PathMatcher>matchersForDefinitionFilesprivate final StringprojectType
-
Constructor Summary
Constructors Constructor Description NuGet(PluginDescriptor descriptor, NuGetConfig config)
-
Method Summary
Modifier and Type Method Description <Error class: unknown class>getGlobsForDefinitionFiles()PluginDescriptorgetDescriptor()List<ProjectAnalyzerResult>resolveDependencies(File analysisRoot, File definitionFile, Excludes excludes, AnalyzerConfiguration analyzerConfig, Map<String, String> labels)-
Methods inherited from class org.ossreviewtoolkit.analyzer.PackageManager
afterResolution, beforeResolution, findPackageManagerDependencies, getMatchersForDefinitionFiles, getProjectType, mapDefinitionFiles, resolveDependencies -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
NuGet
NuGet(PluginDescriptor descriptor, NuGetConfig config)
-
-
Method Detail
-
getGlobsForDefinitionFiles
<Error class: unknown class> getGlobsForDefinitionFiles()
-
getDescriptor
PluginDescriptor getDescriptor()
-
-
-
-