MainSettings

final class MainSettings
Companion
object
class Object
trait Matchable
class Any

Value members

Concrete methods

override def toString: String
Definition Classes
Any
def withArgs(args: List[String]): MainSettings
def withCharset(charset: Charset): MainSettings
def withCheck(check: Boolean): MainSettings
def withClasspath(classpath: String): MainSettings
def withCleanTarget(cleanTarget: Boolean): MainSettings
def withCoursierLogger(logger: Logger): MainSettings
def withExcludePath(excludePath: List[PathMatcher]): MainSettings
def withHeaderIdGenerator(headerIdGenerator: String => String): MainSettings
def withIn(in: Path): MainSettings
def withIncludePath(includePath: List[PathMatcher]): MainSettings
def withInputPaths(in: List[Path]): MainSettings
def withInputStream(inputStream: InputStream): MainSettings
def withNoLinkHygiene(noLinkHygiene: Boolean): MainSettings
def withOut(out: Path): MainSettings
def withOutputPaths(out: List[Path]): MainSettings
def withReportRelativePaths(reportRelativePaths: Boolean): MainSettings
def withReporter(reporter: Reporter): MainSettings
def withScalacOptions(scalacOptions: String): MainSettings
def withScreenHeight(screenHeight: Int): MainSettings
def withScreenWidth(screenWidth: Int): MainSettings
def withSiteVariables(variables: Map[String, String]): MainSettings
def withStringModifiers(modifiers: List[StringModifier]): MainSettings
def withVariablePrinter(variablePrinter: Variable => String): MainSettings
def withWatch(watch: Boolean): MainSettings

Deprecated methods

@deprecated("Use withCheck instead", "0.4.1")
def withTest(test: Boolean): MainSettings
Deprecated