Class FilePathInitialization
Object
org.anchoranalysis.bean.shared.path.FilePathInitialization
- All Implemented Interfaces:
BeanInitialization
public class FilePathInitialization extends Object implements BeanInitialization
Initialization parameters for a named-set of file-paths.
- Author:
- Owen Feehan
-
Constructor Summary
Constructors Constructor Description FilePathInitialization(SharedObjects sharedObjects)Creates using aSharedObjectsto create aNamedProviderStorefor the file-paths. -
Method Summary
Modifier and Type Method Description NamedProviderStore<Path>getFilePaths()Named-store of file-paths.
-
Constructor Details
-
FilePathInitialization
Creates using aSharedObjectsto create aNamedProviderStorefor the file-paths.- Parameters:
sharedObjects- the shared-objects.
-
-
Method Details
-
getFilePaths
Named-store of file-paths.
-