public class ExternalExportProjectProvider extends AbstractExportProjectProvider
| Modifier and Type | Field and Description |
|---|---|
static String |
OPT_EXCLUDE |
static String |
OPT_FRAGMENT_ID |
static String |
OPT_INCLUDE |
static String |
OPT_SOURCE |
NPM| Constructor and Description |
|---|
ExternalExportProjectProvider() |
| Modifier and Type | Method and Description |
|---|---|
ICProject |
createProject()
Creates, configures and returns a project for the indexer to index.
|
protected List<IPathEntry> |
getAdditionalRawEntries()
Get additional raw entries (above those added as part of the ExternalExportProjectProvider functionality)
|
protected org.eclipse.core.resources.IFolder |
getContentFolder()
Returns the project folder the external content is stored in
|
Map<String,String> |
getExportProperties()
Get a String to String map of properties to store with the index
content.
|
IIndexLocationConverter |
getLocationConverter(ICProject cproject)
The location converter to use on export.
|
fail, getApplicationArguments, getParameters, getParameters, getParsedArgs, getSingleString, isPresent, setApplicationArgumentspublic static final String OPT_SOURCE
public static final String OPT_INCLUDE
public static final String OPT_EXCLUDE
public static final String OPT_FRAGMENT_ID
public ICProject createProject() throws org.eclipse.core.runtime.CoreException
IExportProjectProviderorg.eclipse.core.runtime.CoreExceptionprotected org.eclipse.core.resources.IFolder getContentFolder()
protected List<IPathEntry> getAdditionalRawEntries()
public IIndexLocationConverter getLocationConverter(ICProject cproject)
IExportProjectProviderpublic Map<String,String> getExportProperties()
IExportProjectProviderCopyright (c) IBM Corp. and others 2004, 2020. All Rights Reserved.