PreprocessingUtil

scala.build.preprocessing.PreprocessingUtil$

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

def maybeRead(f: Path): Either[BuildException, String]
def optionsAndPositionsFromDirectives(content: String, scopePath: ScopePath, path: Either[String, Path], logger: Logger, maybeRecoverOnError: BuildException => Option[BuildException], allowRestrictedFeatures: Boolean): Either[BuildException, (DirectivesProcessorOutput[BuildOptions], Option[DirectivesPositions])]