Interface | Description |
---|---|
FileUtils.CollocatedTempFile |
A collocated temporary file, that resides next to a "target" file, and is removed when closed.
|
FileUtils.FileWriter |
A file writer, that accepts a
Path to write some content to. |
FileUtils.TempFile |
A temporary file, that is removed when closed.
|
Class | Description |
---|---|
ChecksumUtils |
A utility class to assist in the verification and generation of checksums.
|
ConfigUtils |
A utility class to read configuration properties from a repository system session.
|
DirectoryUtils |
A utility class to calculate (and create if needed) paths backed by directories using configuration properties from
repository system session and others.
|
FileUtils |
A utility class to write files.
|
StringDigestUtil |
A simple digester utility for Strings.
|
StringUtils | Deprecated |