Uses of Interface
org.eclipse.tycho.p2.target.facade.TargetDefinition.PathLocation
-
Packages that use TargetDefinition.PathLocation Package Description org.eclipse.tycho.core.ee org.eclipse.tycho.p2.target.facade -
-
Uses of TargetDefinition.PathLocation in org.eclipse.tycho.core.ee
Classes in org.eclipse.tycho.core.ee that implement TargetDefinition.PathLocation Modifier and Type Class Description private class
TargetDefinitionFile.AbstractPathLocation
class
TargetDefinitionFile.DirectoryTargetLocation
class
TargetDefinitionFile.FeatureTargetPlatformLocation
class
TargetDefinitionFile.ProfileTargetPlatformLocation
-
Uses of TargetDefinition.PathLocation in org.eclipse.tycho.p2.target.facade
Subinterfaces of TargetDefinition.PathLocation in org.eclipse.tycho.p2.target.facade Modifier and Type Interface Description static interface
TargetDefinition.DirectoryLocation
Represents the "Directory" location that either contains bundles directly or has plugins/features/binaries folders that contains the datastatic interface
TargetDefinition.FeaturesLocation
represents the "Feature" location that contains a feature to include from a given installationstatic interface
TargetDefinition.ProfileLocation
Represents the "Profile" location that contains an eclipse-sdk or exploded eclipse product
-