Package de.mediathekview.mlib
Class Config
- java.lang.Object
-
- de.mediathekview.mlib.Config
-
public class Config extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static intbandbreitestatic booleandebug
-
Constructor Summary
Constructors Constructor Description Config()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleangetStop()Abfrage, ob ein Abbruch erfogtestatic StringgetUserAgent()static voidsetStop(boolean set)Damit kann "stop" gesetzt/rückgesetzt werden.static voidsetUserAgent(String ua)
-
-
-
Method Detail
-
setUserAgent
public static void setUserAgent(String ua)
-
getUserAgent
public static String getUserAgent()
-
setStop
public static void setStop(boolean set)
Damit kann "stop" gesetzt/rückgesetzt werden.- Parameters:
set- Bei true wird die Suche abgebrochen.
-
getStop
public static boolean getStop()
Abfrage, ob ein Abbruch erfogte- Returns:
- true/false
-
-