| Package | Description |
|---|---|
| org.eclipse.tycho.core | |
| org.eclipse.tycho.core.resolver.shared | |
| org.eclipse.tycho.p2.resolver |
| Modifier and Type | Field and Description |
|---|---|
private IncludeSourceMode |
TargetPlatformConfiguration.targetDefinitionIncludeSourceMode |
| Modifier and Type | Method and Description |
|---|---|
IncludeSourceMode |
TargetPlatformConfiguration.getTargetDefinitionIncludeSourceMode() |
| Modifier and Type | Method and Description |
|---|---|
void |
TargetPlatformConfiguration.setTargetDefinitionIncludeSourceMode(IncludeSourceMode includeSourcesMode) |
| Modifier and Type | Method and Description |
|---|---|
static IncludeSourceMode |
IncludeSourceMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IncludeSourceMode[] |
IncludeSourceMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Field and Description |
|---|---|
(package private) IncludeSourceMode |
TargetDefinitionFile.includeSourceMode |
| Modifier and Type | Method and Description |
|---|---|
private void |
P2DependencyResolver.addTargetFileContentToTargetPlatform(java.io.File targetFile,
IncludeSourceMode includeSourcesMode,
TargetPlatformConfigurationStub resolutionContext) |
static TargetDefinitionFile |
TargetDefinitionFile.read(java.io.File file,
IncludeSourceMode includeSourceMode) |
| Constructor and Description |
|---|
TargetDefinitionFile(java.io.File source,
IncludeSourceMode includeSourceMode) |