@NotThreadSafe public class ApiScanner extends Object
| Constructor and Description |
|---|
ApiScanner() |
| Modifier and Type | Method and Description |
|---|---|
Api |
createApi()
Creates the API from the
scanned jar file or the
scanned directory. |
void |
scanDirectory(File folder) |
void |
scanJar(InputStream is) |
public void scanDirectory(@Nonnull File folder) throws IOException
IOExceptionpublic void scanJar(@Nonnull InputStream is) throws IOException
IOExceptionpublic Api createApi()
scanned jar file or the
scanned directory.Copyright © 2019. All rights reserved.