com.joanju.cgs.client
Class WhereCalled

java.lang.Object
  extended by com.joanju.cgs.client.WhereCalled

public class WhereCalled
extends java.lang.Object


Constructor Summary
WhereCalled()
           
 
Method Summary
 void run(java.lang.StringBuilder out, java.lang.String relativeCuFile, java.lang.String procedureName2)
          Get XML where-used for a procedure, sorted by relative path.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WhereCalled

public WhereCalled()
Method Detail

run

public void run(java.lang.StringBuilder out,
                java.lang.String relativeCuFile,
                java.lang.String procedureName2)
         throws java.lang.Exception
Get XML where-used for a procedure, sorted by relative path. Also fetches the source stacks for the hits from the first ten compile units. (Source stacks for any more compile units after that should be lazy loaded by the client. Only 10 are fetched because it is an expensive operation.)

Throws:
java.lang.Exception - if the file or procedure records could not be found.


Copyright © 2008 Joanju Software. All Rights Reserved.