mill.idea.GenIdeaImpl
See theGenIdeaImpl companion object
Attributes
- Companion
- object
- Source
- GenIdeaImpl.scala
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
Members list
Value members
Concrete methods
Attributes
- Source
- GenIdeaImpl.scala
Attributes
- Source
- GenIdeaImpl.scala
Attributes
- Source
- GenIdeaImpl.scala
Attributes
- Source
- GenIdeaImpl.scala
Attributes
- Source
- GenIdeaImpl.scala
Attributes
- Source
- GenIdeaImpl.scala
def moduleXmlTemplate(basePath: Path, sdkOpt: Option[String], resourcePaths: Seq[Path], normalSourcePaths: Seq[Path], generatedSourcePaths: Seq[Path], compileOutputPath: Path, libNames: Seq[ScopedOrd[String]], depNames: Seq[ScopedOrd[String]], isTest: Boolean, facets: Seq[JavaFacet]): Elem
Value parameters
- depNames
-
The dependency modules (internal dependencies)
- libNames
-
The library dependencies (external dependencies)
Attributes
- Source
- GenIdeaImpl.scala
Try to make the file path a relative URL (to PROJECT_DIR or HOME_DIR).
Try to make the file path a relative URL (to PROJECT_DIR or HOME_DIR).
Attributes
- Source
- GenIdeaImpl.scala
Try to make the file path a relative JAR URL (to PROJECT_DIR or HOME_DIR).
Try to make the file path a relative JAR URL (to PROJECT_DIR or HOME_DIR).
Attributes
- Source
- GenIdeaImpl.scala
Attributes
- Source
- GenIdeaImpl.scala
Attributes
- Source
- GenIdeaImpl.scala
Attributes
- Source
- GenIdeaImpl.scala
def scalaSdkTemplate(name: String, languageLevel: Option[String], scalaCompilerClassPath: Seq[Path], compilerBridgeJar: Option[Path], scaladocExtraClasspath: Seq[Path]): Elem
Attributes
- Source
- GenIdeaImpl.scala
Attributes
- Source
- GenIdeaImpl.scala
Attributes
- Source
- GenIdeaImpl.scala
def xmlFileLayout(evaluators: Seq[EvaluatorApi], jdkInfo: (String, String)): Seq[(subPath: SubPath, xml: Node)]
Attributes
- Source
- GenIdeaImpl.scala
Concrete fields
Attributes
- Source
- GenIdeaImpl.scala
In this article