scala_maven

ExtendedScalaContinuousCompileMojo

class ExtendedScalaContinuousCompileMojo extends ScalaContinuousCompileMojo

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

Instance Constructors

  1. new ExtendedScalaContinuousCompileMojo()

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
    ScalaMojoSupport → Mojo
    Annotations
    @throws( ... ) @throws( ... )
  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 getAllDependencies(arg0: String, arg1: String, arg2: String): Set[Artifact]

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

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

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

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

    Attributes
    protected[scala_maven]
    Definition Classes
    ScalaMojoSupport
    Annotations
    @throws( classOf[java.lang.Exception] )
  36. final def getClass(): Class[_]

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

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

  39. def getCompileOutputDir(): File

  40. def getCompileSourceDirectories(): List[File]

  41. def getCompilerDependencies(): List[File]

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

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

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

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

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

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

  48. def getJavaHome(): File

  49. def getJavacArgs(): List[String]

  50. def getJavacOptions(): List[String]

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

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

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

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

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

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

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

  58. def getScalaCommand(): JavaMainCaller

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

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

    Definition Classes
    ScalaMojoSupport
  61. def getScalaVersion(): String

  62. def getScalacArgs(): List[String]

  63. def getSourceDirectories(): List[File]

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

  65. def getTestOutputDir(): File

  66. def getTestSourceDirectories(): List[File]

  67. def hasCompileErrors(): Boolean

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

    Definition Classes
    AnyRef → Any
  69. 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] )
  70. def initFilters(): Unit

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

    Definition Classes
    Any
  72. def isJavaSupportedByCompiler(): Boolean

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

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

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

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

    Definition Classes
    AnyRef
  77. def postCompileActions(): Unit

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

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

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

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

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

    Definition Classes
    AnyRef
  83. def toString(): String

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  86. 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