Class Ant.AntInstallation.DescriptorImpl
- Enclosing class:
Ant.AntInstallation
@Extension
@Symbol("ant")
public static class Ant.AntInstallation.DescriptorImpl
extends ToolDescriptor<Ant.AntInstallation>
- Author:
- Kohsuke Kawaguchi
-
Nested Class Summary
Nested classes/interfaces inherited from class Descriptor
Descriptor.FormException, Descriptor.PropertyType, Descriptor.Self -
Field Summary
Fields inherited from class Descriptor
clazz -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoCheckHome(File value) Checks if the ANT_HOME is valid.doCheckName(String value) List<? extends ToolInstaller> voidsetInstallations(Ant.AntInstallation... installations) Methods inherited from class ToolDescriptor
checkHomeDirectory, configure, configure, getCategory, getDefaultProperties, getPropertyDescriptorsMethods inherited from class Descriptor
addHelpFileRedirect, bindJSON, bindJSON, calcAutoCompleteSettings, calcFillSettings, configure, doHelp, 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, getStaticHelpUrl, getStaticHelpUrl, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
-
Constructor Details
-
DescriptorImpl
public DescriptorImpl()
-
-
Method Details
-
getDisplayName
- Overrides:
getDisplayNamein classDescriptor<ToolInstallation>
-
getInstallations
- Overrides:
getInstallationsin classToolDescriptor<Ant.AntInstallation>
-
setInstallations
- Overrides:
setInstallationsin classToolDescriptor<Ant.AntInstallation>
-
getDefaultInstallers
- Overrides:
getDefaultInstallersin classToolDescriptor<Ant.AntInstallation>
-
doCheckHome
Checks if the ANT_HOME is valid.- Overrides:
doCheckHomein classToolDescriptor<Ant.AntInstallation>
-
doCheckName
- Overrides:
doCheckNamein classToolDescriptor<Ant.AntInstallation>
-