scala.build.preprocessing.directives
Members list
Type members
Classlikes
object DirectivesPreprocessingUtils
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
case class PartiallyProcessedDirectives[T](global: T, scoped: Seq[Scoped[T]], unused: Seq[StrictDirective])
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
case class PreprocessedDirectives(globalReqs: BuildRequirements, globalUsings: BuildOptions, usingsWithReqs: List[WithBuildRequirements[BuildOptions]], scopedReqs: Seq[Scoped[BuildRequirements]], strippedContent: Option[String], directivesPositions: Option[File])
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object PreprocessedDirectives
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
In this article