Interface LicenseInfoProvider
-
- All Implemented Interfaces:
public interface LicenseInfoProviderA provider for LicenseInfos.
-
-
Method Summary
Modifier and Type Method Description abstract LicenseInfoget(Identifier id)Get the LicenseInfo for the project or package identified by id. -
-
Method Detail
-
get
abstract LicenseInfo get(Identifier id)
Get the LicenseInfo for the project or package identified by id.
-
-
-
-