Package core.setup

Class SetupApp


  • public class SetupApp
    extends java.lang.Object
    The SetupApp class from core.setup: This is the class to implement the setup methodology when creating a new myvelib system or network. It can call other class that have already implement its own way of setting up a new myvelib network
    • Constructor Summary

      Constructors 
      Constructor Description
      SetupApp()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void initializeProgramWithInitialFile()
      This method has the function to initialize the initial system when running the myVelib CLI.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SetupApp

        public SetupApp()
    • Method Detail

      • initializeProgramWithInitialFile

        public static void initializeProgramWithInitialFile()
        This method has the function to initialize the initial system when running the myVelib CLI. It assumes that we will use a myvelibInitialization.txt file in the eval folder of the project.