@Extension public static class ToolLocationNodeProperty.DescriptorImpl extends NodePropertyDescriptor
Descriptor.FormException, Descriptor.PropertyType, Descriptor.Selfclazz| Constructor and Description |
|---|
DescriptorImpl() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayName()
Human readable name of this kind of configurable object.
|
String |
getKey(ToolInstallation installation) |
DescriptorExtensionList<ToolInstallation,ToolDescriptor<?>> |
getToolDescriptors() |
boolean |
isApplicable(Class<? extends Node> nodeType)
Returns true if this property type is applicable to the
given target type.
|
isApplicableAsGlobalfor_, for_addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, 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, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMappublic String getDisplayName()
DescriptorgetDisplayName in class Descriptor<NodeProperty<?>>public DescriptorExtensionList<ToolInstallation,ToolDescriptor<?>> getToolDescriptors()
public String getKey(ToolInstallation installation)
public boolean isApplicable(Class<? extends Node> nodeType)
PropertyDescriptorThe default implementation of this method checks if the given node type is assignable according to the parameterization, but subtypes can extend this to change this behavior.
isApplicable in class PropertyDescriptor<NodeProperty<?>,Node>Copyright © 2015. All rights reserved.