Package | Description |
---|---|
org.jboss.scanning.spi.jpa |
Modifier and Type | Method and Description |
---|---|
Set<Resource> |
JPAEnvironment.getFilesInClasspath(URL jarToScan,
String... filePatterns)
Return all files in the classpath (ie PU visibility)
matching one of these file names
if filePatterns is empty, return all files
the use case is really exact file name.
|
Set<Resource> |
JPAEnvironment.getFilesInJar(URL jarToScan,
String... filePatterns)
Return all files in the jar matching one of these file names
if filePatterns is empty, return all files
e.g.
|
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.