Package | Description |
---|---|
com.vsegouin.mowitnow.controllers |
Created by v.segouin on 13/09/2016.
|
com.vsegouin.mowitnow.controllers.interfaces |
Created by v.segouin on 13/09/2016.
|
com.vsegouin.mowitnow.services.file |
Created by v.segouin on 11/09/2016.
|
com.vsegouin.mowitnow.services.file.interfaces |
Created by v.segouin on 13/09/2016.
|
Modifier and Type | Method and Description |
---|---|
MapArea |
MainController.executeFileCommands(List<String> fileContent) |
Modifier and Type | Method and Description |
---|---|
MapArea |
MowerController.executeFileCommands(List<String> fileContent)
Create a new map, its mowers and their commands and execute it all.
|
Modifier and Type | Method and Description |
---|---|
boolean |
FileControl.checkFileIntegrity(List<String> lines)
Will read all the lines contained in the 'lines' variable and will check steps by steps if the file is
correctly written.
|
MapArea |
FileControl.initializeMap(List<String> fileContents)
use the maps configured in the file and will create a new map.
|
Modifier and Type | Method and Description |
---|---|
boolean |
FileControlInterface.checkFileIntegrity(List<String> controls)
Check if a file has all the requirements to be considered as valid.
|
MapArea |
FileControlInterface.initializeMap(List<String> fileContent)
Initialize a new map thanks to the command file.
|
Copyright © 2016. All Rights Reserved.