Package io.inugami.commons.providers
Class MockJsonScanJar
- java.lang.Object
-
- io.inugami.commons.providers.MockJsonScanJar
-
- All Implemented Interfaces:
ScanResources<List<String>>
public final class MockJsonScanJar extends Object implements ScanResources<List<String>>
MockJsonScanJar- Since:
- 26 janv. 2018
-
-
Constructor Summary
Constructors Constructor Description MockJsonScanJar(URL manifestUrl)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>
scan()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.inugami.commons.scan.ScanResources
isJar
-
-
-
-
Constructor Detail
-
MockJsonScanJar
public MockJsonScanJar(URL manifestUrl)
-
-
Method Detail
-
scan
public List<String> scan() throws IOException
- Specified by:
scan
in interfaceScanResources<List<String>>
- Throws:
IOException
-
-