public interface PassthroughFileFactory
Modifier and Type | Method and Description |
---|---|
PassthroughFile |
create(PassthroughBasedFileImpl pbfi) |
PassthroughFile |
create(PassthroughFile dir,
String path) |
PassthroughFile create(PassthroughBasedFileImpl pbfi) throws PassthroughException
pbfi
- the PassthroughBasedFileImpl
PassthroughFile
PassthroughException
PassthroughFile create(PassthroughFile dir, String path) throws PassthroughException
dir
- Base directory (may be null)path
- relative or absolute path (may be null)PassthroughFile
PassthroughException
Copyright © 2009–2019 Waarp. All rights reserved.