public final class TargetDefinitionFile extends Object implements TargetDefinition
| Modifier and Type | Class and Description |
|---|---|
static class |
TargetDefinitionFile.IULocation |
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() |
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) |
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 static TargetDefinitionFile read(File file) throws IOException
IOExceptionpublic 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-2013 Eclipse Foundation. All Rights Reserved.