Package com.djrapitops.plan.delivery
Class DeliveryUtilities
- java.lang.Object
-
- com.djrapitops.plan.delivery.DeliveryUtilities
-
@Singleton public class DeliveryUtilities extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description DeliveryUtilities(dagger.Lazy<Formatters> formatters, dagger.Lazy<Graphs> graphs)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Formatters
getFormatters()
Graphs
getGraphs()
-
-
-
Constructor Detail
-
DeliveryUtilities
@Inject public DeliveryUtilities(dagger.Lazy<Formatters> formatters, dagger.Lazy<Graphs> graphs)
-
-
Method Detail
-
getFormatters
public Formatters getFormatters()
-
getGraphs
public Graphs getGraphs()
-
-