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, getSubDescriptorVisitor
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
accept, getSubDescriptorVisitor
protected ReadableArchive rootLocation_
public ModuleContentLinker(ReadableArchive rootLocation, boolean forceWSDLURLs)
public ModuleContentLinker(ReadableArchive rootLocation)
protected ModuleContentLinker()
public void accept(BundleDescriptor bundle)
ComponentVisitor
accept
in interface ComponentVisitor
accept
in class DefaultDOLVisitor
public static URL createJarUrl(File jarFile, String entry) throws MalformedURLException, IOException
MalformedURLException
IOException
public static URL getEntryAsUrl(File moduleLocation, String uri) throws MalformedURLException, IOException
MalformedURLException
IOException
public void accept(ServiceReferenceDescriptor serviceRef)
DefaultDOLVisitor
accept
in class DefaultDOLVisitor
public void accept(WebService webService)
Copyright © 2021. All rights reserved.