frysk.bindir
Class fcore

java.lang.Object
  extended by frysk.bindir.fcore

public class fcore
extends Object


Nested Class Summary
private static class fcore.createCoreEvent
          Implements a ProcEvent for core file creation.
 
Field Summary
private static String filename
           
private static int mapOptionCount
           
private static String matchingRegEx
           
private static boolean writeAllMaps
           
 
Constructor Summary
fcore()
           
 
Method Summary
static void main(String[] args)
          Entry function.
private static OptionGroup[] options()
          Return the fcore specific options.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

matchingRegEx

private static String matchingRegEx

filename

private static String filename

writeAllMaps

private static boolean writeAllMaps

mapOptionCount

private static int mapOptionCount
Constructor Detail

fcore

public fcore()
Method Detail

main

public static void main(String[] args)
Entry function. Starts the fcore dump process. Belongs in bindir/fcore. But here for now.

Parameters:
args - - pid of the process to core dump

options

private static OptionGroup[] options()
Return the fcore specific options.