Uses of Class
org.openide.compiler.ExternalCompiler.ErrorExpression

Packages that use ExternalCompiler.ErrorExpression
org.openide.compiler Different compiler implementations may be plugged into the IDE to build files from source. 
 

Uses of ExternalCompiler.ErrorExpression in org.openide.compiler
 

Fields in org.openide.compiler declared as ExternalCompiler.ErrorExpression
static ExternalCompiler.ErrorExpression ExternalCompiler.JAVAC
          Error parsing for Sun's Javac.
static ExternalCompiler.ErrorExpression ExternalCompiler.JVC
          Error parsing for Microsoft's JVC.
static ExternalCompiler.ErrorExpression ExternalCompiler.JIKES
          Error parsing for IBM's Jikes (with the +E switch).
 

Methods in org.openide.compiler that return ExternalCompiler.ErrorExpression
 ExternalCompiler.ErrorExpression ExternalCompilerType.getErrorExpression()
          Getter for current error expression.
 ExternalCompiler.ErrorExpression ExternalCompiler.getErrorExpression()
          Get the error expression used to parse error output from this compiler.
 

Methods in org.openide.compiler with parameters of type ExternalCompiler.ErrorExpression
 void ExternalCompilerType.setErrorExpression(ExternalCompiler.ErrorExpression ee)
          Changes error expression.
protected  void ExternalCompilerGroup.parseErrors(ExternalCompiler.ErrorExpression err, Reader parsedReader)
          Parses a compiler errors described by err from parsedReader
 

Constructors in org.openide.compiler with parameters of type ExternalCompiler.ErrorExpression
ExternalCompiler(FileObject fo, Object type, NbProcessDescriptor nbDescriptor, ExternalCompiler.ErrorExpression err)
          Create an external compiler.
ExternalCompiler(CompilerJob job, FileObject fo, Object type, NbProcessDescriptor nbDescriptor, ExternalCompiler.ErrorExpression err)
          Create an external compiler.
ExternalCompiler(Compiler[] dependencies, FileObject fo, Object type, NbProcessDescriptor nbDescriptor, ExternalCompiler.ErrorExpression err)
          Create an external compiler with dependencies.
ExternalCompiler(File file, Object type, NbProcessDescriptor nbDescriptor, ExternalCompiler.ErrorExpression err)
          Create an external compiler for a given java.io.File.
ExternalCompiler(FileSystem fs, String resourceName, Object type, NbProcessDescriptor nbDescriptor, ExternalCompiler.ErrorExpression err)
          Create an external compiler for an object in repository that still does not exists.
ExternalCompiler(String resourceName, Object type, NbProcessDescriptor nbDescriptor, ExternalCompiler.ErrorExpression err)
          Create an external compiler for an object in repository need not exist in present.
 



Built on December 12 2001.  |  Portions Copyright 1997-2001 Sun Microsystems, Inc. All rights reserved.