Package redis.embedded.util
Enum IO
- All Implemented Interfaces:
Serializable,Comparable<IO>
public enum IO extends Enum<IO>
-
Method Summary
Modifier and Type Method Description static voidaddShutdownHook(String name, Runnable run)static RunnablecheckedToRuntime(CheckedRunnable runnable)static PathfindBinaryInPath(String name)static booleanfindMatchInStream(InputStream in, Pattern pattern, StringBuilder processOutput)static voidlogStream(InputStream stream, Consumer<String> logConsumer)static Stream<String>processToLines(String command)static IOvalueOf(String name)Returns the enum constant of this type with the specified name.static IO[]values()Returns an array containing the constants of this enum type, in the order they are declared.static FilewriteResourceToExecutableFile(String resourcePath)
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
writeResourceToExecutableFile
- Throws:
IOException
-
checkedToRuntime
-
addShutdownHook
-
logStream
-
findMatchInStream
public static boolean findMatchInStream(InputStream in, Pattern pattern, StringBuilder processOutput) throws IOException- Throws:
IOException
-
processToLines
- Throws:
IOException
-
findBinaryInPath
- Throws:
FileNotFoundException
-