Stackdb
Stackdb is a stackable, multi-target and -level source debugger and memory forensics library.
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Public Member Functions | Protected Attributes
vmi1.URLWSDLLocator Class Reference
Inheritance diagram for vmi1.URLWSDLLocator:
Inheritance graph
[legend]
Collaboration diagram for vmi1.URLWSDLLocator:
Collaboration graph
[legend]

Public Member Functions

 URLWSDLLocator (URL url)
 
void close ()
 
InputSource getBaseInputSource ()
 
String getBaseURI ()
 
InputSource getImportInputSource (String parentLocation, String importLocation)
 
String getLatestImportURI ()
 

Protected Attributes

URL url
 
Map< String, URL > urlMap
 
Map< String, InputStream > inputStreamMap
 
URL lastImportedURL = null
 

Detailed Description

Definition at line 19 of file URLWSDLLocator.java.

Constructor & Destructor Documentation

vmi1.URLWSDLLocator.URLWSDLLocator ( URL  url)
inline

Definition at line 25 of file URLWSDLLocator.java.

Member Function Documentation

void vmi1.URLWSDLLocator.close ( )
inline

Definition at line 31 of file URLWSDLLocator.java.

InputSource vmi1.URLWSDLLocator.getBaseInputSource ( )
inline

Definition at line 47 of file URLWSDLLocator.java.

String vmi1.URLWSDLLocator.getBaseURI ( )
inline

Definition at line 68 of file URLWSDLLocator.java.

InputSource vmi1.URLWSDLLocator.getImportInputSource ( String  parentLocation,
String  importLocation 
)
inline

Definition at line 79 of file URLWSDLLocator.java.

String vmi1.URLWSDLLocator.getLatestImportURI ( )
inline

Definition at line 116 of file URLWSDLLocator.java.

Field Documentation

Map<String,InputStream> vmi1.URLWSDLLocator.inputStreamMap
protected

Definition at line 22 of file URLWSDLLocator.java.

URL vmi1.URLWSDLLocator.lastImportedURL = null
protected

Definition at line 23 of file URLWSDLLocator.java.

URL vmi1.URLWSDLLocator.url
protected

Definition at line 20 of file URLWSDLLocator.java.

Map<String,URL> vmi1.URLWSDLLocator.urlMap
protected

Definition at line 21 of file URLWSDLLocator.java.


The documentation for this class was generated from the following file: