Class PartImpl

  • All Implemented Interfaces:
    org.sonar.api.server.ws.Request.Part

    public class PartImpl
    extends java.lang.Object
    implements org.sonar.api.server.ws.Request.Part
    • Constructor Summary

      Constructors 
      Constructor Description
      PartImpl​(java.io.InputStream inputStream, java.lang.String fileName)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getFileName()  
      java.io.InputStream getInputStream()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PartImpl

        public PartImpl​(java.io.InputStream inputStream,
                        java.lang.String fileName)
    • Method Detail

      • getInputStream

        public java.io.InputStream getInputStream()
        Specified by:
        getInputStream in interface org.sonar.api.server.ws.Request.Part
      • getFileName

        public java.lang.String getFileName()
        Specified by:
        getFileName in interface org.sonar.api.server.ws.Request.Part