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

dev.galasa.linux.spi.ILinuxProvisionedImage Maven / Gradle / Ivy

The newest version!
/*
 * Copyright contributors to the Galasa project
 *
 * SPDX-License-Identifier: EPL-2.0
 */
package dev.galasa.linux.spi;

import dev.galasa.linux.ILinuxImage;

public interface ILinuxProvisionedImage extends ILinuxImage {
    
    void discard();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy