public class EmbedClassPathArchive extends ClasspathLauncher.ClassPathArchive
Archive.Entry, Archive.EntryFilterFILE_IN_JAR, urlClassLoader| Constructor and Description |
|---|
EmbedClassPathArchive(String className,
String method,
URL[] urls) |
| Modifier and Type | Method and Description |
|---|---|
List<URL> |
filterBizUrl(String resource)
过滤出biz包
|
List<BizArchive> |
getBizArchives() |
ContainerArchive |
getContainerArchive() |
List<PluginArchive> |
getPluginArchives() |
protected JarFileArchive |
getUrlJarFileArchive(URL url) |
createDirectoryBizModuleArchive, createDirectoryContainerArchive, filterBizUrls, filterUrls, filterURLs, fromSurefire, getConfClasspath, getInputStream, getJarContainerArchive, getManifest, getNestedArchive, getNestedArchives, getUrl, iterator, parseClassPathFromSurefireBootclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic EmbedClassPathArchive(String className, String method, URL[] urls) throws IOException
IOExceptionpublic ContainerArchive getContainerArchive() throws Exception
getContainerArchive in interface ExecutableArchivegetContainerArchive in class ClasspathLauncher.ClassPathArchiveExceptionpublic List<BizArchive> getBizArchives() throws Exception
getBizArchives in interface ExecutableArchivegetBizArchives in class ClasspathLauncher.ClassPathArchiveExceptionpublic List<URL> filterBizUrl(String resource) throws Exception
Exceptionpublic List<PluginArchive> getPluginArchives() throws Exception
getPluginArchives in interface ExecutableArchivegetPluginArchives in class ClasspathLauncher.ClassPathArchiveExceptionprotected JarFileArchive getUrlJarFileArchive(URL url) throws IOException
IOExceptionCopyright © 2024. All rights reserved.