com.atlassian.bamboo.io
Class PluginArtifactInputSupplier

java.lang.Object
  extended by com.atlassian.bamboo.io.PluginArtifactInputSupplier
All Implemented Interfaces:
com.google.common.io.InputSupplier<java.io.InputStream>

public class PluginArtifactInputSupplier
extends java.lang.Object
implements com.google.common.io.InputSupplier<java.io.InputStream>

Lazily supplies an InputStream for a PluginArtifact


Constructor Summary
PluginArtifactInputSupplier(com.atlassian.plugin.PluginArtifact pluginArtifact)
           
 
Method Summary
 java.io.InputStream getInput()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PluginArtifactInputSupplier

public PluginArtifactInputSupplier(com.atlassian.plugin.PluginArtifact pluginArtifact)
Method Detail

getInput

public java.io.InputStream getInput()
                             throws java.io.IOException
Specified by:
getInput in interface com.google.common.io.InputSupplier<java.io.InputStream>
Throws:
java.io.IOException


Copyright © 2012 Atlassian. All Rights Reserved.