Interface IToolParameters
- All Superinterfaces:
Comparable<IToolParameters>, IPropertySet<String>
- All Known Implementing Classes:
DefaultToolParameters
-
Method Summary
Modifier and TypeMethodDescriptionintgetId()getName()getTool()getValueForTrimmedProperty(String trimmedProperty) Methods inherited from interface Comparable
compareToMethods inherited from interface IPropertySet
add, addAll, containsProperty, fillWith, getProperties, getSubTree, getValues, getValuesModifier and TypeMethodDescriptionbooleanbooleanbooleancontainsProperty(String path) voidgetSubTree(List<String> subTreePrefix)
-
Method Details
-
getName
String getName()- Returns:
- a label, denoting the name of the tool parameters
-
getId
int getId()- Returns:
- the id of the tool parameters
-
getSerializationFormat
String getSerializationFormat()- Returns:
- a string that can be used as XML tag or JSON key for exporting results
-
getTool
String getTool()- Returns:
- the name of the tool to which the parameters apply
-
getTrimmedProperties
Collection<String> getTrimmedProperties()- Returns:
- the list of properties without prefixes
-
getValueForTrimmedProperty
-