Interface TargetDefinition.Location
-
- All Known Subinterfaces:
TargetDefinition.DirectoryLocation
,TargetDefinition.FeaturePlatformLocation
,TargetDefinition.InstallableUnitLocation
,TargetDefinition.PathLocation
,TargetDefinition.ProfilePlatformLocation
- All Known Implementing Classes:
TargetDefinitionFile.DirectoryTargetLocation
,TargetDefinitionFile.FeatureTargetPlatformLocation
,TargetDefinitionFile.IULocation
,TargetDefinitionFile.OtherLocation
,TargetDefinitionFile.ProfileTargetPlatformLocation
- Enclosing interface:
- TargetDefinition
public static interface TargetDefinition.Location
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getTypeDescription()
Returns a description of the underlying location implementation.
-
-
-
Method Detail
-
getTypeDescription
String getTypeDescription()
Returns a description of the underlying location implementation.
-
-