public class JarProtocolVisitor extends Object implements JarVisitor
Constructor and Description |
---|
JarProtocolVisitor(URL url,
Filter[] filters,
String entry) |
Modifier and Type | Method and Description |
---|---|
Filter[] |
getFilters() |
Set[] |
getMatchingEntries()
Return the matching entries for each filter in the same order the filter where passed
|
String |
getUnqualifiedJarName()
Get the unqualified Jar name (ie wo path and wo extension)
|
public String getUnqualifiedJarName()
JarVisitor
getUnqualifiedJarName
in interface JarVisitor
public Filter[] getFilters()
getFilters
in interface JarVisitor
public Set[] getMatchingEntries() throws IOException
JarVisitor
getMatchingEntries
in interface JarVisitor
IOException
- if something went wrongCopyright © 2018 JBoss by Red Hat. All rights reserved.