Class SolutionCheck
java.lang.Object
|
+--SolutionCheck
- public class SolutionCheck
- extends Object
Method Summary |
static boolean |
checkFileExistence(String fileName)
Method that checks whether the specified file exists or not |
static void |
main(String[] args)
Main method. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SolutionCheck
public SolutionCheck()
main
public static void main(String[] args)
- Main method. The arguments of this method are:
1 - the complete name (including the path) of the file containing the instance
2 - the complete name (including the path) of the file containing the solution
3 - the complete name (including the path) of the file containing the constants
4 - the complete name (including the path) of the file containing the result
checkFileExistence
public static boolean checkFileExistence(String fileName)
- Method that checks whether the specified file exists or not
- Parameters:
fileName
- the name of the file- Returns:
- a boolean signaling that the file exists