bloop.integrations.maven

BloopMojo

class BloopMojo extends ExtendedScalaContinuousCompileMojo

Linear Supertypes
ExtendedScalaContinuousCompileMojo, ScalaContinuousCompileMojo, ScalaCompilerSupport, ScalaSourceMojoSupport, ScalaMojoSupport, AbstractMojo, ContextEnabled, Mojo, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. BloopMojo
  2. ExtendedScalaContinuousCompileMojo
  3. ScalaContinuousCompileMojo
  4. ScalaCompilerSupport
  5. ScalaSourceMojoSupport
  6. ScalaMojoSupport
  7. AbstractMojo
  8. ContextEnabled
  9. Mojo
  10. AnyRef
  11. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new BloopMojo()

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def addCompilerPluginOptions(arg0: JavaMainCaller): Unit

    Attributes
    protected[scala_maven]
    Definition Classes
    ScalaMojoSupport
    Annotations
    @throws( classOf[java.lang.Exception] )
  7. def addCompilerToClasspath(arg0: Set[String]): Unit

    Attributes
    protected[scala_maven]
    Definition Classes
    ScalaMojoSupport
    Annotations
    @throws( classOf[java.lang.Exception] )
  8. def addLibraryToClasspath(arg0: Set[String]): Unit

    Attributes
    protected[scala_maven]
    Definition Classes
    ScalaMojoSupport
    Annotations
    @throws( classOf[java.lang.Exception] )
  9. def addToClasspath(arg0: Artifact, arg1: Set[String], arg2: Boolean): Unit

    Attributes
    protected[scala_maven]
    Definition Classes
    ScalaMojoSupport
    Annotations
    @throws( classOf[java.lang.Exception] )
  10. def addToClasspath(arg0: String, arg1: String, arg2: String, arg3: String, arg4: Set[String], arg5: Boolean): Unit

    Definition Classes
    ScalaMojoSupport
    Annotations
    @throws( classOf[java.lang.Exception] )
  11. def addToClasspath(arg0: String, arg1: String, arg2: String, arg3: Set[String], arg4: Boolean): Unit

    Definition Classes
    ScalaMojoSupport
    Annotations
    @throws( classOf[java.lang.Exception] )
  12. def addToClasspath(arg0: String, arg1: String, arg2: String, arg3: Set[String]): Unit

    Definition Classes
    ScalaMojoSupport
    Annotations
    @throws( classOf[java.lang.Exception] )
  13. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  14. def checkScalaVersion(): Unit

    Attributes
    protected[scala_maven]
    Definition Classes
    ScalaMojoSupport
    Annotations
    @throws( classOf[java.lang.Exception] )
  15. def clearCompileErrors(): Unit

    Attributes
    protected[scala_maven]
    Definition Classes
    ScalaCompilerSupport
  16. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  17. def compile(arg0: List[File], arg1: File, arg2: File, arg3: List[String], arg4: Boolean): Int

    Attributes
    protected[scala_maven]
    Definition Classes
    ScalaCompilerSupport
    Annotations
    @throws( ... ) @throws( classOf[java.lang.Exception] )
  18. def defaultAnalysisCacheFile(arg0: MavenProject): File

    Attributes
    protected[scala_maven]
    Definition Classes
    ScalaCompilerSupport
  19. def defaultAnalysisDirectory(arg0: MavenProject): File

    Attributes
    protected[scala_maven]
    Definition Classes
    ScalaCompilerSupport
  20. def defaultTestAnalysisCacheFile(arg0: MavenProject): File

    Attributes
    protected[scala_maven]
    Definition Classes
    ScalaCompilerSupport
  21. final def doExecute(): Unit

    Attributes
    protected[scala_maven]
    Definition Classes
    ScalaContinuousCompileMojo → ScalaCompilerSupport → ScalaMojoSupport
    Annotations
    @throws( classOf[java.lang.Exception] )
  22. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  23. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  24. def execute(): Unit

    Definition Classes
    BloopMojo → ScalaMojoSupport → Mojo
  25. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  26. def findScalaVersion(): VersionNumber

    Attributes
    protected[scala_maven]
    Definition Classes
    ScalaMojoSupport
    Annotations
    @throws( classOf[java.lang.Exception] )
  27. def findSourceWithFilters(arg0: List[File]): List[File]

    Attributes
    protected[scala_maven]
    Definition Classes
    ScalaSourceMojoSupport
    Annotations
    @throws( classOf[java.lang.Exception] )
  28. def findSourceWithFilters(): List[File]

    Attributes
    protected[scala_maven]
    Definition Classes
    ScalaSourceMojoSupport
    Annotations
    @throws( classOf[java.lang.Exception] )
  29. def findVersionFromDependencies(arg0: String, arg1: String): String

    Attributes
    protected[scala_maven]
    Definition Classes
    ScalaMojoSupport
    Annotations
    @throws( classOf[java.lang.Exception] )
  30. def findVersionFromPluginArtifacts(arg0: String, arg1: String): String

    Attributes
    protected[scala_maven]
    Definition Classes
    ScalaMojoSupport
    Annotations
    @throws( classOf[java.lang.Exception] )
  31. def getAddRunArgs(): String

  32. def getAllDependencies(arg0: String, arg1: String, arg2: String): Set[Artifact]

    Attributes
    protected[scala_maven]
    Definition Classes
    ScalaMojoSupport
    Annotations
    @throws( classOf[java.lang.Exception] )
  33. def getAllScalaJars(): Array[File]

  34. def getAnalysisCacheFile(): File

    Attributes
    protected[scala_maven]
    Definition Classes
    ScalaContinuousCompileMojo → ScalaCompilerSupport
    Annotations
    @throws( classOf[java.lang.Exception] )
  35. def getAnalysisCacheMap(): Map[File, File]

    Attributes
    protected[scala_maven]
    Definition Classes
    ScalaCompilerSupport
  36. def getArtifactJar(arg0: String, arg1: String, arg2: String, arg3: String): File

    Attributes
    protected[scala_maven]
    Definition Classes
    ScalaMojoSupport
    Annotations
    @throws( classOf[java.lang.Exception] )
  37. def getArtifactJar(arg0: String, arg1: String, arg2: String): File

    Attributes
    protected[scala_maven]
    Definition Classes
    ScalaMojoSupport
    Annotations
    @throws( classOf[java.lang.Exception] )
  38. def getBloopConfigDir(): File

  39. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  40. def getClasspathElements(): List[String]

    Attributes
    protected[scala_maven]
    Definition Classes
    ScalaContinuousCompileMojo → ScalaCompilerSupport
    Annotations
    @throws( classOf[java.lang.Exception] )
  41. def getCompileAnalysisCacheFile(): File

  42. def getCompileOutputDir(): File

  43. def getCompileSetup(): CompileSetup

  44. def getCompileSourceDirectories(): List[File]

  45. def getCompilerDependencies(): List[File]

    Attributes
    protected[scala_maven]
    Definition Classes
    ScalaMojoSupport
    Annotations
    @throws( classOf[java.lang.Exception] )
  46. def getCompilerJar(): File

    Attributes
    protected[scala_maven]
    Definition Classes
    ScalaMojoSupport
    Annotations
    @throws( classOf[java.lang.Exception] )
  47. def getCompilerPluginOptions(): List[String]

    Attributes
    protected[scala_maven]
    Definition Classes
    ScalaMojoSupport
    Annotations
    @throws( classOf[java.lang.Exception] )
  48. def getDependencies(): List[Dependency]

    Attributes
    protected[scala_maven]
    Definition Classes
    ScalaMojoSupport
  49. def getEmptyScalaCommand(arg0: String): JavaMainCaller

    Attributes
    protected[scala_maven]
    Definition Classes
    ScalaMojoSupport
    Annotations
    @throws( classOf[java.lang.Exception] )
  50. def getFilesToCompile(arg0: List[File], arg1: Long): List[File]

    Attributes
    protected[scala_maven]
    Definition Classes
    ScalaCompilerSupport
    Annotations
    @throws( classOf[java.lang.Exception] )
  51. def getFork(): Boolean

  52. def getJavaHome(): File

  53. def getJavacArgs(): List[String]

  54. def getJavacOptions(): List[String]

    Attributes
    protected[scala_maven]
    Definition Classes
    ScalaMojoSupport
    Annotations
    @throws( classOf[java.lang.Exception] )
  55. def getLauncher(): String

  56. def getLaunchers(): Array[AppLauncher]

  57. def getLibraryJar(): File

    Attributes
    protected[scala_maven]
    Definition Classes
    ScalaMojoSupport
    Annotations
    @throws( classOf[java.lang.Exception] )
  58. def getLog(): Log

    Definition Classes
    AbstractMojo → Mojo
  59. def getOutputDir(): File

    Attributes
    protected[scala_maven]
    Definition Classes
    ScalaContinuousCompileMojo → ScalaCompilerSupport
    Annotations
    @throws( classOf[java.lang.Exception] )
  60. def getPluginArtifactJar(arg0: String, arg1: String, arg2: String, arg3: String): File

    Attributes
    protected[scala_maven]
    Definition Classes
    ScalaMojoSupport
    Annotations
    @throws( classOf[java.lang.Exception] )
  61. def getPluginArtifactJar(arg0: String, arg1: String, arg2: String): File

    Attributes
    protected[scala_maven]
    Definition Classes
    ScalaMojoSupport
    Annotations
    @throws( classOf[java.lang.Exception] )
  62. def getPluginContext(): Map[_, _]

    Definition Classes
    AbstractMojo → ContextEnabled
  63. def getProject(): MavenProject

  64. def getScalaArtifactID(): String

  65. def getScalaCommand(): JavaMainCaller

    Attributes
    protected[scala_maven]
    Definition Classes
    ScalaContinuousCompileMojo → ScalaMojoSupport
    Annotations
    @throws( classOf[java.lang.Exception] )
  66. def getScalaOptions(): List[String]

    Attributes
    protected[scala_maven]
    Definition Classes
    ScalaMojoSupport
    Annotations
    @throws( classOf[java.lang.Exception] )
  67. def getScalaOrganization(): String

    Definition Classes
    ScalaMojoSupport
  68. def getScalaVersion(): String

  69. def getScalacArgs(): List[String]

  70. def getSourceDirectories(): List[File]

    Attributes
    protected[scala_maven]
    Definition Classes
    ScalaContinuousCompileMojo → ScalaSourceMojoSupport
    Annotations
    @throws( classOf[java.lang.Exception] )
  71. def getTestAnalysisCacheFile(): File

  72. def getTestOutputDir(): File

  73. def getTestSourceDirectories(): List[File]

  74. def hasCompileErrors(): Boolean

    Attributes
    protected[scala_maven]
    Definition Classes
    ScalaCompilerSupport
  75. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  76. def incrementalCompile(arg0: List[String], arg1: List[File], arg2: File, arg3: File, arg4: Boolean): Int

    Attributes
    protected[scala_maven]
    Definition Classes
    ScalaCompilerSupport
    Annotations
    @throws( ... ) @throws( classOf[java.lang.Exception] )
  77. def initFilters(): Unit

    Attributes
    protected[scala_maven]
    Definition Classes
    ScalaSourceMojoSupport
    Annotations
    @throws( classOf[java.lang.Exception] )
  78. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  79. def isJavaSupportedByCompiler(): Boolean

    Attributes
    protected[scala_maven]
    Definition Classes
    ScalaMojoSupport
    Annotations
    @throws( classOf[java.lang.Exception] )
  80. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  81. def normalize(arg0: List[String]): List[File]

    Attributes
    protected[scala_maven]
    Definition Classes
    ScalaSourceMojoSupport
    Annotations
    @throws( classOf[java.lang.Exception] )
  82. final def notify(): Unit

    Definition Classes
    AnyRef
  83. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  84. def postCompileActions(): Unit

    Attributes
    protected[scala_maven]
    Definition Classes
    ScalaContinuousCompileMojo
    Annotations
    @throws( classOf[java.lang.Exception] )
  85. def resolveArtifactDependencies(arg0: Artifact): Set[Artifact]

    Attributes
    protected[scala_maven]
    Definition Classes
    ScalaMojoSupport
    Annotations
    @throws( classOf[java.lang.Exception] )
  86. def resolveDependencyArtifacts(arg0: MavenProject): Set[Artifact]

    Attributes
    protected[scala_maven]
    Definition Classes
    ScalaMojoSupport
    Annotations
    @throws( classOf[java.lang.Exception] )
  87. def setLog(arg0: Log): Unit

    Definition Classes
    AbstractMojo → Mojo
  88. def setPluginContext(arg0: Map[_, _]): Unit

    Definition Classes
    AbstractMojo → ContextEnabled
  89. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  90. def toString(): String

    Definition Classes
    AnyRef → Any
  91. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  92. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  93. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from ScalaContinuousCompileMojo

Inherited from ScalaCompilerSupport

Inherited from ScalaSourceMojoSupport

Inherited from ScalaMojoSupport

Inherited from AbstractMojo

Inherited from ContextEnabled

Inherited from Mojo

Inherited from AnyRef

Inherited from Any

Ungrouped