package directives
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- final case class Directive(tpe: Type, values: Seq[String], scope: Option[String], isComment: Boolean, position: Position) extends Product with Serializable
- trait DirectiveHandler extends AnyRef
- trait RequireDirectiveHandler extends DirectiveHandler
- trait UsingDirectiveHandler extends DirectiveHandler
Value Members
- object Directive extends Serializable
- object DirectiveUtil
- object RequirePlatformsDirectiveHandler extends RequireDirectiveHandler with Product with Serializable
- object RequireScalaVersionDirectiveHandler extends RequireDirectiveHandler with Product with Serializable
- object RequireScopeDirectiveHandler extends RequireDirectiveHandler with Product with Serializable
- object UsingCustomJarDirectiveHandler extends UsingDirectiveHandler with Product with Serializable
- object UsingDependencyDirectiveHandler extends UsingDirectiveHandler with Product with Serializable
- object UsingJavaHomeDirectiveHandler extends UsingDirectiveHandler with Product with Serializable
- object UsingJavaOptionsDirectiveHandler extends UsingDirectiveHandler with Product with Serializable
- object UsingOptionDirectiveHandler extends UsingDirectiveHandler with Product with Serializable
- object UsingPlatformDirectiveHandler extends UsingDirectiveHandler with Product with Serializable
- object UsingRepositoryDirectiveHandler extends UsingDirectiveHandler with Product with Serializable
- object UsingResourcesDirectiveHandler extends UsingDirectiveHandler with Product with Serializable
- object UsingScalaVersionDirectiveHandler extends UsingDirectiveHandler with Product with Serializable
- object UsingTestFrameworkDirectiveHandler extends UsingDirectiveHandler with Product with Serializable