Uses of Class
de.dlr.proseo.storagemgr.utils.PathConverter
Packages that use PathConverter
Package
Description
Utility classes for the prosEO Storage Manager component
-
Uses of PathConverter in de.dlr.proseo.storagemgr.utils
Methods in de.dlr.proseo.storagemgr.utils that return PathConverterModifier and TypeMethodDescriptionPathConverter.addS3Prefix()Adds the S3 prefix to the path.PathConverter.addSlashAtBegin()Adds a slash at the beginning of the path.PathConverter.addSlashAtEnd()Adds a slash at the end of the path.PathConverter.convertToSlash()Converts backslashes to slashes in the path.PathConverter.fixAbsolutePath()Fixes the absolute path by adding a slash at the end for directories and a slash at the beginning for Linux paths.PathConverter.getFirstFolder()Gets the first folder from the path.PathConverter.getRelativePath()Gets the relative path from the path using the base path list.PathConverter.normalizeWindowsPath()Normalizes the Windows path by removing the leading slash.PathConverter.posixToS3Path()Converts the path to a compatible S3 path by replacing ":" in Windows paths.PathConverter.removeBasePaths()Removes the base paths from the path.PathConverter.removeBucket()Removes the bucket as the first folder from the path.PathConverter.removeDoubleSlash()Removes double slashes from the path.PathConverter.removeFirstFolder()Removes the first folder from the path.PathConverter.removeFsPrefix()Removes the file system prefixes from the path.PathConverter.removeLeftSlash()Removes the leading slash from the path.PathConverter.s3ToPosixPath()Converts the S3 path to a compatible POSIX path by restoring ":" in Windows paths.Constructors in de.dlr.proseo.storagemgr.utils with parameters of type PathConverter