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

org.fuwjin.chessur.CatalogManager Maven / Gradle / Ivy

package org.fuwjin.chessur;

import java.io.IOException;
import java.util.concurrent.ExecutionException;
import org.fuwjin.dinah.FunctionProvider;

@Deprecated
public interface CatalogManager extends FunctionProvider {
   Catalog loadCat(String path) throws ExecutionException, IOException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy