Class Poetry

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

    
    public final class Poetry
    extends PackageManager implements CommandLineTool
                        

    Poetry package manager for Python.

    • Nested Class Summary

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

      Constructors 
      Constructor Description
      Poetry(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)
      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, displayName, getVersion, getVersionArguments, getVersionRequirement, isInPath, run, run
      • Methods inherited from class java.lang.Object

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