Package org.apache.ignite.internal.util
Class GridConfigurationFinder
- java.lang.Object
-
- org.apache.ignite.internal.util.GridConfigurationFinder
-
public final class GridConfigurationFinder extends Object
Finds configuration files located inIGNITE_HOMEfolder and its subfolders.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static List<GridTuple3<String,Long,File>>getConfigFiles()Lists paths to all Ignite configuration files located in IGNITE_HOME with their last modification timestamps.
-
-
-
Field Detail
-
Q_PREFIX
public static final String Q_PREFIX
Prefix for questionable paths.- See Also:
- Constant Field Values
-
-
Method Detail
-
getConfigFiles
public static List<GridTuple3<String,Long,File>> getConfigFiles() throws IOException
Lists paths to all Ignite configuration files located in IGNITE_HOME with their last modification timestamps.- Returns:
- Collection of configuration files and their last modification timestamps.
- Throws:
IOException- Thrown in case of any IO error.
-
-