Package fr.univ_eiffel.legotools.scripts
Class PavingInventory
java.lang.Object
fr.univ_eiffel.legotools.scripts.PavingInventory
Script utilitaire générant une "Liste de courses".
-
Method Summary
Modifier and TypeMethodDescriptionstatic intcreateInventory(String inputPath, String outputPath) Génère un fichier d'inventaire.static voidPoint d'entrée.
-
Method Details
-
main
Point d'entrée.- Parameters:
args- Arguments CLI (0: fichier entrée).
-
createInventory
Génère un fichier d'inventaire.- Parameters:
inputPath- Le fichier de pavage brut.outputPath- Le fichier de destination.- Returns:
- Le nombre total de briques.
- Throws:
IOException- Si les fichiers ne sont pas accessibles.
-