public class CompositeSources extends BaseSources
Sources
.
A typical example might be several directories plus maybe a fixed set of sources.
Modifier and Type | Class and Description |
---|---|
static class |
CompositeSources.Builder
Builder for instances of
CompositeSources . |
Modifier | Constructor and Description |
---|---|
protected |
CompositeSources(CompositeSources.Builder builder)
constructor from builder.
|
Modifier and Type | Method and Description |
---|---|
CompositeSources.Builder |
getBuilder()
gets the builder.
|
protected Set<Source> |
getSourceSetNew()
gets the updated source set.
|
getCompilerFactory, getLastModified, getName, getSourceSet, init, toString
protected CompositeSources(CompositeSources.Builder builder)
builder
- builderprotected Set<Source> getSourceSetNew()
BaseSources
getSourceSetNew
in class BaseSources
public CompositeSources.Builder getBuilder()