Operation |
Details |
public static cleanCit( String str):String |
Sequential |
public const findFileInClasspath( String fileName):File |
Sequential Tags: | throws=FileNotFoundException
| Notes: | Retrieve resource based on a path relative to the classpath. @return The file defined by The given path. | |
public static getItemListFromFrameworkBase( String USER, String PASSWD, String filter):String |
Sequential Tags: | throws=IOException,ServiceException,URISyntaxException
| |
public static getTestItemListFromFramework():String |
Sequential Tags: | throws=IOException,ServiceException,URISyntaxException
| Notes: | Get itemList from the current Framework instance @param fileName | |
public static getTestProperties( String csName):Properties |
Sequential Tags: | throws=FileNotFoundException,IOException
| |
protected static loginUser( String userid, String password):String |
Sequential Tags: | throws=HttpException,IOException,ServiceException,URISyntaxException
| |
public static readBinFile( String fileName):byte |
Sequential |
public static readFile( String fileName):String |
Sequential Notes: | Reads contents from text file and returns it as String. @return Entire contents of filename as a String | |
public static writeBinFile( byte[] content, String fileName):void |
Sequential |