com.fastchar.oss.interfaces.IFastOSSOperate Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fastchar-oss Show documentation
Show all versions of fastchar-oss Show documentation
FastChar-OSS is a FastChar plugin.
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