-
- All Implemented Interfaces:
-
org.gradle.api.Plugin
public class IdePlugin implements Plugin<Project>
-
-
Field Summary
Fields Modifier and Type Field Description private IdeExtensionext
-
Constructor Summary
Constructors Constructor Description IdePlugin()
-
Method Summary
Modifier and Type Method Description final IdeExtensiongetExt()final UnitsetExt(IdeExtension ext)Unitapply(Project project)final UnitconfigureEclipse(Project $self)final UnitconfigureIdea(Project $self)-
-
Method Detail
-
getExt
final IdeExtension getExt()
-
setExt
final Unit setExt(IdeExtension ext)
-
configureEclipse
final Unit configureEclipse(Project $self)
-
configureIdea
final Unit configureIdea(Project $self)
-
-
-
-