Package org.progettoedids.repositories
package org.progettoedids.repositories
A package that holds classes with simple factory methods.
-
ClassesClassDescriptionFileHandlerRepository holds factory methods that produce objects implementing the FileDownloader or FileUploader interface.ItemRepository holds a factory method that produces various subtypes of Items(s)This class holds a map composed of Labyrinth names and associated Labyrinth.Builder(s).NPCRepository holds a factory method that produces various subtypes of NPC(s)PlayerRepository holds a factory method that produces various subtypes of Player(s)RoomRepository holds a factory method that produces various subtypes of Room(s)SaveStringRepository holds factory methods that produce objects implementing the SaveStringProducer or SaveStringReader interface.UserCommandRepository holds a factory method that produces various subtypes of UserCommand(s)