Uses of Class
org.progettoedids.labyrinth.Labyrinth.Builder
Packages that use Labyrinth.Builder
Package
Description
This package holds the Labyrinth class and its loaders.
A package that holds the LabyrinthLoader interface and its implementing classes.
A package that holds classes with simple factory methods.
-
Uses of Labyrinth.Builder in org.progettoedids.labyrinth
Methods in org.progettoedids.labyrinth that return Labyrinth.BuilderModifier and TypeMethodDescriptionstatic Labyrinth.BuilderLabyrinth.newBuilder()Returns an instance of Builder which is needed to build a Labyrinth. -
Uses of Labyrinth.Builder in org.progettoedids.labyrinth.loaders
Methods in org.progettoedids.labyrinth.loaders that return Labyrinth.BuilderModifier and TypeMethodDescriptionLabyrinthJSONLoader.loadLabyrinths()LabyrinthLoader.loadLabyrinths() -
Uses of Labyrinth.Builder in org.progettoedids.repositories
Methods in org.progettoedids.repositories with parameters of type Labyrinth.BuilderModifier and TypeMethodDescriptionvoidLabyrinthRepository.addLabyrinth(Labyrinth.Builder labyrinth) Adds a Labyrinth.Builder to the repository.