Package io.moquette.broker.config
Interface IResourceLoader
-
- All Known Implementing Classes:
ClasspathResourceLoader,FileResourceLoader
public interface IResourceLoader
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classIResourceLoader.ResourceIsDirectoryException
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetName()ReaderloadDefaultResource()ReaderloadResource(String relativePath)
-