Class ProcessorInstanceForJvmTypeProvider.ProcessorClassloaderAdapter

  • All Implemented Interfaces:
    org.eclipse.emf.common.notify.Adapter, org.eclipse.emf.common.notify.Adapter.Internal
    Enclosing class:
    ProcessorInstanceForJvmTypeProvider

    @Accessors
    public static class ProcessorInstanceForJvmTypeProvider.ProcessorClassloaderAdapter
    extends org.eclipse.emf.common.notify.impl.AdapterImpl
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface org.eclipse.emf.common.notify.Adapter

        org.eclipse.emf.common.notify.Adapter.Internal
    • Field Summary

      • Fields inherited from class org.eclipse.emf.common.notify.impl.AdapterImpl

        target
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.ClassLoader discard()  
      java.lang.ClassLoader getClassLoader()  
      boolean isAdapterForType​(java.lang.Object type)  
      void setClassLoader​(java.lang.ClassLoader classLoader)  
      void setTarget​(org.eclipse.emf.common.notify.Notifier newTarget)  
      void unsetTarget​(org.eclipse.emf.common.notify.Notifier oldTarget)  
      • Methods inherited from class org.eclipse.emf.common.notify.impl.AdapterImpl

        getTarget, notifyChanged
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ProcessorClassloaderAdapter

        public ProcessorClassloaderAdapter​(java.lang.ClassLoader classLoader)
    • Method Detail

      • isAdapterForType

        public boolean isAdapterForType​(java.lang.Object type)
        Specified by:
        isAdapterForType in interface org.eclipse.emf.common.notify.Adapter
        Overrides:
        isAdapterForType in class org.eclipse.emf.common.notify.impl.AdapterImpl
      • unsetTarget

        public void unsetTarget​(org.eclipse.emf.common.notify.Notifier oldTarget)
        Specified by:
        unsetTarget in interface org.eclipse.emf.common.notify.Adapter.Internal
        Overrides:
        unsetTarget in class org.eclipse.emf.common.notify.impl.AdapterImpl
      • setTarget

        public void setTarget​(org.eclipse.emf.common.notify.Notifier newTarget)
        Specified by:
        setTarget in interface org.eclipse.emf.common.notify.Adapter
        Overrides:
        setTarget in class org.eclipse.emf.common.notify.impl.AdapterImpl
      • discard

        public java.lang.ClassLoader discard()
      • getClassLoader

        @Pure
        public java.lang.ClassLoader getClassLoader()
      • setClassLoader

        public void setClassLoader​(java.lang.ClassLoader classLoader)