public interface PackageScannerConfiguration
Includes and excludes are matched so that only includes are, well, included, but if you need to filter a few out of that set, the exclude patterns will be removed.
| Modifier and Type | Method and Description |
|---|---|
String |
getCurrentHostVersion() |
List<String> |
getJarExcludes() |
List<String> |
getJarIncludes() |
List<String> |
getPackageExcludes() |
List<String> |
getPackageIncludes() |
Map<String,String> |
getPackageVersions() |
javax.servlet.ServletContext |
getServletContext() |
Map<String,String> getPackageVersions()
String getCurrentHostVersion()
javax.servlet.ServletContext getServletContext()
Copyright © 2014 Atlassian. All rights reserved.