Uses of Interface
io.fabric8.maven.docker.model.ImageArchiveManifestEntry
-
Packages that use ImageArchiveManifestEntry Package Description io.fabric8.maven.docker.model io.fabric8.maven.docker.util -
-
Uses of ImageArchiveManifestEntry in io.fabric8.maven.docker.model
Classes in io.fabric8.maven.docker.model that implement ImageArchiveManifestEntry Modifier and Type Class Description classImageArchiveManifestEntryAdapterAdapter to convert from JSON representation to model.Methods in io.fabric8.maven.docker.model that return types with arguments of type ImageArchiveManifestEntry Modifier and Type Method Description List<ImageArchiveManifestEntry>ImageArchiveManifest. getEntries()List<ImageArchiveManifestEntry>ImageArchiveManifestAdapter. getEntries() -
Uses of ImageArchiveManifestEntry in io.fabric8.maven.docker.util
Methods in io.fabric8.maven.docker.util that return ImageArchiveManifestEntry Modifier and Type Method Description static ImageArchiveManifestEntryImageArchiveUtil. findEntryByRepoTag(String repoTag, ImageArchiveManifest manifest)Search the manifest for an entry that has the repository and tag provided.Methods in io.fabric8.maven.docker.util that return types with arguments of type ImageArchiveManifestEntry Modifier and Type Method Description static Map<String,ImageArchiveManifestEntry>ImageArchiveUtil. findEntriesByRepoTagPattern(String repoTagPattern, ImageArchiveManifest manifest)Search the manifest for an entry that has a repository and tag matching the provided pattern.static Map<String,ImageArchiveManifestEntry>ImageArchiveUtil. findEntriesByRepoTagPattern(Pattern repoTagPattern, ImageArchiveManifest manifest)Search the manifest for an entry that has a repository and tag matching the provided pattern.static org.apache.commons.lang3.tuple.Pair<String,ImageArchiveManifestEntry>ImageArchiveUtil. findEntryByRepoTagPattern(String repoTagPattern, ImageArchiveManifest manifest)Search the manifest for an entry that has a repository and tag matching the provided pattern.static org.apache.commons.lang3.tuple.Pair<String,ImageArchiveManifestEntry>ImageArchiveUtil. findEntryByRepoTagPattern(Pattern repoTagPattern, ImageArchiveManifest manifest)Search the manifest for an entry that has a repository and tag matching the provided pattern.static Map<String,ImageArchiveManifestEntry>ImageArchiveUtil. mapEntriesById(Iterable<ImageArchiveManifestEntry> entries)Build a map of entries by id from an iterable of entries.Method parameters in io.fabric8.maven.docker.util with type arguments of type ImageArchiveManifestEntry Modifier and Type Method Description static Map<String,ImageArchiveManifestEntry>ImageArchiveUtil. mapEntriesById(Iterable<ImageArchiveManifestEntry> entries)Build a map of entries by id from an iterable of entries.
-