Class ReadManager

java.lang.Object
org.aspectj.org.eclipse.jdt.internal.compiler.ReadManager

public class ReadManager extends Object
Reads a list of ICompilationUnit before actually needed (ahead)
  • Constructor Details

  • Method Details

    • getContents

      public char[] getContents(ICompilationUnit unit) throws Error
      meant to called in the order of the initial supplied files
      Throws:
      Error
    • shutdown

      public void shutdown()