org.eclipse.aether.spi.io.FileProcessorpublic class TestFileProcessor extends java.lang.Object implements org.eclipse.aether.spi.io.FileProcessor
| Constructor | Description |
|---|---|
TestFileProcessor() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
copy(java.io.File source,
java.io.File target) |
|
long |
copy(java.io.File source,
java.io.File target,
org.eclipse.aether.spi.io.FileProcessor.ProgressListener listener) |
|
boolean |
mkdirs(java.io.File directory) |
|
void |
move(java.io.File source,
java.io.File target) |
|
void |
write(java.io.File target,
java.io.InputStream source) |
|
void |
write(java.io.File file,
java.lang.String data) |
public TestFileProcessor()
public boolean mkdirs(java.io.File directory)
mkdirs in interface org.eclipse.aether.spi.io.FileProcessorpublic void write(java.io.File file, java.lang.String data) throws java.io.IOException
write in interface org.eclipse.aether.spi.io.FileProcessorjava.io.IOExceptionpublic void write(java.io.File target, java.io.InputStream source) throws java.io.IOException
write in interface org.eclipse.aether.spi.io.FileProcessorjava.io.IOExceptionpublic void copy(java.io.File source, java.io.File target) throws java.io.IOException
copy in interface org.eclipse.aether.spi.io.FileProcessorjava.io.IOExceptionpublic long copy(java.io.File source, java.io.File target, org.eclipse.aether.spi.io.FileProcessor.ProgressListener listener) throws java.io.IOException
copy in interface org.eclipse.aether.spi.io.FileProcessorjava.io.IOExceptionpublic void move(java.io.File source, java.io.File target) throws java.io.IOException
move in interface org.eclipse.aether.spi.io.FileProcessorjava.io.IOException