Class FileConfigFileLoader

    • Constructor Detail

      • FileConfigFileLoader

        public FileConfigFileLoader()
    • Method Detail

      • resolveFiles

        protected java.util.Iterator<java.io.File> resolveFiles​(java.net.URI fileURI)
        Description copied from class: AbstractFileConfigFileLoader
        Load the files referenced by the id (in the case of a classpath uri it could references several files, although normally it will only reference one).
        Specified by:
        resolveFiles in class AbstractFileConfigFileLoader
        Parameters:
        fileURI - the uri identifying the config file.
      • getUriScheme

        public java.lang.String getUriScheme()
        Description copied from interface: ConfigFileLoaderPlugin
        Returns the URI scheme that this loader supports.