com.togethersoft.testing.testserver
Interface ITestServerAsset


public interface ITestServerAsset
extends ITestAssetRO

Represents test asset in test server


Method Summary
 InputStreamgetInputStream(String relativePath)
           

Methods inherited from interface com.togethersoft.testing.shared.ITestAssetRO
getCategory

Methods inherited from interface com.togethersoft.testing.shared.IElementRO
getAttribute, getChild, getContent, getName, getRefId, getUserObjects, hasUserObject

Method Detail

getInputStream

public InputStream getInputStream(String relativePath)
throws java.net.MalformedURLException,
java.io.IOException
Parameters:
context - relative path to file on host from directory shared by asset on host.
Allows to obtain file's input stream from host.