Package fr.ird.observe.dto
Class ObserveUtil
- java.lang.Object
-
- fr.ird.observe.dto.ObserveUtil
-
public class ObserveUtil extends Object
Pour mettre du code util commun.Created on 01/09/16.
- Since:
- 5.0
- Author:
- Tony Chemit - dev@tchemit.fr
-
-
Constructor Summary
Constructors Constructor Description ObserveUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidloadLogConfiguration(URL logInput, Path logFile, Supplier<io.ultreia.java4all.config.ApplicationConfig> configSupplier)static <C extends Class<?>>
List<C>sortTypes(Collection<C> types, Function<Class,String> function, Locale locale)
-
-
-
Method Detail
-
sortTypes
public static <C extends Class<?>> List<C> sortTypes(Collection<C> types, Function<Class,String> function, Locale locale)
-
loadLogConfiguration
public static void loadLogConfiguration(URL logInput, Path logFile, Supplier<io.ultreia.java4all.config.ApplicationConfig> configSupplier) throws IOException
- Throws:
IOException
-
-