Class FilePathProviderReference
Object
org.anchoranalysis.bean.AnchorBean<B>
org.anchoranalysis.bean.initializable.InitializableBean<T,FilePathInitialization>
org.anchoranalysis.bean.shared.path.FilePathBean<FilePathProvider>
org.anchoranalysis.io.input.bean.path.provider.FilePathProvider
org.anchoranalysis.io.input.bean.path.provider.FilePathProviderReference
public class FilePathProviderReference extends FilePathProvider
Calls an existing
FilePathProvider indirectly to provide an identical result.- Author:
- Owen Feehan
-
Constructor Summary
Constructors Constructor Description FilePathProviderReference() -
Method Summary
Modifier and Type Method Description Pathget()StringgetId()A unique identifer for anotherFilePathProviderthat is referenced.voidsetId(String id)A unique identifer for anotherFilePathProviderthat is referenced.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
-
FilePathProviderReference
public FilePathProviderReference()
-
-
Method Details
-
get
- Throws:
ProvisionFailedException
-
getId
A unique identifer for anotherFilePathProviderthat is referenced. -
setId
A unique identifer for anotherFilePathProviderthat is referenced.
-