NamesChange

sbt.internal.inc.NamesChange
final case class NamesChange(modified0: String, modifiedNames: ModifiedNames) extends APIChange

An APIChange that carries information about modified names.

This class is used only when name hashing algorithm is enabled.

Attributes

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

Members list

Value members

Inherited methods

override def getModifiedClass: String

Attributes

Definition Classes
APIChange -> APIChange
Inherited from:
APIChange
override def getModifiedNames: Set[UsedName]

Attributes

Definition Classes
APIChange -> APIChange
Inherited from:
APIChange
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Inherited fields

val modifiedClass: String

Attributes

Inherited from:
APIChange