com.ibm.oti.shared
Interface SharedHelper

All Known Subinterfaces:
SharedClassHelper, SharedClassTokenHelper, SharedClassURLClasspathHelper, SharedClassURLHelper
All Known Implementing Classes:
SharedAbstractHelper, SharedClassAbstractHelper, SharedClassTokenHelperImpl, SharedClassURLClasspathHelperImpl, SharedClassURLHelperImpl

public interface SharedHelper

SharedHelper super-interface defines functions common to all helpers.

Version:
initial
Author:
OTI

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

Method Detail

getClassLoader

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

Returns:
ClassLoader ClassLoader that this SharedHelper belongs to