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

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

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

import io.fabric8.docker.api.builder.Editable;
import java.io.Serializable;

public class EditableMountPoint extends MountPoint implements Editable{


public EditableMountPoint(){
    super();
}
public EditableMountPoint( String Destination , String Driver , String Mode , String Name , Boolean RW , String Source ){
    super(Destination, Driver, Mode, Name, RW, Source);
}

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


}
    




© 2015 - 2025 Weber Informatics LLC | Privacy Policy