Package | Description |
---|---|
org.microbean.helm.chart.repository |
Provides classes and interfaces implementing chart resolution in
terms of chart
repositories.
|
Modifier and Type | Method and Description |
---|---|
ChartRepository |
ChartRepositoryRepository.ChartRepositoryFactory.createChartRepository(String name,
URI uri,
Path archiveCacheDirectory,
Path indexCacheDirectory,
Path cachedIndexPath)
Creates a new
ChartRepository and returns it. |
ChartRepository |
ChartRepositoryRepository.getChartRepository(String name)
Returns the
ChartRepository managed by this ChartRepositoryRepository with the supplied name , or
null if there is no such ChartRepository . |
Modifier and Type | Method and Description |
---|---|
Set<ChartRepository> |
ChartRepositoryRepository.getChartRepositories()
Returns the non-
null immutable Set of ChartRepository instances managed by this ChartRepositoryRepository . |
Constructor and Description |
---|
ChartRepositoryRepository(Set<? extends ChartRepository> chartRepositories)
Creates a new
ChartRepositoryRepository . |
Copyright © 2017–2018, microBean. All rights reserved.