net.adamcin.graniteit

Util

object Util

Utility methods used by the plugin

Since

0.6.0

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Util
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. class CC[T] extends AnyRef

    Use these objects to match against a parsed json object, as in:

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 lazy val ARTIFACT_ID: String

  7. object B extends CC[Boolean]

  8. object D extends CC[Double]

  9. final lazy val GROUP_ID: String

  10. object L extends CC[List[Any]]

  11. object M extends CC[Map[String, Any]]

  12. final lazy val NAME: String

  13. final val PACKAGING: String("content-package-it")

  14. final val PROP_DISABLE_LIFECYLCES: String("graniteit.lifecycle.disabled")

  15. object S extends CC[String]

  16. final lazy val VERSION: String

  17. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  18. def blockClose(out: OutputStream): OutputStream

  19. def clone(): AnyRef

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

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

    Definition Classes
    AnyRef → Any
  22. def failsafeGoal(goal: String): String

    convenience method to build the signature for a goal defined by the maven-failsafe-plugin

    convenience method to build the signature for a goal defined by the maven-failsafe-plugin

    goal

    the goal name

    returns

  23. def finalize(): Unit

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

    Definition Classes
    AnyRef → Any
  25. def graniteitGoal(goal: String): String

    convenience method to build the signature for a goal defined by this plugin

    convenience method to build the signature for a goal defined by this plugin

    goal

    the goal name

    returns

  26. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  27. val inputCloser: CloseAction[InputStream]

  28. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  29. def leadingSlashIfNotEmpty(path: String): String

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

    Definition Classes
    AnyRef
  31. def noLeadingSlash(path: String): String

  32. def noTrailingSlash(path: String): String

  33. final def notify(): Unit

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

    Definition Classes
    AnyRef
  35. val outputCloser: CloseAction[OutputStream]

  36. lazy val pluginProperties: Properties

  37. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  38. def toRelative(basedir: File, absolutePath: String): String

  39. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from AnyRef

Inherited from Any

Ungrouped