FileOptionsCache

scalapb.compiler.FileOptionsCache$

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

def buildCache(filesIn: Seq[FileDescriptor], secondaryOutputProvider: SecondaryOutputProvider): Map[FileDescriptor, ScalaPbOptions]
def mergeOptions(parent: ScalaPbOptions, child: ScalaPbOptions): ScalaPbOptions
def parentPackages(packageName: String): List[String]
def preprocessorsForFile(files: Seq[FileDescriptor]): Map[FileDescriptor, Seq[String]]
def reducePackageOptions[T](files: Seq[(FileDescriptor, ScalaPbOptions)], data: (FileDescriptor, ScalaPbOptions) => T)(op: (T, T) => T): Map[FileDescriptor, T]

Deprecated methods

def buildCache(files: Seq[FileDescriptor]): Map[FileDescriptor, ScalaPbOptions]

Attributes

Deprecated
true