Skip navigation links
C D E F I L M O R S V 

C

CHARSET - Static variable in class org.terracotta.utilities.exec.Shell.Encoding
The Charset to use when interacting with the shell.
copy(Path, Path, CopyOption...) - Static method in class org.terracotta.utilities.io.Files
Copies a file or directory.

D

delete(Path) - Static method in class org.terracotta.utilities.io.Files
Deletes the file system path specified by first renaming the file then performing the delete.
delete(Path, Duration) - Static method in class org.terracotta.utilities.io.Files
Deletes the file system path specified by first renaming the file then performing the delete.
delete(Path, Duration, Runnable) - Static method in class org.terracotta.utilities.io.Files
Deletes the file system path specified by first renaming the file then performing the delete.
deleteIfExists(Path) - Static method in class org.terracotta.utilities.io.Files
Deletes the file system path specified if it exists.
deleteTree(Path) - Static method in class org.terracotta.utilities.io.Files
Deletes the file system tree beginning at the specified path.
deleteTree(Path, Duration) - Static method in class org.terracotta.utilities.io.Files
Deletes the file system tree beginning at the specified path.
deleteTree(Path, Duration, Runnable) - Static method in class org.terracotta.utilities.io.Files
Deletes the file system tree beginning at the specified path.

E

Encoding() - Constructor for class org.terracotta.utilities.exec.Shell.Encoding
 
execute(Charset, String...) - Static method in class org.terracotta.utilities.exec.Shell
Executes a command in the host and returns the command output, both stdout and stderr, as a list of strings.
exitCode() - Method in class org.terracotta.utilities.exec.Shell.Result
Gets the process exit code.

F

Files - Class in org.terracotta.utilities.io
Provides sane file management operations.
Files.ExtendedOption - Enum in org.terracotta.utilities.io
CopyOption values accepted by Files.
Files.FileStoreConstraintException - Exception in org.terracotta.utilities.io
Thrown to indicate that a file copy was attempted outside of the origin FileStore.
FileStoreConstraintException(String, String, String) - Constructor for exception org.terracotta.utilities.io.Files.FileStoreConstraintException
 

I

iterator() - Method in class org.terracotta.utilities.exec.Shell.Result
Gets an iterator over the captured stdout/stderr lines.

L

lines() - Method in class org.terracotta.utilities.exec.Shell.Result
Gets the list holding the captured stdout/stderr lines.

M

MINIMUM_TIME_LIMIT - Static variable in class org.terracotta.utilities.io.Files
Deprecated.
there is now no minimum time limit for operations

O

org.terracotta.utilities.exec - package org.terracotta.utilities.exec
 
org.terracotta.utilities.io - package org.terracotta.utilities.io
 

R

relocate(Path, Path, CopyOption...) - Static method in class org.terracotta.utilities.io.Files
Moves (relocates) the source to the target location.
rename(Path, Path) - Static method in class org.terracotta.utilities.io.Files
Rename the file or directory with retry for FileSystemException instances indicating interference from temporary access by other processes.
rename(Path, Path, Duration) - Static method in class org.terracotta.utilities.io.Files
Rename the file or directory with retry for FileSystemException instances indicating interference from temporary access by other processes.
rename(Path, Path, Duration, Runnable) - Static method in class org.terracotta.utilities.io.Files
Rename the file or directory with retry for FileSystemException instances indicating interference from temporary access by other processes.

S

Shell - Class in org.terracotta.utilities.exec
Utility functions for use with execution of shell commands.
Shell.Encoding - Class in org.terracotta.utilities.exec
Singleton identifying the Charset used for encoding/decoding interactions with the "shell" command interpreter environment.
Shell.Result - Class in org.terracotta.utilities.exec
The Shell.execute(Charset, String...) command execution result.

V

valueOf(String) - Static method in enum org.terracotta.utilities.io.Files.ExtendedOption
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.terracotta.utilities.io.Files.ExtendedOption
Returns an array containing the constants of this enum type, in the order they are declared.
C D E F I L M O R S V 
Skip navigation links

Copyright © 2020. All rights reserved.