Class GoMod.Factory

  • All Implemented Interfaces:
    org.ossreviewtoolkit.analyzer.PackageManagerFactory , org.ossreviewtoolkit.utils.common.Plugin

    
    public final class GoMod.Factory
    extends AbstractPackageManagerFactory<GoMod>
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
      GoMod.Factory()
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      <Error class: unknown class> getGlobsForDefinitionFiles()
      GoMod create(File analysisRoot, AnalyzerConfiguration analyzerConfig, RepositoryConfiguration repoConfig)
      • Methods inherited from class org.ossreviewtoolkit.analyzer.AbstractPackageManagerFactory

        getMatchersForDefinitionFiles, getType, isEnabledByDefault, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • GoMod.Factory

        GoMod.Factory()