Interface ProjectInputListing
- All Known Implementing Classes:
ImmutableProjectInputListing
@Immutable
public interface ProjectInputListing
Wrapper around a collection of source and import listings.
- Since:
- 2.7.0
- Author:
- Ashley Scopes
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
getCompilableProtoSources
Collection<SourceListing> getCompilableProtoSources() -
getDependencyProtoSources
Collection<SourceListing> getDependencyProtoSources() -
getCompilableDescriptorFiles
Collection<DescriptorListing> getCompilableDescriptorFiles()
-