Module aya.ide

Interface Rename


public interface Rename
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static final record 
     
  • Method Summary

    Static Methods
    Modifier and Type
    Method
    Description
    static @NotNull kala.control.Option<org.aya.util.error.WithPos<String>>
    prepare(@NotNull org.aya.cli.library.source.LibrarySource source, XY xy)
     
    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

      @NotNull static @NotNull kala.control.Option<org.aya.util.error.WithPos<String>> prepare(@NotNull @NotNull org.aya.cli.library.source.LibrarySource source, XY xy)
    • 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)