org.eclipse.jdt.internal.compiler
Class ReadManager

java.lang.Object
  extended by org.eclipse.jdt.internal.compiler.ReadManager
All Implemented Interfaces:
java.lang.Runnable

public class ReadManager
extends java.lang.Object
implements java.lang.Runnable


Field Summary
static int THRESHOLD
           
 
Constructor Summary
ReadManager(ICompilationUnit[] files, int length)
           
 
Method Summary
 char[] getContents(ICompilationUnit unit)
           
 void run()
           
 void shutdown()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

THRESHOLD

public static int THRESHOLD
Constructor Detail

ReadManager

public ReadManager(ICompilationUnit[] files,
                   int length)
Method Detail

getContents

public char[] getContents(ICompilationUnit unit)
                   throws java.lang.Error
Throws:
java.lang.Error

run

public void run()
Specified by:
run in interface java.lang.Runnable

shutdown

public void shutdown()