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
-
getCompilableSources
Collection<SourceListing> getCompilableSources() -
getDependencySources
Collection<SourceListing> getDependencySources()
-