EclipseSourceDirectory

A source directory in an Eclipse project.

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun getDirectory(): File
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(): 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.