类的使用
org.microbean.helm.chart.repository.ChartRepository.Index.Entry
-
使用ChartRepository.Index.Entry的程序包 程序包 说明 org.microbean.helm.chart.repository Provides classes and interfaces implementing chart resolution in terms of chart repositories. -
-
org.microbean.helm.chart.repository中ChartRepository.Index.Entry的使用
返回ChartRepository.Index.Entry的org.microbean.helm.chart.repository中的方法 修饰符和类型 方法 说明 ChartRepository.Index.EntryChartRepository.Index. getEntry(String name, String versionString)Returns anChartRepository.Index.Entryidentified by the suppliednameandversion, if there is one.返回变量类型为ChartRepository.Index.Entry的类型的org.microbean.helm.chart.repository中的方法 修饰符和类型 方法 说明 Map<String,SortedSet<ChartRepository.Index.Entry>>ChartRepository.Index. getEntries()Returns a non-null, immutableMapofSortedSets ofChartRepository.Index.Entryobjects, indexed by the name of the Helm chart they describe.参数类型为ChartRepository.Index.Entry的org.microbean.helm.chart.repository中的方法 修饰符和类型 方法 说明 intChartRepository.Index.Entry. compareTo(ChartRepository.Index.Entry her)Compares thisChartRepository.Index.Entryto the suppliedChartRepository.Index.Entryand returns a value less than0if thisChartRepository.Index.Entryis "less than" the suppliedChartRepository.Index.Entry,1if thisChartRepository.Index.Entryis "greater than" the suppliedChartRepository.Index.Entryand0if thisChartRepository.Index.Entryis equal to the suppliedChartRepository.Index.Entry.
-