Class PartImpl

java.lang.Object
org.sonar.api.impl.ws.PartImpl
All Implemented Interfaces:
org.sonar.api.server.ws.Request.Part

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

  • Method Details

    • getInputStream

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

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