-
-
Method Summary
default void
default @NotNull kala.collection.SeqView<Path>
@NotNull kala.collection.mutable.MutableList<Path>
default void
-
Method Details
-
modulePathMut
@NotNull
@NotNull kala.collection.mutable.MutableList<Path> modulePathMut()
-
librarySourcesMut
@NotNull
@NotNull kala.collection.mutable.MutableList<LibrarySource> librarySourcesMut()
-
libraryDepsMut
@NotNull
@NotNull kala.collection.mutable.MutableList<LibraryOwner> libraryDepsMut()
-
modulePath
@NotNull
default @NotNull kala.collection.SeqView<Path> modulePath()
- Specified by:
modulePath in interface LibraryOwner
- Returns:
- Source dirs of this module, out dirs of all dependencies.
-
-
-
-
removeLibrarySource
default void removeLibrarySource(@NotNull
@NotNull LibrarySource source)
-
addLibrarySource
@NotNull
default @NotNull LibrarySource addLibrarySource(@NotNull
@NotNull Path source)