Class SharedAbstractHelper

    • Constructor Detail

      • SharedAbstractHelper

        public SharedAbstractHelper()
        Constructs a new instance of this class.
    • Method Detail

      • getClassLoader

        public ClassLoader getClassLoader()
        Utility function. Returns the ClassLoader that owns this SharedHelper. Will return null if the Helper's ClassLoader has been garbage collected.
        Specified by:
        getClassLoader in interface SharedHelper
        Returns:
        the ClassLoader owning this helper, or null if the ClassLoader has been garbage collected