public final class TargetDefinitionFile extends Object implements TargetDefinition
| Modifier and Type | Class and Description |
|---|---|
class |
TargetDefinitionFile.IULocation |
static class |
TargetDefinitionFile.OtherLocation |
static class |
TargetDefinitionFile.Repository |
static class |
TargetDefinitionFile.Unit |
TargetDefinition.IncludeMode, TargetDefinition.InstallableUnitLocation, TargetDefinition.Location| 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. |
static TargetDefinitionFile |
read(File file,
IncludeSourceMode includeSourceMode) |
static void |
write(TargetDefinitionFile target,
File file) |
public List<? extends TargetDefinition.Location> getLocations()
getLocations in interface TargetDefinitionpublic boolean hasIncludedBundles()
TargetDefinitiontrue if the target definition specifies an explicit list of bundles to
include (i.e. an <includeBundles> in target definition files).hasIncludedBundles in interface TargetDefinitionpublic String getOrigin()
TargetDefinitiongetOrigin in interface TargetDefinitionpublic static TargetDefinitionFile read(File file, IncludeSourceMode includeSourceMode)
public static void write(TargetDefinitionFile target, File file) throws IOException
IOExceptionpublic int hashCode()
hashCode in interface TargetDefinitionhashCode in class Objectpublic boolean equals(Object obj)
equals in interface TargetDefinitionequals in class ObjectCopyright © 2008-2015 Eclipse Foundation. All Rights Reserved.