Interface PackageInfo
- 
public interface PackageInfoExposes the main meta information about a package 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NotNull WorkspaceFiltergetFilter()Returns the workspace filter@NotNull PackageIdgetId()Returns the package id.@NotNull PackageTypegetPackageType()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
 
 
 - 
 
 -