Package at.willhaben.willtest.util
Class RemoteSelectionUtils
- java.lang.Object
-
- at.willhaben.willtest.util.RemoteSelectionUtils
-
public class RemoteSelectionUtils extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRemoteSelectionUtils.RemotePlatform
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringIS_REMOTEstatic java.lang.StringREMOTE_PLATFORM
-
Constructor Summary
Constructors Constructor Description RemoteSelectionUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.BooleangetRemoteIsSet()static RemoteSelectionUtils.RemotePlatformgetRemotePlatform()static booleanisRemote()
-
-
-
Field Detail
-
IS_REMOTE
public static final java.lang.String IS_REMOTE
- See Also:
- Constant Field Values
-
REMOTE_PLATFORM
public static final java.lang.String REMOTE_PLATFORM
- See Also:
- Constant Field Values
-
-
Method Detail
-
getRemoteIsSet
public static java.lang.Boolean getRemoteIsSet()
-
isRemote
public static boolean isRemote()
-
getRemotePlatform
public static RemoteSelectionUtils.RemotePlatform getRemotePlatform()
-
-