Package redis.embedded.util
Enum IO
- All Implemented Interfaces:
Serializable,Comparable<IO>
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidaddShutdownHook(String name, Runnable run) static RunnablecheckedToRuntime(CheckedRunnable runnable) static PathfindBinaryInPath(String name) static booleanfindMatchInStream(InputStream in, Pattern pattern, Consumer<String> soutListener, StringBuilder processOutput) static voidlogStream(InputStream stream, Consumer<String> logConsumer) static ThreadnewDaemonThread(Runnable run) static FileprocessToLines(String command) static StringreadFully(InputStream in, Consumer<String> listener) static IOReturns 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(File tempDirectory, 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
-
newTempDirForBinary
- Throws:
IOException
-
writeResourceToExecutableFile
public static File writeResourceToExecutableFile(File tempDirectory, String resourcePath) throws IOException - Throws:
IOException
-
checkedToRuntime
-
addShutdownHook
-
logStream
-
newDaemonThread
-
findMatchInStream
public static boolean findMatchInStream(InputStream in, Pattern pattern, Consumer<String> soutListener, StringBuilder processOutput) throws IOException - Throws:
IOException
-
readFully
-
processToLines
- Throws:
IOException
-
findBinaryInPath
- Throws:
FileNotFoundException
-