ResourceSourceInfo

viz.vega.ResourceSourceInfo
case class ResourceSourceInfo(resourcePath: String, contentHash: Int) extends SourceInfo

Tracks a classpath resource for staleness detection.

Value parameters

contentHash

Hash of resource content at compile time

resourcePath

Resource path (e.g., "mySpec.vl.json")

Attributes

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

Members list

Value members

Concrete methods

def description: String
def readCurrentContent(): Option[String]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product