Interface SharedHelper
- All Known Subinterfaces:
SharedClassHelper
,SharedClassTokenHelper
,SharedClassURLClasspathHelper
,SharedClassURLHelper
,SharedDataHelper
- All Known Implementing Classes:
SharedAbstractHelper
,SharedClassAbstractHelper
public interface SharedHelper
The SharedHelper superinterface defines functions common to all helpers.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the ClassLoader to which this SharedHelper belongs.
-
Method Details
-
getClassLoader
ClassLoader getClassLoader()Returns the ClassLoader to which this SharedHelper belongs.- Returns:
- ClassLoader the ClassLoader to which this SharedHelper belongs
-