wt.util
Class InstallAnywhereContext
java.lang.Object
wt.util.InstallAnywhereContext
- public final class InstallAnywhereContext
- extends Object
A tool to identify if the user is running in the context of an InstallAnywhere installer.
Method Summary |
static boolean |
isTrue()
Is this process running within an InstallAnywhere context? |
static boolean |
isTrue(boolean verbose)
Is this process running within an InstallAnywhere context? |
static void |
main(String[] args)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
inAnInstallerContext_
private static boolean inAnInstallerContext_
InstallAnywhereContext
public InstallAnywhereContext()
isTrue
public static final boolean isTrue(boolean verbose)
- Is this process running within an InstallAnywhere context?
- Returns:
- true means the process is running within an InstallAnywhere context, otherwise not
isTrue
public static final boolean isTrue()
- Is this process running within an InstallAnywhere context?
- Returns:
- true means the process running within an InstallAnywhere context, otherwise not
main
public static void main(String[] args)