Package org.restheart.utils
Class FileUtils
java.lang.Object
org.restheart.utils.FileUtils
- Author:
- Andrea Di Cesare <andrea@softinstigate.com>
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidcreatePidFile(Path pidFile) static ConfigurationgetConfiguration(String[] args) static ConfigurationgetConfiguration(String[] args, boolean silent) static PathgetConfigurationFilePath(String[] args) static PathgetFileAbsolutePath(String path) static intgetFileAbsolutePathHash(Path confFilePath, Path propFilePath) static PathgetOverrideFilePath(String[] args) static PathgetPidFilePath(int configurationFileHash) static intgetPidFromFile(Path pidFile) static Path
-
Method Details
-
getFileAbsolutePath
-
getFileAbsolutePathHash
-
getConfiguration
- Throws:
ConfigurationException
-
getConfiguration
public static Configuration getConfiguration(String[] args, boolean silent) throws ConfigurationException - Throws:
ConfigurationException
-
getConfigurationFilePath
-
getOverrideFilePath
-
getTmpDirPath
-
getPidFilePath
-
createPidFile
-
getPidFromFile
-
findManifestInfo
-