scalafix.internal.sbt
package scalafix.internal.sbt
Members list
Type members
Classlikes
sealed trait Arg extends ScalafixArguments => ScalafixArguments
Attributes
- Companion
- object
- Supertypes
-
trait ScalafixArguments => ScalafixArgumentsclass Objecttrait Matchableclass Any
- Known subtypes
-
class Classpathclass Configobject NoCacheclass ParsedArgsclass Pathsclass PrintStreamclass Rulesclass ScalaVersionclass ScalacOptionsclass ToolClasspathShow all
object Arg
A basic thread-safe cache with arbitrary eviction on GC pressure.
A basic thread-safe cache with arbitrary eviction on GC pressure.
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
object CoursierRepoResolvers
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object DependencyRule
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
DependencyRule.type
trait Implicits
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
class LoggingOutputStream(logger: Logger, level: Value, separator: String) extends OutputStream
Split an OutputStream into messages and feed them to a given logger at a specified level. Not thread-safe.
Split an OutputStream into messages and feed them to a given logger at a specified level. Not thread-safe.
Attributes
- Companion
- object
- Supertypes
-
class OutputStreamtrait Flushabletrait Closeabletrait AutoCloseableclass Objecttrait Matchableclass AnyShow all
object LoggingOutputStream
Attributes
- Companion
- class
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
LoggingOutputStream.type
trait Printable extends Product
Attributes
- Supertypes
-
trait Producttrait Equalsclass Objecttrait Matchableclass Any
- Known subtypes
-
class ScalacOptions
class ScalafixCompletions(workingDirectory: Path, loadedRules: () => Seq[ScalafixRule], terminalWidth: Option[Int], allowedTargetFilesPrefixes: Seq[Path], jgitCompletion: JGitCompletion)
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
class ScalafixInterface
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
object ScalafixInterface
Attributes
- Companion
- class
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
ScalafixInterface.type
class ScalafixLogger(logger: Logger) extends ScalafixMainCallback
Attributes
- Supertypes
-
trait ScalafixMainCallbackclass Objecttrait Matchableclass Any
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
object ShellArgs
In this article