package sbtheader
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- sbtheader
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- final class CommentBlockCreator extends CommentCreator
- trait CommentCreator extends AnyRef
-
final
case class
CommentStyle(commentCreator: CommentCreator, pattern: Regex) extends Product with Serializable
Representation of the different comment styles supported by this plugin.
- implicit final class FileOps extends AnyVal
- final case class FileType(extension: String, firstLinePattern: Option[Regex] = None) extends Product with Serializable
- final class HeaderCreator extends AnyRef
- type IndexedSeq[+A] = scala.collection.immutable.IndexedSeq[A]
- type Iterable[+A] = scala.collection.immutable.Iterable[A]
- sealed trait License extends AnyRef
- sealed trait LicenseStyle extends AnyRef
- final class LineCommentCreator extends CommentCreator
- type Seq[+A] = scala.collection.immutable.Seq[A]
- sealed trait SpdxLicense extends AnyRef
- type Traversable[+A] = scala.collection.immutable.Traversable[A]
Value Members
- final val NewLine: String
-
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
CompileandTestconfigurations are considered; use AutomateHeaderPlugin.autoImport.automateHeaderSettings to add further ones. - object CommentStyle extends Serializable
- object FileType extends Serializable
- object HeaderCreator
- object HeaderPlugin extends AutoPlugin
- object IdentityCommentCreator extends CommentCreator
- object License
- object LicenseDetection
- object LicenseStyle
- object TwirlStyleFramedBlockCommentCreator extends CommentCreator