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
IOException
protected abstract T visitJarEntry(JarFile jar, JarEntry entry) throws IOException
IOException
Copyright © 2005–2018 Eclipse Foundation. All rights reserved.