Interface PackageInfo
-
- All Known Implementing Classes:
DefaultPackageInfo
public interface PackageInfo
Exposes the main meta information about a package
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NotNull WorkspaceFilter
getFilter()
Returns the workspace filter@NotNull PackageId
getId()
Returns the package id.@NotNull PackageType
getPackageType()
Returns the package type.
-
-
-
Method Detail
-
getId
@NotNull @NotNull PackageId getId()
Returns the package id.- Returns:
- the package id.
-
getFilter
@NotNull @NotNull WorkspaceFilter getFilter()
Returns the workspace filter- Returns:
- the filter
-
getPackageType
@NotNull @NotNull PackageType getPackageType()
Returns the package type.- Returns:
- the package type
-
-