Class OperaCookies
- java.lang.Object
-
- ch.supertomcat.supertomcatutils.http.cookies.opera.oldformat.OperaCookies
-
public final class OperaCookies extends Object
Class for reading cookies of Opera
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringgetCookieFileForOpera(boolean checkExist)Returns the path to the cookie-file of Operastatic List<BrowserCookie>getCookiesFromOpera(String domain, String[] hosts, String[] paths, String cookieFile)Returns cookies from Opera
-
-
-
Method Detail
-
getCookiesFromOpera
public static List<BrowserCookie> getCookiesFromOpera(String domain, String[] hosts, String[] paths, String cookieFile)
Returns cookies from Opera- Parameters:
domain- Domainhosts- Hosts-Arraypaths- Paths-ArraycookieFile-- Returns:
- Cookies
-
getCookieFileForOpera
public static String getCookieFileForOpera(boolean checkExist)
Returns the path to the cookie-file of Opera- Parameters:
checkExist- Check Existance- Returns:
- Cookie Pfad
-
-