public class ComponentInfo extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ComponentInfo.License |
| Constructor and Description |
|---|
ComponentInfo() |
| Modifier and Type | Method and Description |
|---|---|
List<ComponentInfo.License> |
getDeclaredLicenses() |
List<ComponentInfo.License> |
getObservedLicenses() |
void |
setDeclaredLicenses(List<ComponentInfo.License> declaredLicenses) |
void |
setObservedLicenses(List<ComponentInfo.License> observedLicenses) |
String |
toString() |
public List<ComponentInfo.License> getDeclaredLicenses()
public void setDeclaredLicenses(List<ComponentInfo.License> declaredLicenses)
public List<ComponentInfo.License> getObservedLicenses()
public void setObservedLicenses(List<ComponentInfo.License> observedLicenses)
Copyright © 2010–2023. All rights reserved.