Class PrependName
Object
org.anchoranalysis.bean.AnchorBean<B>
org.anchoranalysis.bean.initializable.InitializableBean<T,FeatureRelatedInitialization>
org.anchoranalysis.feature.bean.FeatureRelatedBean<B>
org.anchoranalysis.feature.bean.provider.FeatureProviderBean<FeatureListProvider<T>,FeatureList<T>>
org.anchoranalysis.feature.bean.list.FeatureListProvider<FeatureInput>
org.anchoranalysis.feature.bean.list.PrependName
- All Implemented Interfaces:
Provider<FeatureList<FeatureInput>>
public class PrependName extends FeatureListProvider<FeatureInput>
Prepends a string to the custom-name of each feature in a list.
- Author:
- Owen Feehan
-
Constructor Summary
Constructors Constructor Description PrependName() -
Method Summary
Modifier and Type Method Description FeatureList<FeatureInput>get()FeatureListProvider<FeatureInput>getItem()Provides the features and names before any prepending.StringgetPrefix()The string to prepend to the custom-name of each feature.voidsetItem(FeatureListProvider<FeatureInput> item)Provides the features and names before any prepending.voidsetPrefix(String prefix)The string to prepend to the custom-name of each feature.Methods inherited from class org.anchoranalysis.bean.initializable.InitializableBean
getInitialization, getLogger, getPropertyInitializer, initialize, initializeRecursive, initRecursiveWithInitializer, isInitialized, onInitializationMethods inherited from class org.anchoranalysis.bean.AnchorBean
checkMisconfigured, describeBean, describeChildren, duplicateBean, fields, findFieldsOfClass, getBeanName, getLocalPath, localise, toString
-
Constructor Details
-
PrependName
public PrependName()
-
-
Method Details