com.ibm.oti.shared

Interface SharedHelper

All known subinterfaces:
SharedClassHelper, SharedClassTokenHelper, SharedClassURLClasspathHelper, SharedClassURLHelper
All known implementing classes:
SharedAbstractHelper, SharedClassAbstractHelper, SharedClassTokenHelperImpl, SharedClassURLClasspathHelperImpl, SharedClassURLHelperImpl

  1. public interface SharedHelper
SharedHelper super-interface defines functions common to all helpers.

Version:
initial
Author:
OTI

Method Summary

Modifier and Type Method and Description
  1. java.lang.ClassLoader
getClassLoader()
Returns the ClassLoader that this SharedHelper belongs to

Method Detail

getClassLoader

  1. java.lang.ClassLoader getClassLoader( )
Returns the ClassLoader that this SharedHelper belongs to

Returns:
ClassLoader ClassLoader that this SharedHelper belongs to