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

ru.mk.pump.web.elements.api.part.Download Maven / Gradle / Ivy

package ru.mk.pump.web.elements.api.part;

import java.nio.file.Path;

@SuppressWarnings({"unused", "WeakerAccess"})
public interface Download {

    String download();

    void checkDownload(String pathOfFileName);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy