| Interface | Description |
|---|---|
| Sources |
Interface for a set of
Source that can change with time. |
| Class | Description |
|---|---|
| BaseSources |
Abstract base class for implementing
Sources. |
| CompositeSources |
Sources based on a collection of
Sources. |
| CompositeSources.Builder |
Builder for instances of
CompositeSources. |
| DirBasedSources |
Sources based on a directory with script files.
|
| DirBasedSources.Builder |
Builder for instances of
DirBasedSources. |
| FixedSetSources |
Sources based on a fixed set of
Source. |
| FixedSetSources.Builder |
Builder for instances of
FixedSetSources. |
| SourcesUtil |
Static utility methods around
Sources. |
| Enum | Description |
|---|---|
| DirMode |
Mode for parsing directories for files.
|