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
Learn more about member selection
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] = scala.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. final class LineCommentCreator extends CommentCreator

  11. type Seq[+A] = scala.collection.immutable.Seq[A]

  12. sealed trait SpdxLicense extends AnyRef

  13. type Traversable[+A] = scala.collection.immutable.Traversable[A]

Value Members

  1. object AutomateHeaderPlugin extends AutoPlugin

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

  2. object CommentStyle extends Serializable

  3. object FileOps

  4. object FileType extends Serializable

  5. object HeaderCreator

  6. object HeaderPlugin extends AutoPlugin

  7. object IdentityCommentCreator extends CommentCreator

  8. object License

  9. object TwirlStyleFramedBlockCommentCreator extends CommentCreator

  10. val newLine: String

Inherited from AnyRef

Inherited from Any

Ungrouped