Packages

final class MigrateImpl extends Migrate

Linear Supertypes
Migrate, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MigrateImpl
  2. Migrate
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new MigrateImpl(logger: Logger)

Value Members

  1. def migrate(unmanagedSources: List[Path], managedSources: List[Path], targetRoot: Path, scala2Cp: List[Path], scala2CompilerOptions: List[String], scala3Cp: List[Path], scala3CompilerOptions: List[String], scala3ClassDirectory: Path, baseDirectory: Path): Unit
    Definition Classes
    MigrateImpl → Migrate
  2. def migrateLibs(libs: List[Lib]): MigratedLibs
    Definition Classes
    MigrateImpl → Migrate
  3. def migrateScalacOption(scalacOptions: List[String]): MigratedScalacOptions
    Definition Classes
    MigrateImpl → Migrate
  4. def migrateSyntax(unmanagedSources: List[Path], targetRoot: Path, scala2Cp: List[Path], scala2CompilerOptions: List[String], baseDirectory: Path): Unit
    Definition Classes
    MigrateImpl → Migrate