Package io.inugami.commons.scan
Interface ScanResources<T>
-
- All Known Implementing Classes:
MockJsonScanJar
public interface ScanResources<T>
ScanResources- Since:
- 26 janv. 2018
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default boolean
isJar(URL url)
T
scan()
-
-
-
Method Detail
-
isJar
default boolean isJar(URL url)
-
scan
T scan() throws IOException
- Throws:
IOException
-
-