Class PrependName
- All Implemented Interfaces:
- Provider<FeatureList<FeatureInput>>
Prepends a string to the custom-name of each feature in a list.
- Author:
- Owen Feehan
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionget()Gets or creates an object of typeT.getItem()Provides the features and names before any prepending.The string to prepend to the custom-name of each feature.voidProvides the features and names before any prepending.voidThe string to prepend to the custom-name of each feature.Methods inherited from class org.anchoranalysis.bean.initializable.InitializableBeangetInitialization, getLogger, getPropertyInitializer, initialize, initializeRecursive, initRecursiveWithInitializer, isInitialized, onInitializationMethods inherited from class org.anchoranalysis.bean.AnchorBeancheckMisconfigured, describeBean, describeChildren, duplicateBean, fields, findFieldsOfClass, getBeanName, getLocalPath, localise, toString
- 
Constructor Details- 
PrependNamepublic PrependName()
 
- 
- 
Method Details- 
getDescription copied from interface:ProviderGets or creates an object of typeT.- Returns:
- the object returned by the provider.
- Throws:
- ProvisionFailedException- if the object cannot be returned.
 
- 
getItemProvides the features and names before any prepending.
- 
setItemProvides the features and names before any prepending.
- 
getPrefixThe string to prepend to the custom-name of each feature.
- 
setPrefixThe string to prepend to the custom-name of each feature.
 
-