Klasse JavaIndexerApplication

java.lang.Object
org.aspectj.org.eclipse.jdt.core.index.JavaIndexerApplication
Alle implementierten Schnittstellen:
org.eclipse.equinox.app.IApplication

public class JavaIndexerApplication extends Object implements org.eclipse.equinox.app.IApplication
Implements an Eclipse Application for JavaIndexer.

On MacOS, when invoked using the Eclipse executable, the "user.dir" property is set to the folder in which the eclipse.ini file is located. This makes it harder to use relative paths to point to the files to be jar'd or to the index file that is generated.

Seit:
3.8
  • Konstruktordetails

    • JavaIndexerApplication

      public JavaIndexerApplication()
  • Methodendetails

    • start

      public Object start(org.eclipse.equinox.app.IApplicationContext context) throws Exception
      Angegeben von:
      start in Schnittstelle org.eclipse.equinox.app.IApplication
      Löst aus:
      Exception
    • stop

      public void stop()
      Angegeben von:
      stop in Schnittstelle org.eclipse.equinox.app.IApplication