public class LockingFileProcessor extends Object implements org.eclipse.aether.spi.io.FileProcessor, org.eclipse.aether.spi.locator.Service
LockingFileProcessor in Aether without
dependency injection.| Constructor and Description |
|---|
LockingFileProcessor() |
| Modifier and Type | Method and Description |
|---|---|
void |
copy(File source,
File target) |
long |
copy(File source,
File target,
org.eclipse.aether.spi.io.FileProcessor.ProgressListener listener) |
void |
initService(org.eclipse.aether.spi.locator.ServiceLocator locator) |
boolean |
mkdirs(File directory) |
void |
move(File source,
File target) |
void |
write(File target,
InputStream source) |
void |
write(File target,
String data) |
public void initService(org.eclipse.aether.spi.locator.ServiceLocator locator)
initService in interface org.eclipse.aether.spi.locator.Servicepublic boolean mkdirs(File directory)
mkdirs in interface org.eclipse.aether.spi.io.FileProcessorpublic void write(File target, String data) throws IOException
write in interface org.eclipse.aether.spi.io.FileProcessorIOExceptionpublic void write(File target, InputStream source) throws IOException
write in interface org.eclipse.aether.spi.io.FileProcessorIOExceptionpublic void move(File source, File target) throws IOException
move in interface org.eclipse.aether.spi.io.FileProcessorIOExceptionpublic void copy(File source, File target) throws IOException
copy in interface org.eclipse.aether.spi.io.FileProcessorIOExceptionpublic long copy(File source, File target, org.eclipse.aether.spi.io.FileProcessor.ProgressListener listener) throws IOException
copy in interface org.eclipse.aether.spi.io.FileProcessorIOExceptionCopyright © 2017 MuleSoft, Inc.. All rights reserved.