EclipseSourceDirectory

A source directory in an Eclipse project.

Functions

Link copied to clipboard
Returns the access rules associated with this classpath entry.
Link copied to clipboard
Returns the classpath attributes associated with this classpath entry.
Link copied to clipboard
abstract fun getDirectory(): File
Returns the source directory.
Link copied to clipboard
abstract fun getExcludes(): List<String>
Returns the exclude patterns for this source directory.
Link copied to clipboard
abstract fun getIncludes(): List<String>
Returns the include patterns for this source directory.
Link copied to clipboard
@Nullable
abstract fun getOutput(): @Nullable String
Returns the output location of this source directory.
Link copied to clipboard
abstract fun getPath(): String
Returns the relative path for this source directory.