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

io.bdeploy.bhive.objects.ObjectWriter Maven / Gradle / Ivy

Go to download

Public API including dependencies, ready to be used for integrations and plugins.

The newest version!
package io.bdeploy.bhive.objects;

import java.io.IOException;
import java.nio.file.Path;

import io.bdeploy.bhive.model.ObjectId;

@FunctionalInterface
public interface ObjectWriter {

    public ObjectId write(Path t) throws IOException;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy