Uses of Class
be.yildizgames.common.configuration.parameter.ApplicationArgs
-
Packages that use ApplicationArgs Package Description be.yildizgames.common.configuration be.yildizgames.common.configuration.parameter -
-
Uses of ApplicationArgs in be.yildizgames.common.configuration
Methods in be.yildizgames.common.configuration with parameters of type ApplicationArgs Modifier and Type Method Description java.util.PropertiesConfigurationRetriever. retrieveFromArgs(ApplicationArgs args)Retrieved properties. -
Uses of ApplicationArgs in be.yildizgames.common.configuration.parameter
Methods in be.yildizgames.common.configuration.parameter that return ApplicationArgs Modifier and Type Method Description static ApplicationArgsApplicationArgs. of(java.lang.String... args)Create a new arguments instance.
-