Package | Description |
---|---|
org.hibernate.ejb.packaging |
Modifier and Type | Class and Description |
---|---|
class |
ClassFilter
Filter on class elements
|
class |
FileFilter
Filter use to match a file by its name
|
class |
JavaElementFilter
Filter a Java element (class or package per fully qualified name and annotation existence)
At least 1 annotation has to annotate the element and the accept method must match
If none annotations are passed, only the accept method must pass.
|
class |
PackageFilter
Filter on pachage element
|
Modifier and Type | Method and Description |
---|---|
Filter[] |
JarProtocolVisitor.getFilters() |
Filter[] |
AbstractJarVisitor.getFilters() |
Filter[] |
JarVisitor.getFilters() |
Modifier and Type | Method and Description |
---|---|
static JarVisitor |
JarVisitorFactory.getVisitor(java.lang.String jarPath,
Filter[] filters)
Get a JarVisitor to the jar
jarPath applying the given filters
Method used in a non-managed environment |
static JarVisitor |
JarVisitorFactory.getVisitor(java.net.URL jarUrl,
Filter[] filters)
Build a JarVisitor on the given JAR URL applying the given filters
|
static JarVisitor |
JarVisitorFactory.getVisitor(java.net.URL jarUrl,
Filter[] filters,
java.lang.String entry) |
Constructor and Description |
---|
AbstractJarVisitor(java.lang.String fileName,
Filter[] filters) |
AbstractJarVisitor(java.net.URL url,
Filter[] filters) |
ExplodedJarVisitor(java.lang.String fileName,
Filter[] filters) |
ExplodedJarVisitor(java.net.URL url,
Filter[] filters,
java.lang.String entry) |
FileZippedJarVisitor(java.lang.String fileName,
Filter[] filters) |
FileZippedJarVisitor(java.net.URL url,
Filter[] filters,
java.lang.String entry) |
InputStreamZippedJarVisitor(java.lang.String fileName,
Filter[] filters) |
InputStreamZippedJarVisitor(java.net.URL url,
Filter[] filters,
java.lang.String entry) |
JarProtocolVisitor(java.net.URL url,
Filter[] filters,
java.lang.String entry) |
Copyright © 2014. All Rights Reserved.