public class LicenseDTO
extends org.osgi.dto.DTO
| Modifier and Type | Field and Description |
|---|---|
String |
description
The description of the license.
|
String |
link
The URL to the license.
|
String |
name
The name of the license.
|
| Constructor and Description |
|---|
LicenseDTO() |
public String name
Must not be null.
public String description
If it is not specified this field must be null.
public String link
If the URL does not contain a scheme, the URL must be interpreted as
relative to the bundle. If it is not specified this field must be
null.
Copyright © 2021. All rights reserved.