org.hibernate.ejb.packaging
Class JarProtocolVisitor
java.lang.Object
   org.hibernate.ejb.packaging.JarProtocolVisitor
org.hibernate.ejb.packaging.JarProtocolVisitor
- All Implemented Interfaces: 
- JarVisitor
- public class JarProtocolVisitor 
- extends Object- implements JarVisitor
- Author:
- Emmanuel Bernard
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
JarProtocolVisitor
public JarProtocolVisitor(URL url,
                          Filter[] filters,
                          String entry)
getUnqualifiedJarName
public String getUnqualifiedJarName()
- Description copied from interface: JarVisitor
- Get the unqualified Jar name (ie wo path and wo extension)
 
- 
- Specified by:
- getUnqualifiedJarNamein interface- JarVisitor
 
- 
- Returns:
- the unqualified jar name.
 
getFilters
public Filter[] getFilters()
- 
- Specified by:
- getFiltersin interface- JarVisitor
 
- 
 
getMatchingEntries
public Set[] getMatchingEntries()
                         throws IOException
- Description copied from interface: JarVisitor
- Return the matching entries for each filter in the same order the filter where passed
 
- 
- Specified by:
- getMatchingEntriesin interface- JarVisitor
 
- 
- Returns:
- array of Set of JarVisitor.Entry
- Throws:
- IOException- if something went wrong
 
Copyright © 2001-2010 Red Hat, Inc.  All Rights Reserved.