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

com.fastchar.oss.interfaces.IFastOSSOperate Maven / Gradle / Ivy

The newest version!
package com.fastchar.oss.interfaces;

public interface IFastOSSOperate {


    default boolean doExists(String url) {
        return true;
    }

    default boolean doExists(String blockName, String url) {
        return true;
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy