Class DownloadProjectSettings
java.lang.Object
it.uniroma2.art.semanticturkey.settings.download.DownloadProjectSettings
- All Implemented Interfaces:
Settings
,STProperties
- Author:
- Andrea Turbati
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface it.uniroma2.art.semanticturkey.properties.STProperties
STProperties.BasicPropertiesConstraints, STProperties.BasicPropertyConstraintValidator
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface it.uniroma2.art.semanticturkey.properties.STProperties
checkAndConvertPropertyValue, convertToPropertValue, getAnnotations, getEnumeration, getHTMLDescription, getHTMLWarning, getProperties, getPropertyAnnotatedType, getPropertyContentType, getPropertyDescription, getPropertyDisplayName, getPropertyType, getPropertyValue, getStringRepresentation, hasRequiredProperties, isEnumerated, isRequiredProperty, loadProperties, setProperties, setPropertyValue, storeProperties, storeProperties
-
Field Details
-
fileNameToSingleDownloadMap
@STProperty(description="{it.uniroma2.art.semanticturkey.settings.download.DonwloadProjectSettings.fileNameToSingleDownloadMap.description}", displayName="{it.uniroma2.art.semanticturkey.settings.download.DonwloadProjectSettings.fileNameToSingleDownloadMap.displayName}") public Map<String,SingleDownload> fileNameToSingleDownloadMap
-
-
Constructor Details
-
DownloadProjectSettings
public DownloadProjectSettings()
-
-
Method Details
-
getShortName
- Specified by:
getShortName
in interfaceSTProperties
- Returns:
- a humanly understandable short name representing the type of this property set
-