new root package
Move files from one package to another. Defaults to working on all Java and Kotlin source. Will work for Scala if you pass in the appropriate glob pattern to select the files you want.
project whose files should be moved
name of package to move from
name of package to move to
glob to select files. Defaults to all Java files in the project
Convert a Java package (with dots) to a source path
package
Rename all instances of a Java or Kotlin class. This method is somewhat surgical when replacing appearances in Java code but brutal when replacing appearances elsewhere. Renames class stem (start of class name), not just a whole class name Does not change filename, which is necessary in Java.
project whose Java classes should be renamed
name of class to move from
name of class to move to
Generated using TypeDoc
Infer the root package and move it to the new root package