-
- 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ClassLoader
getClassLoader()
Returns the ClassLoader to which this SharedHelper belongs.
-
-
-
Method Detail
-
getClassLoader
ClassLoader getClassLoader()
Returns the ClassLoader to which this SharedHelper belongs.- Returns:
- ClassLoader the ClassLoader to which this SharedHelper belongs
-
-