public class ModuleContentLinker extends DefaultDOLVisitor implements ComponentVisitor
| Modifier and Type | Field and Description |
|---|---|
protected ReadableArchive |
rootLocation_
For standalone modules, this is either a directory or a jar file.
|
| Modifier | Constructor and Description |
|---|---|
protected |
ModuleContentLinker() |
|
ModuleContentLinker(ReadableArchive rootLocation) |
|
ModuleContentLinker(ReadableArchive rootLocation,
boolean forceWSDLURLs) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(BundleDescriptor bundle)
visits a Jakarta EE component bundle descriptor.
|
void |
accept(ServiceReferenceDescriptor serviceRef)
visits a web service reference descriptor
|
void |
accept(WebService webService) |
static URL |
createJarUrl(File jarFile,
String entry) |
static URL |
getEntryAsUrl(File moduleLocation,
String uri) |
accept, accept, accept, accept, accept, accept, getSubDescriptorVisitorclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaccept, getSubDescriptorVisitorprotected ReadableArchive rootLocation_
public ModuleContentLinker(ReadableArchive rootLocation, boolean forceWSDLURLs)
public ModuleContentLinker(ReadableArchive rootLocation)
protected ModuleContentLinker()
public void accept(BundleDescriptor bundle)
ComponentVisitoraccept in interface ComponentVisitoraccept in class DefaultDOLVisitorpublic static URL createJarUrl(File jarFile, String entry) throws MalformedURLException, IOException
MalformedURLExceptionIOExceptionpublic static URL getEntryAsUrl(File moduleLocation, String uri) throws MalformedURLException, IOException
MalformedURLExceptionIOExceptionpublic void accept(ServiceReferenceDescriptor serviceRef)
DefaultDOLVisitoraccept in class DefaultDOLVisitorpublic void accept(WebService webService)
Copyright © 2021. All rights reserved.