| |
|
| java.lang.Object com.ibm.emb.junit.ComplexMediaLocationInfo
ComplexMediaLocationInfo | public class ComplexMediaLocationInfo (Code) | | this class provides Helper functionality to prepare comlex media on the test
client for usage in testcases
|
MEDIAGPL1 | final public static int MEDIAGPL1(Code) | | |
MEDIAGPL2 | final public static int MEDIAGPL2(Code) | | |
mediaID | protected int mediaID(Code) | | |
getChildFiles | public File[] getChildFiles()(Code) | | Gets the childFiles
Returns a File[] |
getChildURLs | public URL[] getChildURLs()(Code) | | Gets the childURLs
Returns a URL[] |
getExtension | public String getExtension()(Code) | | Gets the extension
Returns a String |
getRootFile | public File getRootFile()(Code) | | Gets the rootFile
Returns a File |
getRootURL | public URL getRootURL()(Code) | | Gets the rootURL
Returns a URL |
setChildFiles | public void setChildFiles(File[] childFiles)(Code) | | Sets the childFiles
Parameters: childFiles - The childFiles to set |
setChildURLs | public void setChildURLs(URL[] childURLs)(Code) | | Sets the childURLs
Parameters: childURLs - The childURLs to set |
setExtension | public void setExtension(String extension)(Code) | | Sets the extension
Parameters: extension - The extension to set |
setRootFile | public void setRootFile(File rootFile)(Code) | | Sets the rootFile
Parameters: rootFile - The rootFile to set |
setRootURL | public void setRootURL(URL rootURL)(Code) | | Sets the rootURL
Parameters: rootURL - The rootURL to set |
|
|
|