Class PartialFile.Factory
- java.lang.Object
-
- org.eclipse.aether.connector.basic.PartialFile.Factory
-
- Enclosing class:
- PartialFile
static class PartialFile.Factory extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private static org.slf4j.Logger
LOGGER
private int
requestTimeout
private boolean
resume
private long
resumeThreshold
-
Constructor Summary
Constructors Constructor Description Factory(boolean resume, long resumeThreshold, int requestTimeout)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PartialFile
newInstance(java.io.File dstFile, PartialFile.RemoteAccessChecker checker)
-
-
-
Method Detail
-
newInstance
public PartialFile newInstance(java.io.File dstFile, PartialFile.RemoteAccessChecker checker) throws java.lang.Exception
- Throws:
java.lang.Exception
-
-