com.ptc.wgmecad
Class HookManager

java.lang.Object
  extended bycom.ptc.wgmecad.HookManager

public class HookManager
extends Object

Methods for executing and managing hook scripts User: nvanweerdenburg Date: Feb 3, 2004 Time: 9:57:39 AM


Field Summary
static String CMDEXE
          hook.shell argument to indicate Windows cmd.exe
static String CSH
          hook.shell argument to indicate csh
static String KSH
          hook.shell argument to indicate ksh
static String LINUX_PREFIX
           
(package private) static org.apache.log4j.Logger logger
           
static String SOLARIS_PREFIX
           
static String UNIX_PREFIX
           
static String WINDOWS_PREFIX
          system property "os.name"- all Windows OS's begin with this.
 
Constructor Summary
HookManager()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

static org.apache.log4j.Logger logger

CSH

public static final String CSH
hook.shell argument to indicate csh

See Also:
Constant Field Values

KSH

public static final String KSH
hook.shell argument to indicate ksh

See Also:
Constant Field Values

CMDEXE

public static final String CMDEXE
hook.shell argument to indicate Windows cmd.exe

See Also:
Constant Field Values

WINDOWS_PREFIX

public static final String WINDOWS_PREFIX
system property "os.name"- all Windows OS's begin with this. e.g. Windows 2000

See Also:
Constant Field Values

SOLARIS_PREFIX

public static final String SOLARIS_PREFIX
See Also:
Constant Field Values

LINUX_PREFIX

public static final String LINUX_PREFIX
See Also:
Constant Field Values

UNIX_PREFIX

public static final String UNIX_PREFIX
See Also:
Constant Field Values
Constructor Detail

HookManager

public HookManager()