Package redis.embedded.util
Enum IO
- All Implemented Interfaces:
Serializable
,Comparable<IO>
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
addShutdownHook
(String name, Runnable run) static Runnable
checkedToRuntime
(CheckedRunnable runnable) static Path
findBinaryInPath
(String name) static boolean
findMatchInStream
(InputStream in, Pattern pattern, StringBuilder processOutput) static void
logStream
(InputStream stream, Consumer<String> logConsumer) static Thread
newDaemonThread
(Runnable run) processToLines
(String command) static IO
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 File
writeResourceToExecutableFile
(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
-
newDaemonThread
-
findMatchInStream
public static boolean findMatchInStream(InputStream in, Pattern pattern, StringBuilder processOutput) throws IOException - Throws:
IOException
-
processToLines
- Throws:
IOException
-
findBinaryInPath
- Throws:
FileNotFoundException
-