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 TargetDefinition
public boolean hasIncludedBundles()
TargetDefinition
true
if the target definition specifies an explicit list of bundles to
include (i.e. an <includeBundles> in target definition files).hasIncludedBundles
in interface TargetDefinition
public String getOrigin()
TargetDefinition
getOrigin
in interface TargetDefinition
public static TargetDefinitionFile read(File file, IncludeSourceMode includeSourceMode)
public static void write(TargetDefinitionFile target, File file) throws IOException
IOException
public int hashCode()
hashCode
in interface TargetDefinition
hashCode
in class Object
public boolean equals(Object obj)
equals
in interface TargetDefinition
equals
in class Object
Copyright © 2008–2015 Eclipse Foundation. All rights reserved.