com.jeffpalm.graph.report
Class Inlines

java.lang.Object
  extended by com.jeffpalm.graph.report.Inlines

public class Inlines
extends java.lang.Object


Field Summary
 java.lang.String group
           
 boolean groups
           
 java.io.File inlined_file
           
 java.io.File noninlined_file
           
 java.lang.String sort
           
 
Constructor Summary
Inlines()
           
 
Method Summary
 java.util.Collection compare(java.io.File inlinedFile, java.io.File nonInlinedFile)
           
static void main(java.lang.String[] args)
           
 void realMain(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

inlined_file

public java.io.File inlined_file

noninlined_file

public java.io.File noninlined_file

group

public java.lang.String group

sort

public java.lang.String sort

groups

public boolean groups
Constructor Detail

Inlines

public Inlines()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception

realMain

public void realMain(java.lang.String[] args)
              throws java.lang.Exception
Throws:
java.lang.Exception

compare

public java.util.Collection compare(java.io.File inlinedFile,
                                    java.io.File nonInlinedFile)
                             throws java.lang.Exception
Throws:
java.lang.Exception