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]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product