me.excel.tools.prompter.FieldPrompter Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of java-excel-tools Show documentation
Show all versions of java-excel-tools Show documentation
powerful and convenient excel tools
The newest version!
package me.excel.tools.prompter;
/**
* field prompter
* Created by hanwen on 2016/12/19.
*/
public interface FieldPrompter {
/**
* @return field prompter
*/
String getPrompt();
/**
* matches which field
*
* @param field field
* @return success
*/
boolean matches(String field);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy