Class Bazel.Factory

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

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

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

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

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      <Error class: unknown class> getGlobsForDefinitionFiles()
      Bazel 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

      • Bazel.Factory

        Bazel.Factory()