Class TestPathProcessor
- java.lang.Object
-
- org.eclipse.aether.spi.io.PathProcessorSupport
-
- org.eclipse.aether.internal.test.util.TestPathProcessor
-
- All Implemented Interfaces:
org.eclipse.aether.spi.io.PathProcessor
@Deprecated public class TestPathProcessor extends org.eclipse.aether.spi.io.PathProcessorSupport
Deprecated.This class is deprecated and is unused in Resolver. UsePathProcessorSupportinstead.A simple file processor implementation to help satisfy component requirements during tests.
-
-
Constructor Summary
Constructors Constructor Description TestPathProcessor()Deprecated.
-
Method Summary
-
Methods inherited from class org.eclipse.aether.spi.io.PathProcessorSupport
classicCopy, copy, move, newTempFile, newTempFile, setLastModified, write, write, writeFile, writeWithBackup, writeWithBackup
-
-
-
-
Constructor Detail
-
TestPathProcessor
public TestPathProcessor()
Deprecated.
-
-