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

annotations.io.fabric8.docker.api.model.EditableIndexInfo Maven / Gradle / Ivy

There is a newer version: 1.0.15
Show newest version
package io.fabric8.docker.api.model;

import java.util.ArrayList;
import java.util.AbstractList;
import java.util.RandomAccess;
import java.io.Serializable;
import java.util.Collection;
import java.util.List;
import io.fabric8.docker.api.builder.Editable;
import java.util.List;
import java.util.AbstractCollection;

public class EditableIndexInfo extends IndexInfo implements Editable{


public EditableIndexInfo(){
    super();
}
public EditableIndexInfo( List Mirrors , String Name , Boolean Official , Boolean Secure ){
    super(Mirrors, Name, Official, Secure);
}

public IndexInfoBuilder edit(){
    return new IndexInfoBuilder(this);
}


}
    




© 2015 - 2025 Weber Informatics LLC | Privacy Policy