wt.util
Class InstallAnywhereContext

java.lang.Object
  extended bywt.util.InstallAnywhereContext

public final class InstallAnywhereContext
extends Object

A tool to identify if the user is running in the context of an InstallAnywhere installer.


Field Summary
private static boolean inAnInstallerContext_
           
 
Constructor Summary
InstallAnywhereContext()
           
 
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
 

Field Detail

inAnInstallerContext_

private static boolean inAnInstallerContext_
Constructor Detail

InstallAnywhereContext

public InstallAnywhereContext()
Method Detail

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)