public interface AyaFiles
-
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic @NotNull kala.collection.immutable.ImmutableSeq<Path>collectAyaSourceFiles(@NotNull Path basePath) static @NotNull kala.collection.immutable.ImmutableSeq<Path>collectAyaSourceFiles(@NotNull Path basePath, int maxDepth) static @NotNull PathresolveAyaCompiledFile(@NotNull Path basePath, @NotNull kala.collection.immutable.ImmutableSeq<String> moduleName) static @Nullable PathresolveAyaCompiledFile(@NotNull kala.collection.SeqView<Path> basePaths, @NotNull kala.collection.immutable.ImmutableSeq<String> moduleName) static @NotNull PathresolveAyaSourceFile(@NotNull Path basePath, @NotNull kala.collection.immutable.ImmutableSeq<String> moduleName) static @Nullable PathresolveAyaSourceFile(@NotNull kala.collection.SeqView<Path> basePaths, @NotNull kala.collection.immutable.ImmutableSeq<String> moduleName) static @NotNull StringstripAyaSourcePostfix(@NotNull String name)
-
Method Details
-
stripAyaSourcePostfix
-
resolveAyaSourceFile
-
resolveAyaSourceFile
-
resolveAyaCompiledFile
-
resolveAyaCompiledFile
-
collectAyaSourceFiles
-
collectAyaSourceFiles
-