All Downloads are FREE. Search and download functionalities are using the official Maven repository.

tech.jhipster.lite.module.infrastructure.secondary.docker.DockerImagesReader Maven / Gradle / Ivy

There is a newer version: 1.22.0
Show newest version
package tech.jhipster.lite.module.infrastructure.secondary.docker;

import tech.jhipster.lite.module.domain.docker.DockerImageVersions;

/**
 * 

* Read information for a docker image. *

* *

* Spring beans instances of this interface are used to resolve docker images information. *

*/ public interface DockerImagesReader { /** * Get docker images versions * * @return The docker images versions handled by this reader */ DockerImageVersions get(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy