Package hudson.util

Class StreamResource

java.lang.Object
org.apache.tools.ant.ProjectComponent
org.apache.tools.ant.types.DataType
org.apache.tools.ant.types.Resource
hudson.util.StreamResource
All Implemented Interfaces:
Cloneable, Comparable<org.apache.tools.ant.types.Resource>, Iterable<org.apache.tools.ant.types.Resource>, org.apache.tools.ant.types.ResourceCollection

public class StreamResource extends org.apache.tools.ant.types.Resource
Wraps InputStream to Resource.
Author:
Kohsuke Kawaguchi
  • Field Summary

    Fields inherited from class org.apache.tools.ant.types.Resource

    MAGIC, UNKNOWN_DATETIME, UNKNOWN_SIZE

    Fields inherited from class org.apache.tools.ant.types.DataType

    checked, ref

    Fields inherited from class org.apache.tools.ant.ProjectComponent

    description, location, project
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
     
    int
     

    Methods inherited from class org.apache.tools.ant.types.Resource

    as, asOptional, clone, compareTo, getLastModified, getMagicNumber, getName, getOutputStream, getRef, getSize, isDirectory, isExists, isFilesystemOnly, iterator, setDirectory, setExists, setLastModified, setName, setRefid, setSize, size, toLongString, toString

    Methods inherited from class org.apache.tools.ant.types.DataType

    checkAttributesAllowed, checkChildrenAllowed, circularReference, dieOnCircularReference, dieOnCircularReference, dieOnCircularReference, getCheckedRef, getCheckedRef, getCheckedRef, getCheckedRef, getCheckedRef, getDataTypeName, getRefid, invokeCircularReferenceCheck, isChecked, isReference, noChildrenAllowed, pushAndInvokeCircularReferenceCheck, setChecked, tooManyAttributes

    Methods inherited from class org.apache.tools.ant.ProjectComponent

    getDescription, getLocation, getProject, log, log, setDescription, setLocation, setProject

    Methods inherited from class java.lang.Object

    finalize, getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface java.lang.Iterable

    forEach, spliterator

    Methods inherited from interface org.apache.tools.ant.types.ResourceCollection

    isEmpty, stream
  • Constructor Details

    • StreamResource

      public StreamResource(String name, @NonNull InputStream in)
      Parameters:
      name - Used for display purpose.
  • Method Details

    • getInputStream

      public InputStream getInputStream() throws IOException
      Overrides:
      getInputStream in class org.apache.tools.ant.types.Resource
      Throws:
      IOException
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class org.apache.tools.ant.types.Resource
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class org.apache.tools.ant.types.Resource