A source directory in an Eclipse project.
Type | Name and description |
---|---|
DomainObjectSet<? extends ClasspathAttribute> |
getClasspathAttributes() {@inheritDoc} |
List<String> |
getExcludes() Returns the exclude patterns for this source directory. |
List<String> |
getIncludes() Returns the include patterns for this source directory. |
String |
getOutput() Returns the output location of this source directory. |
String |
getPath() Returns the relative path for this source directory. |
Methods inherited from class | Name |
---|---|
interface EclipseClasspathEntry |
getAccessRules, getClasspathAttributes |
interface SourceDirectory |
getDirectory |
{@inheritDoc}
Returns the exclude patterns for this source directory.
Returns the include patterns for this source directory.
Returns the output location of this source directory. If null
, then the compiled classses are placed in the project's default output location.
Returns the relative path for this source directory.