case class Args(rules: List[String] = Nil, files: List[AbsolutePath] = Nil, config: Option[AbsolutePath] = None, test: Boolean = false, stdout: Boolean = false, diff: Boolean = false, diffBase: Option[String] = None, verbose: Boolean = false, help: Boolean = false, version: Boolean = false, classpath: Classpath = Classpath(Nil), sourceroot: Option[AbsolutePath] = None, metacpCacheDir: Option[AbsolutePath] = None, autoClasspath: Boolean = false, autoClasspathRoots: List[AbsolutePath] = Nil, bash: Boolean = false, zsh: Boolean = false, exclude: List[PathMatcher] = Nil, toolClasspath: Classpath = Classpath(Nil), charset: Charset = StandardCharsets.UTF_8, noSysExit: Boolean = false, noStaleSemanticdb: Boolean = false, settings: Conf = Conf.Obj.empty, format: OutputFormat = OutputFormat.Default, outFrom: Option[String] = None, outTo: Option[String] = None, autoSuppressLinterErrors: Boolean = false, cwd: AbsolutePath, nonInteractive: Boolean = false, out: PrintStream, ls: Ls = Ls.Find) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Args
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new Args(rules: List[String] = Nil, files: List[AbsolutePath] = Nil, config: Option[AbsolutePath] = None, test: Boolean = false, stdout: Boolean = false, diff: Boolean = false, diffBase: Option[String] = None, verbose: Boolean = false, help: Boolean = false, version: Boolean = false, classpath: Classpath = Classpath(Nil), sourceroot: Option[AbsolutePath] = None, metacpCacheDir: Option[AbsolutePath] = None, autoClasspath: Boolean = false, autoClasspathRoots: List[AbsolutePath] = Nil, bash: Boolean = false, zsh: Boolean = false, exclude: List[PathMatcher] = Nil, toolClasspath: Classpath = Classpath(Nil), charset: Charset = StandardCharsets.UTF_8, noSysExit: Boolean = false, noStaleSemanticdb: Boolean = false, settings: Conf = Conf.Obj.empty, format: OutputFormat = OutputFormat.Default, outFrom: Option[String] = None, outTo: Option[String] = None, autoSuppressLinterErrors: Boolean = false, cwd: AbsolutePath, nonInteractive: Boolean = false, out: PrintStream, ls: Ls = Ls.Find)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- val autoClasspath: Boolean
- val autoClasspathRoots: List[AbsolutePath]
- val autoSuppressLinterErrors: Boolean
- def baseConfig: Configured[(Conf, ScalafixConfig)]
- val bash: Boolean
- val charset: Charset
- val classpath: Classpath
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- val config: Option[AbsolutePath]
- def configuredDiffDisable: Configured[DiffDisable]
- def configuredRules(base: Conf, scalafixConfig: ScalafixConfig): Configured[Rules]
- def configuredSourceroot: Configured[AbsolutePath]
- def configuredSymtab: Configured[SymbolTable]
- val cwd: AbsolutePath
- val diff: Boolean
- val diffBase: Option[String]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val exclude: List[PathMatcher]
- val files: List[AbsolutePath]
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- val format: OutputFormat
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val help: Boolean
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val ls: Ls
- val metacpCacheDir: Option[AbsolutePath]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val noStaleSemanticdb: Boolean
- val noSysExit: Boolean
- val nonInteractive: Boolean
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val out: PrintStream
- val outFrom: Option[String]
- val outTo: Option[String]
- def resolvedPathReplace: Configured[(AbsolutePath) ⇒ AbsolutePath]
- val rules: List[String]
- val settings: Conf
- val sourceroot: Option[AbsolutePath]
- val stdout: Boolean
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val test: Boolean
- val toolClasspath: Classpath
- def validate: Configured[ValidatedArgs]
- def validatedClasspath: Classpath
- val verbose: Boolean
- val version: Boolean
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- val zsh: Boolean