jenkins.plugins.shiningpanda.utils
Class FilePathUtil.Read

java.lang.Object
  extended by jenkins.plugins.shiningpanda.utils.FilePathUtil.Read
All Implemented Interfaces:
hudson.remoting.Callable<String,IOException>, Serializable
Enclosing class:
FilePathUtil

public static final class FilePathUtil.Read
extends Object
implements hudson.remoting.Callable<String,IOException>

Get a file contents.

See Also:
Serialized Form

Constructor Summary
FilePathUtil.Read(hudson.FilePath filePath, String encoding)
          Constructor using fields.
 
Method Summary
 String call()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FilePathUtil.Read

public FilePathUtil.Read(hudson.FilePath filePath,
                         String encoding)
Constructor using fields.

Parameters:
filePath - The file path
encoding - The encoding
Method Detail

call

public String call()
            throws IOException
Specified by:
call in interface hudson.remoting.Callable<String,IOException>
Throws:
IOException


Copyright © 2004-2012. All Rights Reserved.