Class FilePathProviderReference
Calls an existing
FilePathProvider
indirectly to provide an identical result.- Author:
- Owen Feehan
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionget()
Gets or creates an object of typeT
.getId()
A unique identifer for anotherFilePathProvider
that is referenced.void
A unique identifer for anotherFilePathProvider
that is referenced.Methods inherited from class org.anchoranalysis.bean.initializable.InitializableBean
getInitialization, getLogger, getPropertyInitializer, initialize, initializeRecursive, initRecursiveWithInitializer, isInitialized, onInitialization
Methods inherited from class org.anchoranalysis.bean.AnchorBean
checkMisconfigured, describeBean, describeChildren, duplicateBean, fields, findFieldsOfClass, getBeanName, getLocalPath, localise, toString
-
Constructor Details
-
FilePathProviderReference
public FilePathProviderReference()
-
-
Method Details
-
get
Description copied from interface:Provider
Gets or creates an object of typeT
.- Returns:
- the object returned by the provider.
- Throws:
ProvisionFailedException
- if the object cannot be returned.
-
getId
A unique identifer for anotherFilePathProvider
that is referenced. -
setId
A unique identifer for anotherFilePathProvider
that is referenced.
-