public interface Rename
-
Nested Class Summary
Nested Classes -
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic @NotNull kala.control.Option<org.aya.util.error.WithPos<String>>static @NotNull kala.collection.immutable.ImmutableSeq<Rename.RenameEdit>rename(@NotNull org.aya.cli.library.source.LibrarySource source, @NotNull String newName, @NotNull kala.collection.SeqView<org.aya.cli.library.source.LibraryOwner> libraries, XY xy)
-
Method Details
-
prepare
-
rename
@NotNull static @NotNull kala.collection.immutable.ImmutableSeq<Rename.RenameEdit> rename(@NotNull @NotNull org.aya.cli.library.source.LibrarySource source, @NotNull @NotNull String newName, @NotNull @NotNull kala.collection.SeqView<org.aya.cli.library.source.LibraryOwner> libraries, XY xy)
-