EclipseJdtProject

mill.eclipse.EclipseJdtProject
final case class EclipseJdtProject(projectName: String, javaSourceVersion: String, javaTargetVersion: String, linkedResources: Seq[LinkedResource], sourceFolders: Seq[SourceFolder], dependentProjectPaths: Seq[Path], dependentLibraries: Seq[Library])

The object contains the necessary information required to create all Eclipse JDT files for a specific project.

Value parameters

dependentLibraries

used for creating the ".classpath" file

dependentProjectPaths

used for creating the ".classpath" file

javaSourceVersion

used for creating the Eclipse JDT related preferences

javaTargetVersion

used for the launcher and creating the Eclipse JDT related preference

linkedResources

will include source folders outside of the project directory

projectName

used for creating the ".project" file

sourceFolders

used for creating the ".classpath" file

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