Uses of Class
org.odpi.openmetadata.accessservices.stewardshipaction.properties.FileSystemProperties
-
Packages that use FileSystemProperties Package Description org.odpi.openmetadata.accessservices.stewardshipaction.metadataelements org.odpi.openmetadata.accessservices.stewardshipaction.properties This properties package provides the properties used to create different types of instances for an asset and its attachments. -
-
Uses of FileSystemProperties in org.odpi.openmetadata.accessservices.stewardshipaction.metadataelements
Methods in org.odpi.openmetadata.accessservices.stewardshipaction.metadataelements that return FileSystemProperties Modifier and Type Method Description FileSystemPropertiesFileSystemElement. getFileSystemProperties()Return the file system properties.Methods in org.odpi.openmetadata.accessservices.stewardshipaction.metadataelements with parameters of type FileSystemProperties Modifier and Type Method Description voidFileSystemElement. setFileSystemProperties(FileSystemProperties fileSystemProperties)Set up the file system properties. -
Uses of FileSystemProperties in org.odpi.openmetadata.accessservices.stewardshipaction.properties
Constructors in org.odpi.openmetadata.accessservices.stewardshipaction.properties with parameters of type FileSystemProperties Constructor Description FileSystemProperties(FileSystemProperties template)Copy/clone constructor.
-