Package | Description |
---|---|
org.eclipse.tycho.p2.resolver | |
org.eclipse.tycho.p2.target.facade |
Modifier and Type | Class and Description |
---|---|
private class |
TargetDefinitionFile.AbstractPathLocation |
class |
TargetDefinitionFile.DirectoryTargetLocation |
class |
TargetDefinitionFile.FeatureTargetPlatformLocation |
class |
TargetDefinitionFile.IULocation |
static class |
TargetDefinitionFile.OtherLocation |
class |
TargetDefinitionFile.ProfileTargetPlatformLocation |
Modifier and Type | Method and Description |
---|---|
java.util.List<? extends TargetDefinition.Location> |
TargetDefinitionFile.getLocations() |
Modifier and Type | Interface and Description |
---|---|
static interface |
TargetDefinition.DirectoryLocation
Represents the "Directory" location that either contains bundles directly or has
plugins/features/binaries folders that contains the data
|
static interface |
TargetDefinition.FeaturePlatformLocation
represents the "Feature" location that contains a feature to include from a given
installation
|
static interface |
TargetDefinition.InstallableUnitLocation |
static interface |
TargetDefinition.PathLocation
Base interface for all Locations that are path based, the path might contains variables that
need to be resolved before used as a real directory path
|
static interface |
TargetDefinition.ProfilePlatformLocation
Represents the "Profile" location that contains an eclipse-sdk or exploded eclipse product
|
Modifier and Type | Method and Description |
---|---|
java.util.List<? extends TargetDefinition.Location> |
TargetDefinition.getLocations() |