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

com.jwebmp.guicedinjection.interfaces.IFileContentsScanner Maven / Gradle / Ivy

package com.jwebmp.guicedinjection.interfaces;

import io.github.classgraph.ResourceList;

import java.util.Map;

/**
 * Marks the class as a file scanner
 */
@FunctionalInterface
public interface IFileContentsScanner
{
	/**
	 * Returns a contents processer to run on match
	 *
	 * @return the maps of file identifiers and contents
	 */
	Map onMatch();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy