Package net.sf.okapi.steps.diffleverage
Class FileLikeThing<T>
- java.lang.Object
-
- net.sf.okapi.steps.diffleverage.FileLikeThing<T>
-
- Type Parameters:
T- A class that abstracts aFile.
public class FileLikeThing<T> extends Object
Wrapper for any type of class that acts like aFile- Author:
- HARGRAVEJE
-
-
Constructor Summary
Constructors Constructor Description FileLikeThing(URI path, T fileLikeThing)
-