Class Stack

  • All Implemented Interfaces:
    org.ossreviewtoolkit.utils.common.CommandLineTool

    
    public final class Stack
    extends PackageManager implements CommandLineTool
                        

    The Stack package manager for Haskell.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      public final class Stack.Factory
    • Constructor Summary

      Constructors 
      Constructor Description
      Stack(String name, File analysisRoot, AnalyzerConfiguration analyzerConfig, RepositoryConfiguration repoConfig)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      String command(File workingDir)
      String transformVersion(String output)
      RangesList getVersionRequirement()
      List<ProjectAnalyzerResult> resolveDependencies(File definitionFile, Map<String, String> labels)
      • Methods inherited from class org.ossreviewtoolkit.analyzer.PackageManager

        findPackageManagerDependencies, getAnalysisRoot, getAnalyzerConfig, getExcludes, getManagerName, getRepoConfig, mapDefinitionFiles, resolveDependencies
      • Methods inherited from class org.ossreviewtoolkit.utils.common.CommandLineTool

        checkVersion, getVersion, getVersionArguments, isInPath, run, run
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait