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

com.rapid7.container.analyzer.docker.model.json.Configuration Maven / Gradle / Ivy

There is a newer version: 0.2.26
Show newest version
package com.rapid7.container.analyzer.docker.model.json;

import java.time.Instant;
import java.util.List;

public interface Configuration {

  public List getHistory();

  public Instant getCreated();

  public String getOperatingSystem();

  public String getArchitecture();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy