-
- All Known Subinterfaces:
SharedClassHelper,SharedClassTokenHelper,SharedClassURLClasspathHelper,SharedClassURLHelper,SharedDataHelper
- All Known Implementing Classes:
SharedAbstractHelper,SharedClassAbstractHelper
public interface SharedHelperThe SharedHelper superinterface defines functions common to all helpers.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ClassLoadergetClassLoader()Returns the ClassLoader that this SharedHelper belongs to
-
-
-
Method Detail
-
getClassLoader
ClassLoader getClassLoader()
Returns the ClassLoader that this SharedHelper belongs to- Returns:
- ClassLoader. ClassLoader that this SharedHelper belongs to
-
-