final case class ScalafixArgumentsImpl(args: Args = Args.default) extends ScalafixArguments with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ScalafixArgumentsImpl
- Serializable
- Serializable
- Product
- Equals
- ScalafixArguments
- AnyRef
- Any
Implicitly
- by XtensionScalafixProductInspect
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new ScalafixArgumentsImpl(args: Args = Args.default)
Type Members
- implicit class XtensionConfigured[T] extends AnyRef
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
def
+(other: String): String
- Implicit
- This member is added by an implicit conversion from ScalafixArgumentsImpl to any2stringadd[ScalafixArgumentsImpl] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
-
def
->[B](y: B): (ScalafixArgumentsImpl, B)
- Implicit
- This member is added by an implicit conversion from ScalafixArgumentsImpl to ArrowAssoc[ScalafixArgumentsImpl] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val args: Args
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
availableRules(): List[ScalafixRule]
- Definition Classes
- ScalafixArgumentsImpl → ScalafixArguments
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
ensuring(cond: (ScalafixArgumentsImpl) ⇒ Boolean, msg: ⇒ Any): ScalafixArgumentsImpl
- Implicit
- This member is added by an implicit conversion from ScalafixArgumentsImpl to Ensuring[ScalafixArgumentsImpl] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: (ScalafixArgumentsImpl) ⇒ Boolean): ScalafixArgumentsImpl
- Implicit
- This member is added by an implicit conversion from ScalafixArgumentsImpl to Ensuring[ScalafixArgumentsImpl] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean, msg: ⇒ Any): ScalafixArgumentsImpl
- Implicit
- This member is added by an implicit conversion from ScalafixArgumentsImpl to Ensuring[ScalafixArgumentsImpl] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean): ScalafixArgumentsImpl
- Implicit
- This member is added by an implicit conversion from ScalafixArgumentsImpl to Ensuring[ScalafixArgumentsImpl] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from ScalafixArgumentsImpl to StringFormat[ScalafixArgumentsImpl] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @inline()
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
rulesThatWillRun(): List[ScalafixRule]
- Definition Classes
- ScalafixArgumentsImpl → ScalafixArguments
-
def
run(): Array[ScalafixError]
- Definition Classes
- ScalafixArgumentsImpl → ScalafixArguments
-
def
structure: String
- Implicit
- This member is added by an implicit conversion from ScalafixArgumentsImpl to scalafix.XtensionScalafixProductInspect performed by method XtensionScalafixProductInspect in scalafix.util.Api.
- Definition Classes
- XtensionScalafixProductInspect
-
def
structureLabeled(printWidth: Int): String
- Implicit
- This member is added by an implicit conversion from ScalafixArgumentsImpl to scalafix.XtensionScalafixProductInspect performed by method XtensionScalafixProductInspect in scalafix.util.Api.
- Definition Classes
- XtensionScalafixProductInspect
-
def
structureLabeled: String
- Implicit
- This member is added by an implicit conversion from ScalafixArgumentsImpl to scalafix.XtensionScalafixProductInspect performed by method XtensionScalafixProductInspect in scalafix.util.Api.
- Definition Classes
- XtensionScalafixProductInspect
-
def
structureWidth(printWidth: Int): String
- Implicit
- This member is added by an implicit conversion from ScalafixArgumentsImpl to scalafix.XtensionScalafixProductInspect performed by method XtensionScalafixProductInspect in scalafix.util.Api.
- Definition Classes
- XtensionScalafixProductInspect
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
validate(): Optional[ScalafixException]
- Definition Classes
- ScalafixArgumentsImpl → ScalafixArguments
-
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
- @throws( ... ) @native()
-
def
withCharset(charset: Charset): ScalafixArguments
- Definition Classes
- ScalafixArgumentsImpl → ScalafixArguments
-
def
withClasspath(path: List[Path]): ScalafixArguments
- Definition Classes
- ScalafixArgumentsImpl → ScalafixArguments
-
def
withConfig(path: Optional[Path]): ScalafixArguments
- Definition Classes
- ScalafixArgumentsImpl → ScalafixArguments
-
def
withExcludedPaths(matchers: List[PathMatcher]): ScalafixArguments
- Definition Classes
- ScalafixArgumentsImpl → ScalafixArguments
-
def
withMainCallback(callback: ScalafixMainCallback): ScalafixArguments
- Definition Classes
- ScalafixArgumentsImpl → ScalafixArguments
-
def
withMode(mode: ScalafixMainMode): ScalafixArguments
- Definition Classes
- ScalafixArgumentsImpl → ScalafixArguments
-
def
withParsedArguments(args: List[String]): ScalafixArguments
- Definition Classes
- ScalafixArgumentsImpl → ScalafixArguments
-
def
withPaths(paths: List[Path]): ScalafixArguments
- Definition Classes
- ScalafixArgumentsImpl → ScalafixArguments
-
def
withPrintStream(out: PrintStream): ScalafixArguments
- Definition Classes
- ScalafixArgumentsImpl → ScalafixArguments
-
def
withRules(rules: List[String]): ScalafixArguments
- Definition Classes
- ScalafixArgumentsImpl → ScalafixArguments
-
def
withScalaVersion(version: String): ScalafixArguments
- Definition Classes
- ScalafixArgumentsImpl → ScalafixArguments
-
def
withScalacOptions(options: List[String]): ScalafixArguments
- Definition Classes
- ScalafixArgumentsImpl → ScalafixArguments
-
def
withSourceroot(path: Path): ScalafixArguments
- Definition Classes
- ScalafixArgumentsImpl → ScalafixArguments
-
def
withToolClasspath(classLoader: URLClassLoader): ScalafixArguments
- Definition Classes
- ScalafixArgumentsImpl → ScalafixArguments
-
def
withWorkingDirectory(path: Path): ScalafixArguments
- Definition Classes
- ScalafixArgumentsImpl → ScalafixArguments
-
def
→[B](y: B): (ScalafixArgumentsImpl, B)
- Implicit
- This member is added by an implicit conversion from ScalafixArgumentsImpl to ArrowAssoc[ScalafixArgumentsImpl] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
Deprecated Value Members
-
def
structure(printWidth: Int): String
- Implicit
- This member is added by an implicit conversion from ScalafixArgumentsImpl to scalafix.XtensionScalafixProductInspect performed by method XtensionScalafixProductInspect in scalafix.util.Api.
- Definition Classes
- XtensionScalafixProductInspect
- Annotations
- @deprecated
- Deprecated
(Since version 0.9.7) use structureWidth instead