Used in legacy mode to report on all distributions that are available locally.
Type | Name and description |
---|---|
void |
addDistributions(Distribution... dist) Adds one or more distribution to the collection |
void |
addDistributions(java.lang.Iterable<Distribution> dist) Adds one or more distribution to the collection |
java.util.Map<java.lang.String, java.io.File> |
getAllDistributionsAsMap() Returns all distributions that either found locally or downloaded and unpacked |
java.io.File |
location(java.lang.String version) Returns the location for a specific version. |
Adds one or more distribution to the collection
dist
- Distribution to be addedAdds one or more distribution to the collection
dist
- Distribution to be addedReturns all distributions that either found locally or downloaded and unpacked
Returns the location for a specific version.
version
- Version that is required