Interface SharedClassHelper
- All Superinterfaces:
SharedHelper
- All Known Subinterfaces:
SharedClassTokenHelper, SharedClassURLClasspathHelper, SharedClassURLHelper
- All Known Implementing Classes:
SharedClassAbstractHelper
The SharedClassHelper superinterface defines functions that are common
to all class helpers.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the sharing filter associated with this helper.voidsetSharingFilter(SharedClassFilter filter) Applies the sharing filter to the SharedClassHelper.Methods declared in interface SharedHelper
getClassLoaderModifier and TypeMethodDescriptionReturns the ClassLoader to which this SharedHelper belongs.
-
Method Details
-
getSharingFilter
SharedClassFilter getSharingFilter()Returns the sharing filter associated with this helper.- Returns:
- the filter instance, or null if none is associated