sbtorgpolicies

templates

package templates

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

Type Members

  1. case class AppendableFileType(mandatory: Boolean, overWritable: Boolean, templatePath: String, outputPath: String, afterLine: Regex, template: String, replacements: Replacements) extends FileType with Product with Serializable

  2. sealed trait FileType extends AnyRef

  3. trait Replaceable extends AnyRef

  4. case class ReplaceableFileType(mandatory: Boolean, overWritable: Boolean, templatePath: String, outputPath: String, replacements: Replacements) extends FileType with Product with Serializable

  5. case class ReplaceableList[T](list: List[T]) extends Replaceable with Product with Serializable

  6. case class ReplaceableT[T](t: T) extends Replaceable with Product with Serializable

  7. type Replacements = Map[String, Replaceable]

  8. class TemplatesEngine extends AnyRef

Value Members

  1. def AuthorsFileType(ghSettings: GitHubSettings, maintainers: List[Dev], contributors: List[Dev]): FileType

  2. def ChangelogFileType(date: DateTime, version: String, changes: String): FileType

  3. def ChangelogFileType: FileType

  4. def ContributingFileType(ghSettings: GitHubSettings): ReplaceableFileType

  5. def ContributorsSBTFileType(list: List[Dev]): FileType

  6. def LicenseFileType(ghSettings: GitHubSettings, license: License, startYear: Option[Int]): FileType

  7. def NoticeFileType(ghSettings: GitHubSettings, license: License, startYear: Option[Int]): FileType

  8. def VersionSbtFileType: FileType

  9. val contributorsFilePath: String

  10. object syntax

  11. val versionFilePath: String

Inherited from AnyRef

Inherited from Any

Ungrouped