Interface GradleProjectParser

All Known Implementing Classes:
DefaultProjectParser, DelegatingProjectParser

public interface GradleProjectParser
  • Method Details

    • getActiveRecipes

      List<String> getActiveRecipes()
    • getActiveStyles

      List<String> getActiveStyles()
    • getAvailableStyles

      List<String> getAvailableStyles()
    • listSources

      Collection<Path> listSources()
    • discoverRecipes

      void discoverRecipes(boolean interactive, org.gradle.internal.service.ServiceRegistry serviceRegistry)
    • run

      void run(Consumer<Throwable> onError)
    • dryRun

      void dryRun(Path reportPath, boolean dumpGcActivity, Consumer<Throwable> onError)
    • shutdownRewrite

      void shutdownRewrite()