net.praqma.jenkins.memorymap.util
Class FileFoundable<T>

java.lang.Object
  extended by 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

Constructor Summary
FileFoundable()
           
 
Method Summary
 File findFile(File file, String pattern)
           
 
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
 

Constructor Detail

FileFoundable

public FileFoundable()
Method Detail

findFile

public File findFile(File file,
                     String pattern)
              throws IOException
Throws:
IOException


Copyright © 2004-2013. All Rights Reserved.