Class ServiceLoaderUtil


  • public class ServiceLoaderUtil
    extends Object
    Created by tchemit on 05/12/17.
    Author:
    Tony Chemit - dev@tchemit.fr
    • Constructor Detail

      • ServiceLoaderUtil

        public ServiceLoaderUtil()
    • Method Detail

      • store

        public static boolean store​(Path classPathDirectory,
                                    Class<?> type,
                                    List<String> implementations)
      • getServiceLoaderFile

        public static Path getServiceLoaderFile​(Path classPathDirectory,
                                                Class<?> type)