com.xebialabs.deployit.service.importer.source
Class ByteArraySource

java.lang.Object
  extended by com.xebialabs.deployit.service.importer.source.InputStreamSource
      extended by com.xebialabs.deployit.service.importer.source.ByteArraySource
All Implemented Interfaces:
com.xebialabs.deployit.server.api.importer.ImportSource

public class ByteArraySource
extends InputStreamSource


Constructor Summary
ByteArraySource(java.lang.String file, byte[] contents)
           
 
Method Summary
 
Methods inherited from class com.xebialabs.deployit.service.importer.source.InputStreamSource
cleanUp, getFile, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ByteArraySource

public ByteArraySource(java.lang.String file,
                       byte[] contents)