SourceFolder

mill.eclipse.SourceFolder
final case class SourceFolder(relativePath: String, var isTest: Boolean)

This contains the information about a source folder for the Eclipse JDT Project. We eequire this information for constructing the ".classpath" information with the correct output directories.

Value parameters

isTest

whether this contains test code or nor

relativePath

to the source folder

Attributes

Source
EclipseJdtProject.scala
Graph
Supertypes
trait Serializable
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

An iterator over the names of all the elements of this product.

An iterator over the names of all the elements of this product.

Attributes

Inherited from:
Product
Source
Product.scala
def productIterator: Iterator[Any]

An iterator over all the elements of this product.

An iterator over all the elements of this product.

Attributes

Returns

in the default implementation, an Iterator[Any]

Inherited from:
Product
Source
Product.scala