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

com.fastchar.interfaces.IFastScannerAccepter Maven / Gradle / Ivy

package com.fastchar.interfaces;

import com.fastchar.core.FastEngine;

import java.io.File;

public interface IFastScannerAccepter {

    boolean onScannerClass(FastEngine engine, Class scannedClass) throws Exception;

    boolean onScannerFile(FastEngine engine, File file) throws Exception;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy