Package org.nuxeo.targetplatforms.api
Interface TargetPackageInfo
-
- All Superinterfaces:
Serializable
,TargetInfo
- All Known Implementing Classes:
TargetPackageInfoImpl
public interface TargetPackageInfo extends TargetInfo
Represents a target package info, useful for listing of available target packages.- Since:
- 5.7.1
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<String>
getDependencies()
Returns the list of target packages that this target package depends on.-
Methods inherited from interface org.nuxeo.targetplatforms.api.TargetInfo
getDescription, getDownloadLink, getEndOfAvailability, getId, getLabel, getName, getRefVersion, getReleaseDate, getStatus, getTypes, getVersion, isDefault, isDeprecated, isEnabled, isFastTrack, isOverridden, isRestricted, isTrial, matchesType
-
-