Newer
Older
## By twentyonecoders :
## What is the project about?
## programming techniques used
1. Collections
2. Custom Exception
3. Exception handling
4. Method overriding
5. Lambdas
6. Streams
7. File I/O
8. Regex
9. Observer pattern
10. Test hooks
11. serialization
## Instructions
these might change when using an IDE (eg. IntelliJ or Eclipse), where you can run the goals from the IDE directly.
1. `cd` into the project's root directory
#### compile the project
2. Run `mvn clean compile` to compile the project
#### test the project
3. Run `mvn test` to run the app.
#### run the project
4. Run `mvn clean javafx:run` to run the app.
See the Runtime SDK's [system requirements](https://developers.arcgis.com/java/latest/guide/system-requirements.htm).
## Licensing
Copyright 2021 twentyonecoders
Licensed under the Apache License, Version 2.0 (the "License"); you may not
use this file except in compliance with the License. You may obtain a copy
of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
License for the specific language governing permissions and limitations
under the License.
A copy of the license is available in the repository's license.txt file.