![JAR search and dependency download from the Maven repository](/logo.png)
com.datastax.extraction.Extractor Maven / Gradle / Ivy
The newest version!
package com.datastax.extraction;
import com.datastax.extraction.rule.Rule;
/**
* User: Anders Hong
* Date: 11/17/13
* Time: 17:15
*/
public interface Extractor {
Object extract(String text, Rule rule);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy