DirectiveTemplate

scala.build.preprocessing.DeprecatedDirectives.DirectiveTemplate
case class DirectiveTemplate(keys: Seq[String], values: Option[Seq[String]])

Used to represent a general form of a deprecated directive, and its replacement

Value parameters

keys

representation of deprecated keys

values

representation of deprecated value

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def appliesTo(foundKey: String, foundValues: Seq[String]): Boolean

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product