Class ServerConfigLauncher

  • All Implemented Interfaces:
    org.eclipse.ui.IEditorLauncher

    public class ServerConfigLauncher
    extends java.lang.Object
    implements org.eclipse.ui.IEditorLauncher
    Launches the Server Configuration with a file name.
    Author:
    Christopher Mindus
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      voidopen​(org.eclipse.core.runtime.IPath file)
      Open the file.
      • Methods inherited from class java.lang.Object

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

      • ServerConfigLauncher

        public ServerConfigLauncher()
    • Method Detail

      • open

        public void open​(org.eclipse.core.runtime.IPath file)
        Open the file.
        Specified by:
        open in interface org.eclipse.ui.IEditorLauncher