net.praqma.jenkins.memorymap.util
Class FileFoundable<T>
java.lang.Object
net.praqma.jenkins.memorymap.util.FileFoundable<T>
- All Implemented Interfaces:
- hudson.FilePath.FileCallable<T>, Serializable
- Direct Known Subclasses:
- MemoryMapConfigFileParserDelegate, MemoryMapMapParserDelegate
public abstract class FileFoundable<T>
- extends Object
- implements hudson.FilePath.FileCallable<T>
Small class that wraps the file callable interface, to wrap functionality to find a file given a pattern on a remote machine.
- Author:
- Praqma
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface hudson.FilePath.FileCallable |
invoke |
FileFoundable
public FileFoundable()
findFile
public File findFile(File file,
String pattern)
throws IOException
- Throws:
IOException
Copyright © 2004-2013. All Rights Reserved.