模块 aya.base

接口 AyaFiles


public interface AyaFiles
  • 方法详细资料

    • stripAyaSourcePostfix

      @NotNull static @NotNull String stripAyaSourcePostfix(@NotNull @NotNull String name)
    • resolveAyaSourceFile

      @NotNull static @NotNull Path resolveAyaSourceFile(@NotNull @NotNull Path basePath, @NotNull @NotNull kala.collection.immutable.ImmutableSeq<String> moduleName)
    • resolveAyaSourceFile

      @Nullable static @Nullable Path resolveAyaSourceFile(@NotNull @NotNull kala.collection.SeqView<Path> basePaths, @NotNull @NotNull kala.collection.immutable.ImmutableSeq<String> moduleName)
    • resolveAyaCompiledFile

      @NotNull static @NotNull Path resolveAyaCompiledFile(@NotNull @NotNull Path basePath, @NotNull @NotNull kala.collection.immutable.ImmutableSeq<String> moduleName)
    • resolveAyaCompiledFile

      @Nullable static @Nullable Path resolveAyaCompiledFile(@NotNull @NotNull kala.collection.SeqView<Path> basePaths, @NotNull @NotNull kala.collection.immutable.ImmutableSeq<String> moduleName)
    • collectAyaSourceFiles

      @NotNull static @NotNull kala.collection.immutable.ImmutableSeq<Path> collectAyaSourceFiles(@NotNull @NotNull Path basePath)
    • collectAyaSourceFiles

      @NotNull static @NotNull kala.collection.immutable.ImmutableSeq<Path> collectAyaSourceFiles(@NotNull @NotNull Path basePath, int maxDepth)