Interface FilesToCompile
- All Known Implementing Classes:
ImmutableFilesToCompile
@Immutable
public interface FilesToCompile
Collection of sources to compile which can be passed to protoc. This is derived from zero or more
source listings.
- Since:
- 3.1.0
- Author:
- Ashley Scopes
-
Method Summary
Modifier and TypeMethodDescriptionstatic FilesToCompile
allOf
(ProjectInputListing listing) static FilesToCompile
empty()
default boolean
isEmpty()
-
Method Details
-
getProtoSources
Collection<Path> getProtoSources() -
getDescriptorFiles
Collection<String> getDescriptorFiles() -
isEmpty
@Derived default boolean isEmpty() -
allOf
-
empty
-