io.bdeploy.bhive.objects.ObjectWriter Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of api Show documentation
Show all versions of api Show documentation
Public API including dependencies, ready to be used for integrations and plugins.
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