Verwendungen von Klasse
de.dlr.proseo.storagemgr.utils.PathConverter
Packages, die PathConverter verwenden
Package
Beschreibung
Utility classes for the prosEO Storage Manager component
-
Verwendungen von PathConverter in de.dlr.proseo.storagemgr.utils
Methoden in de.dlr.proseo.storagemgr.utils, die PathConverter zurückgebenModifizierer und TypMethodeBeschreibungPathConverter.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.Konstruktoren in de.dlr.proseo.storagemgr.utils mit Parametern vom Typ PathConverter