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()
JarVisitorgetUnqualifiedJarName in interface JarVisitorpublic Filter[] getFilters()
getFilters in interface JarVisitorpublic Set[] getMatchingEntries() throws IOException
JarVisitorgetMatchingEntries in interface JarVisitorIOException - if something went wrongCopyright © 2012 JBoss by Red Hat. All Rights Reserved.