public class FixFileFromResourceCreator extends java.lang.Object implements FixObjectCreator<FixFile>
| Constructor and Description |
|---|
FixFileFromResourceCreator(java.nio.file.Path path) |
FixFileFromResourceCreator(java.lang.String path) |
| Modifier and Type | Method and Description |
|---|---|
FixFile |
create(TestRun testRun) |
java.lang.String |
getDescription(TestRun testRun) |
java.io.File |
getPath(TestRun testRun) |
public FixFileFromResourceCreator(java.nio.file.Path path)
public FixFileFromResourceCreator(java.lang.String path)
public FixFile create(TestRun testRun) throws java.lang.Exception
create in interface FixObjectCreator<FixFile>java.lang.Exceptionpublic java.io.File getPath(TestRun testRun)
public java.lang.String getDescription(TestRun testRun)
getDescription in interface FixObjectCreator<FixFile>