Module org.elasticsearch.security
Class FileLineParser
java.lang.Object
org.elasticsearch.xpack.security.support.FileLineParser
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidparse(Path path, CheckedBiConsumer<Integer, String, IOException> lineParser)
-
Constructor Details
-
FileLineParser
public FileLineParser()
-
-
Method Details
-
parse
public static void parse(Path path, CheckedBiConsumer<Integer, String, throws IOExceptionIOException> lineParser) - Throws:
IOException
-