public class InputStreamSource
extends java.lang.Object
implements com.xebialabs.deployit.server.api.importer.ImportSource
| Constructor and Description |
|---|
InputStreamSource(java.lang.String fileName,
java.io.InputStream stream) |
| Modifier and Type | Method and Description |
|---|---|
void |
cleanUp() |
java.io.File |
getFile() |
java.lang.String |
toString() |
public InputStreamSource(java.lang.String fileName,
java.io.InputStream stream)
public java.io.File getFile()
getFile in interface com.xebialabs.deployit.server.api.importer.ImportSourcepublic void cleanUp()
cleanUp in interface com.xebialabs.deployit.server.api.importer.ImportSourcepublic java.lang.String toString()
toString in class java.lang.Object