Class SettingsFileIO
- java.lang.Object
-
- org.jboss.gm.analyzer.alignment.io.SettingsFileIO
-
public final class SettingsFileIO extends java.lang.ObjectUtility class for settings file I/O.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.StringwriteProjectNameIfNeeded(java.io.File rootDir)Writes the project name if needed.
-
-
-
Method Detail
-
writeProjectNameIfNeeded
public static java.lang.String writeProjectNameIfNeeded(java.io.File rootDir) throws java.io.IOExceptionWrites the project name if needed.- Parameters:
rootDir- the root directory of the settings file- Returns:
- the new project name
- Throws:
java.io.IOException- if an error occurs while writing the settings file
-
-