Class ModulesProjectConfigurator

java.lang.Object
com.liferay.gradle.plugins.workspace.configurator.BaseProjectConfigurator
com.liferay.gradle.plugins.workspace.configurator.ModulesProjectConfigurator
All Implemented Interfaces:
ProjectConfigurator, org.gradle.api.Plugin<org.gradle.api.Project>

public class ModulesProjectConfigurator extends BaseProjectConfigurator
  • Field Details

  • Constructor Details

    • ModulesProjectConfigurator

      public ModulesProjectConfigurator(org.gradle.api.initialization.Settings settings)
  • Method Details

    • apply

      public void apply(org.gradle.api.Project project)
    • getName

      public String getName()
    • isDefaultRepositoryEnabled

      public boolean isDefaultRepositoryEnabled()
    • isJspPrecompileEnabled

      public boolean isJspPrecompileEnabled()
    • setDefaultRepositoryEnabled

      public void setDefaultRepositoryEnabled(boolean defaultRepositoryEnabled)
    • setJspPrecompileEnabled

      public void setJspPrecompileEnabled(boolean jspPrecompileEnabled)
    • doGetProjectDirs

      protected Iterable<File> doGetProjectDirs(File rootDir) throws Exception
      Specified by:
      doGetProjectDirs in class BaseProjectConfigurator
      Throws:
      Exception