Interface ContentPackageFile
-
- All Superinterfaces:
InstallableFile
- All Known Implementing Classes:
ModelContentPackageFile
public interface ContentPackageFile extends InstallableFile
Generic representation of content package file.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description @NotNull String
getGroup()
@NotNull String
getName()
default String
getPackageInfo()
@Nullable String
getPackageType()
@Nullable String
getVersion()
-
Methods inherited from interface io.wcm.devops.conga.plugins.aem.maven.model.InstallableFile
getFile, getHashCode, getVariants
-
-
-
-
Method Detail
-
getName
@NotNull @NotNull String getName()
- Returns:
- Package name
-
getGroup
@NotNull @NotNull String getGroup()
- Returns:
- Package group
-
getVersion
@Nullable @Nullable String getVersion()
- Returns:
- Package version
-
getPackageType
@Nullable @Nullable String getPackageType()
- Returns:
- Package type
-
getPackageInfo
default String getPackageInfo()
-
-