-
- All Implemented Interfaces:
-
kotlin.Comparable
public final class BrowserInstanceId implements Comparable<BrowserInstanceId>
Every browser instance have a unique data dir, proxy is required to be unique too if it is enabled
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classBrowserInstanceId.Companion
-
Field Summary
Fields Modifier and Type Field Description private final BrowserTypebrowserTypeprivate final StringproxyServerprivate final <ERROR CLASS>userDataDirprivate final Stringidentprivate final Stringdisplayprivate final PathcontextDirprivate final Fingerprintfingerprint
-
Constructor Summary
Constructors Constructor Description BrowserInstanceId(Path contextDir, BrowserType browserType)BrowserInstanceId(Path contextDir, Fingerprint fingerprint)
-
Method Summary
Modifier and Type Method Description final BrowserTypegetBrowserType()final StringgetProxyServer()final <ERROR CLASS>getUserDataDir()final StringgetIdent()final StringgetDisplay()final PathgetContextDir()final FingerprintgetFingerprint()IntegercompareTo(BrowserInstanceId other)-
-
Method Detail
-
getBrowserType
final BrowserType getBrowserType()
-
getProxyServer
final String getProxyServer()
-
getUserDataDir
final <ERROR CLASS> getUserDataDir()
-
getDisplay
final String getDisplay()
-
getContextDir
final Path getContextDir()
-
getFingerprint
final Fingerprint getFingerprint()
-
compareTo
Integer compareTo(BrowserInstanceId other)
-
-
-
-