Interface PackageInfo
- All Known Implementing Classes:
DefaultPackageInfo
public interface PackageInfo
Exposes the main meta information about a package
-
Method Summary
Modifier and TypeMethodDescription@NotNull WorkspaceFilterReturns the workspace filter@NotNull PackageIdgetId()Returns the package id.@NotNull PackageTypeReturns the package type.
-
Method Details
-
getId
Returns the package id.- Returns:
- the package id.
-
getFilter
Returns the workspace filter- Returns:
- the filter
-
getPackageType
Returns the package type.- Returns:
- the package type
-