Package com.decs.application.utils
Class ProblemCreator
java.lang.Object
com.decs.application.utils.ProblemCreator
Problem Creator Class
This class handles the problem creation process.
- Version:
- 1.0
- Author:
- Bruno Guiomar
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionproblemScanner(String path) Scans for problems contained in the given path and includes them in a list of Problem objects
-
Constructor Details
-
ProblemCreator
private ProblemCreator()Class Private ConstructorThis class cannot be instantiated.
-
-
Method Details
-
problemScanner
Scans for problems contained in the given path and includes them in a list of Problem objects- Parameters:
path- Root folder- Returns:
- List of available Problem objects
-