p

de.heikoseeberger

sbtheader

package sbtheader

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. sbtheader
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. final class CommentBlockCreator extends CommentCreator
  2. trait CommentCreator extends AnyRef
  3. final case class CommentStyle(commentCreator: CommentCreator, pattern: Regex) extends Product with Serializable

    Representation of the different comment styles supported by this plugin.

  4. implicit final class FileOps extends AnyVal
  5. final case class FileType(extension: String, firstLinePattern: Option[Regex] = None) extends Product with Serializable
  6. final class HeaderCreator extends AnyRef
  7. type IndexedSeq[+A] = scala.collection.immutable.IndexedSeq[A]
  8. type Iterable[+A] = scala.collection.immutable.Iterable[A]
  9. sealed trait License extends AnyRef
  10. sealed trait LicenseStyle extends AnyRef
  11. final class LineCommentCreator extends CommentCreator
  12. type Seq[+A] = scala.collection.immutable.Seq[A]
  13. sealed trait SpdxLicense extends AnyRef
  14. type Traversable[+A] = scala.collection.immutable.Traversable[A]

Value Members

  1. final val NewLine: String
  2. object AutomateHeaderPlugin extends AutoPlugin

    Enable this plugin to automate header creation/update on compile.

    Enable this plugin to automate header creation/update on compile. By default the Compile and Test configurations are considered; use AutomateHeaderPlugin.autoImport.automateHeaderSettings to add further ones.

  3. object CommentStyle extends Serializable
  4. object FileType extends Serializable
  5. object HeaderCreator
  6. object HeaderPlugin extends AutoPlugin
  7. object IdentityCommentCreator extends CommentCreator
  8. object License
  9. object LicenseDetection
  10. object LicenseStyle
  11. object TwirlStyleFramedBlockCommentCreator extends CommentCreator

Inherited from AnyRef

Inherited from Any

Ungrouped