jTracer  1.03
Stack trace visualization tool
static boolean org.libcsdbg.jtracer.Registry.isLinux ( )
static

Definition at line 433 of file Registry.java.

References org.libcsdbg.jtracer.Registry.getOsName().

Referenced by org.libcsdbg.jtracer.Registry.getPrefix(), and org.libcsdbg.jtracer.Registry.loadIcon().

434  {
435  String os = getOsName();
436  if (os == null)
437  return false;
438 
439  return os.matches("Linux");
440  }

+ Here is the call graph for this function:

+ Here is the caller graph for this function: