public class ExtProjectConfigurator extends BaseProjectConfigurator
Modifier and Type | Field and Description |
---|---|
protected static java.lang.String |
NAME |
Constructor and Description |
---|
ExtProjectConfigurator(org.gradle.api.initialization.Settings settings) |
Modifier and Type | Method and Description |
---|---|
void |
apply(org.gradle.api.Project project) |
protected java.lang.Iterable<java.io.File> |
doGetProjectDirs(java.io.File rootDir) |
java.lang.Iterable<java.io.File> |
getDefaultRootDirs() |
java.lang.String |
getName() |
boolean |
isDefaultRepositoryEnabled() |
addTaskDockerDeploy, configureLiferay, configureRootProject, getDefaultRootDirName, getDefaultRootDirPropertyName, getProjectDirs, isExcludedDirName
protected static final java.lang.String NAME
public ExtProjectConfigurator(org.gradle.api.initialization.Settings settings)
public void apply(org.gradle.api.Project project)
public java.lang.Iterable<java.io.File> getDefaultRootDirs()
getDefaultRootDirs
in interface ProjectConfigurator
getDefaultRootDirs
in class BaseProjectConfigurator
public java.lang.String getName()
public boolean isDefaultRepositoryEnabled()
protected java.lang.Iterable<java.io.File> doGetProjectDirs(java.io.File rootDir) throws java.lang.Exception
doGetProjectDirs
in class BaseProjectConfigurator
java.lang.Exception