Class TestFileProcessor
java.lang.Object
org.eclipse.aether.internal.test.util.TestFileProcessor
- All Implemented Interfaces:
- org.eclipse.aether.spi.io.FileProcessor
A simple file processor implementation to help satisfy component requirements during tests.
- 
Nested Class SummaryNested classes/interfaces inherited from interface org.eclipse.aether.spi.io.FileProcessororg.eclipse.aether.spi.io.FileProcessor.ProgressListener
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidlongbooleanvoidreadChecksum(File checksumFile) voidwrite(File target, InputStream source) voidvoidwriteChecksum(File checksumFile, String checksum) 
- 
Constructor Details- 
TestFileProcessorpublic TestFileProcessor()
 
- 
- 
Method Details- 
mkdirs- Specified by:
- mkdirsin interface- org.eclipse.aether.spi.io.FileProcessor
 
- 
write- Specified by:
- writein interface- org.eclipse.aether.spi.io.FileProcessor
- Throws:
- IOException
 
- 
write- Specified by:
- writein interface- org.eclipse.aether.spi.io.FileProcessor
- Throws:
- IOException
 
- 
copy- Specified by:
- copyin interface- org.eclipse.aether.spi.io.FileProcessor
- Throws:
- IOException
 
- 
copypublic long copy(File source, File target, org.eclipse.aether.spi.io.FileProcessor.ProgressListener listener) throws IOException - Specified by:
- copyin interface- org.eclipse.aether.spi.io.FileProcessor
- Throws:
- IOException
 
- 
move- Specified by:
- movein interface- org.eclipse.aether.spi.io.FileProcessor
- Throws:
- IOException
 
- 
readChecksum- Specified by:
- readChecksumin interface- org.eclipse.aether.spi.io.FileProcessor
- Throws:
- IOException
 
- 
writeChecksum- Specified by:
- writeChecksumin interface- org.eclipse.aether.spi.io.FileProcessor
- Throws:
- IOException
 
 
-