Uses of Interface
io.extact.rms.application.persistence.file.io.PathResolver
Packages that use PathResolver
-
Uses of PathResolver in io.extact.rms.application.persistence.file.io
Classes in io.extact.rms.application.persistence.file.io that implement PathResolverModifier and TypeClassDescriptionstatic class
指定された固定のパスを起点にパスを解決するくん。 デフォルトの固定パスは./data
でシステムプロパティcsv.permanent.directory
が 指定されている場合はその指定を優先する。static class
OSのtmpファイルパスを起点にパスを解決するくん。 生成したtempディレクトリとresolveされたファイルはFile.deleteOnExit()
を 設定しているためJavaプロセス終了後に自動的に削除される。Methods in io.extact.rms.application.persistence.file.io with parameters of type PathResolverModifier and TypeMethodDescriptionstatic Path
FileAccessor.copyResourceToRealPath
(String resourcePath, PathResolver resolver) 指定されたリソースファイルを一時ディレクトリにコピーする。static Path
FileAccessor.copyResourceToRealPath
(String resourcePath, PathResolver resolver, String outputFileName)