Interface SourceListing
- All Known Implementing Classes:
ImmutableSourceListing
@Immutable
public interface SourceListing
Listing for a directory tree containing protobuf source files.
- Author:
- Ashley Scopes
-
Method Summary
Modifier and TypeMethodDescriptionstatic Collection
<Path> flatten
(Collection<? extends SourceListing> listings)
-
Method Details
-
getSourceRoot
Path getSourceRoot() -
getSourceFiles
-
flatten
-