net.adamcin.graniteit

OutputParameters

trait OutputParameters extends BaseMojo with RequiresProject

Trait defining common output path variables

Since

0.6.0

Linear Supertypes
RequiresProject, BaseMojo, AbstractMojo, ContextEnabled, Mojo, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. OutputParameters
  2. RequiresProject
  3. BaseMojo
  4. AbstractMojo
  5. ContextEnabled
  6. Mojo
  7. AnyRef
  8. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

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. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  8. final def eq(arg0: AnyRef): Boolean

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

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

    Definition Classes
    BaseMojo → Mojo
  11. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  12. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  13. def getExistingDir(file: File): File

  14. def getLog(): Log

    Definition Classes
    AbstractMojo → Mojo
  15. def getPluginContext(): Map[_, _]

    Definition Classes
    AbstractMojo → ContextEnabled
  16. lazy val graniteitDirectory: File

    directory containing graniteit-generated files

  17. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  18. def inputFileModified(output: File, inputFiles: Stream[File]): Boolean

  19. def inputFileModified(output: File, inputFiles: List[File]): Boolean

  20. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  21. def listFiles(file: File): Stream[File]

  22. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  23. final def notify(): Unit

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

    Definition Classes
    AnyRef
  25. lazy val outputDirectory: File

    target directory

  26. def overwriteFile(file: File, content: String): Unit

  27. var project: MavenProject

    Definition Classes
    RequiresProject
  28. var session: MavenSession

    Definition Classes
    BaseMojo
  29. def setLog(arg0: Log): Unit

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

    Definition Classes
    AbstractMojo → ContextEnabled
  31. var settings: Settings

    Definition Classes
    BaseMojo
  32. def skipOrExecute(skip: Boolean)(body: ⇒ Unit): Unit

    Definition Classes
    BaseMojo
  33. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  34. lazy val targetFile: File

    target content-package file

  35. def toString(): String

    Definition Classes
    AnyRef → Any
  36. lazy val uploadDirectory: File

  37. lazy val uploadSha: File

  38. lazy val uploadSlingJunitDirectory: File

  39. lazy val uploadSlingJunitSha: File

  40. lazy val uploadTestsDirectory: File

  41. lazy val uploadTestsSha: File

  42. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from RequiresProject

Inherited from BaseMojo

Inherited from AbstractMojo

Inherited from ContextEnabled

Inherited from Mojo

Inherited from AnyRef

Inherited from Any

Ungrouped