public interface TargetDefinition
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 class |
TargetDefinition.IncludeMode |
static interface |
TargetDefinition.InstallableUnitLocation |
static interface |
TargetDefinition.Location |
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
|
static interface |
TargetDefinition.Repository |
static interface |
TargetDefinition.Unit |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
List<? extends TargetDefinition.Location> |
getLocations() |
String |
getOrigin()
Returns the origin of the target definition, e.g.
|
int |
hashCode() |
boolean |
hasIncludedBundles()
Returns
true if the target definition specifies an explicit list of bundles to
include (i.e. |
List<? extends TargetDefinition.Location> getLocations()
boolean hasIncludedBundles()
true
if the target definition specifies an explicit list of bundles to
include (i.e. an <includeBundles> in target definition files).String getOrigin()
Copyright © 2008–2019 Eclipse Foundation. All rights reserved.