public abstract class MetaInfMavenScanner<T> extends Object
| Constructor and Description |
|---|
MetaInfMavenScanner() |
| Modifier and Type | Method and Description |
|---|---|
List<T> |
scan(File file,
String filename) |
protected abstract T |
visitFile(File file) |
protected abstract T |
visitJarEntry(JarFile jar,
JarEntry entry) |
protected abstract T visitFile(File file) throws IOException
IOExceptionprotected abstract T visitJarEntry(JarFile jar, JarEntry entry) throws IOException
IOExceptionCopyright © 2005–2021 Eclipse Foundation. All rights reserved.