public interface TargetDefinition
Modifier and Type | Interface and Description |
---|---|
static class |
TargetDefinition.IncludeMode |
static interface |
TargetDefinition.InstallableUnitLocation |
static interface |
TargetDefinition.Location |
static interface |
TargetDefinition.Repository |
static interface |
TargetDefinition.Unit |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
List<? extends TargetDefinition.Location> |
getLocations() |
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).Copyright © 2008-2013 Eclipse Foundation. All Rights Reserved.