Package org.eclipse.jdt.core.index
Class JavaIndexerApplication
- java.lang.Object
-
- org.eclipse.jdt.core.index.JavaIndexerApplication
-
- All Implemented Interfaces:
IApplication
public class JavaIndexerApplication extends java.lang.Object implements IApplication
Implements an Eclipse Application forJavaIndexer.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.
- Since:
- 3.8
- Restriction:
- This class is not intended to be subclassed by clients.
- Restriction:
- This class is not intended to be instantiated by clients.
-
-
Field Summary
-
Fields inherited from interface org.eclipse.equinox.app.IApplication
EXIT_OK, EXIT_RELAUNCH, EXIT_RESTART
-
-
Constructor Summary
Constructors Constructor Description JavaIndexerApplication()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Objectstart(IApplicationContext context)voidstop()
-
-
-
Method Detail
-
start
public java.lang.Object start(IApplicationContext context) throws java.lang.Exception
- Specified by:
startin interfaceIApplication- Throws:
java.lang.Exception
-
stop
public void stop()
- Specified by:
stopin interfaceIApplication
-
-