Class RemoteTargetAdapterFactory

  • All Implemented Interfaces:
    org.eclipse.core.runtime.IAdapterFactory

    public class RemoteTargetAdapterFactory
    extends java.lang.Object
    implements org.eclipse.core.runtime.IAdapterFactory
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static org.eclipse.remote.core.IRemoteServicesManager remoteManager  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <T> T getAdapter​(java.lang.Object adaptableObject, java.lang.Class<T> adapterType)  
      java.lang.Class<?>[] getAdapterList()  
      • Methods inherited from class java.lang.Object

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

      • remoteManager

        private static final org.eclipse.remote.core.IRemoteServicesManager remoteManager
    • Constructor Detail

      • RemoteTargetAdapterFactory

        public RemoteTargetAdapterFactory()
    • Method Detail

      • getAdapter

        public <T> T getAdapter​(java.lang.Object adaptableObject,
                                java.lang.Class<T> adapterType)
        Specified by:
        getAdapter in interface org.eclipse.core.runtime.IAdapterFactory
      • getAdapterList

        public java.lang.Class<?>[] getAdapterList()
        Specified by:
        getAdapterList in interface org.eclipse.core.runtime.IAdapterFactory