org.hibernate.ejb.packaging
Interface JarVisitor

All Known Implementing Classes:
AbstractJarVisitor, ExplodedJarVisitor, FileZippedJarVisitor, InputStreamZippedJarVisitor, JarProtocolVisitor

public interface JarVisitor

Author:
Emmanuel Bernard

Method Summary
 Filter[] getFilters()
           
 java.util.Set[] getMatchingEntries()
          Return the matching entries for each filter in the same order the filter where passed
 java.lang.String getUnqualifiedJarName()
          Get the unqualified Jar name (ie wo path and wo extension)
 

Method Detail

getUnqualifiedJarName

java.lang.String getUnqualifiedJarName()
Get the unqualified Jar name (ie wo path and wo extension)

Returns:
the unqualified jar name.

getFilters

Filter[] getFilters()

getMatchingEntries

java.util.Set[] getMatchingEntries()
                                   throws java.io.IOException
Return the matching entries for each filter in the same order the filter where passed

Returns:
array of Set of JarVisitor.Entry
Throws:
java.io.IOException - if something went wrong


Copyright © 2013. All Rights Reserved.