@ExportedBean public class ExportedToolDescriptor extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ExportedToolDescriptor.ExportedToolInstallation |
| Constructor and Description |
|---|
ExportedToolDescriptor(String toolName,
String symbol,
Class<?> type) |
| Modifier and Type | Method and Description |
|---|---|
void |
addInstallation(ExportedToolDescriptor.ExportedToolInstallation installation) |
ExportedToolDescriptor.ExportedToolInstallation[] |
getInstallations() |
String |
getSymbol() |
String |
getToolName() |
String |
getType() |
@Exported public String getToolName()
@Exported public String getSymbol()
@Exported public String getType()
@Exported public ExportedToolDescriptor.ExportedToolInstallation[] getInstallations()
public void addInstallation(ExportedToolDescriptor.ExportedToolInstallation installation)
Copyright © 2016–2020. All rights reserved.