Groovy Documentation

Package org.gradle.plugins.ide.eclipse.model

Classes for the model used by the EclipsePlugin.

 

Interface Summary
ClasspathEntry Represents an entry in the Eclipse classpath.
 


Class Summary
AbstractClasspathEntry @author Hans Dockter
AbstractLibrary @author Hans Dockter
AccessRule @author Hans Dockter
BuildCommand @author Hans Dockter
Classpath Represents the customizable elements of an eclipse classpath file.
Container @author Hans Dockter
EclipseClasspath DSL-friendly model of the eclipse classpath needed for .classpath generation

Example of use with a blend of all possible properties.

EclipseDomainModel For now, we only need the Project.
EclipseJdt Models the java compatibility information

For example see docs for EclipseProject

EclipseModel DSL-friendly model of the Eclipse project information.
EclipseProject DSL-friendly model of the eclipse project needed for .project generation

Example of use with a blend of all possible properties.

EclipseWtp Dsl-friendly model of the eclipse wtp information

Example of use with a blend of all possible properties.

EclipseWtpComponent Models the information need for wtp component

For examples see docs for EclipseWtp

EclipseWtpFacet Models the information need for wtp component

For examples see docs for EclipseWtp

Facet @author Hans Dockter
Jdt Represents the Eclipse JDT settings.
Library @author Hans Dockter
Link @author Hans Dockter
Output @author Hans Dockter
Project Represents the customizable elements of an eclipse project file.
ProjectDependency @author Hans Dockter
SourceFolder @author Hans Dockter
Variable @author Hans Dockter
WbDependentModule @author Hans Dockter
WbProperty @author Hans Dockter
WbResource @author Hans Dockter
WtpComponent Creates the .settings/org.eclipse.wst.common.component file for WTP projects.
WtpFacet Creates the .settings/org.eclipse.wst.common.project.facet.core.xml file for WTP projects.
 


Groovy Documentation