@Extension public static class CustomTool.DescriptorImpl extends ToolDescriptor<CustomTool>
Descriptor.FormException, Descriptor.PropertyType, Descriptor.Self
clazz
Constructor and Description |
---|
DescriptorImpl() |
Modifier and Type | Method and Description |
---|---|
CustomTool |
byName(String name)
Gets a
CustomTool by its name. |
List<? extends ToolInstaller> |
getDefaultInstallers() |
String |
getDisplayName() |
void |
setInstallations(CustomTool... installations) |
checkHomeDirectory, configure, doCheckHome, doCheckName, getCategory, getDefaultProperties, getInstallations, getPropertyDescriptors
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, doHelp, find, find, findByDescribableClassName, findById, getCheckMethod, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, getPropertyTypeOrDie, getRequiredGlobalConfigPagePermission, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
public String getDisplayName()
getDisplayName
in class Descriptor<ToolInstallation>
public void setInstallations(CustomTool... installations)
setInstallations
in class ToolDescriptor<CustomTool>
@CheckForNull public CustomTool byName(String name)
CustomTool
by its name.name
- A name of the tool to be retrieved.CustomTool
or null if it has no foundpublic List<? extends ToolInstaller> getDefaultInstallers()
getDefaultInstallers
in class ToolDescriptor<CustomTool>
Copyright © 2016–2021. All rights reserved.