Uses of Class
org.eclipse.jet.ContextLogEntry

Packages that use ContextLogEntry
org.eclipse.jet Defines core interfaces for executing JET transformations and templates. 
 

Uses of ContextLogEntry in org.eclipse.jet
 

Methods in org.eclipse.jet that return ContextLogEntry
 ContextLogEntry ContextLogEntry.Builder.build()
          Construct the ContextLogEntry based on information provided in the builder.
 ContextLogEntry[] ContextLogEntry.getChildren()
          Return the array of child log entries
 ContextLogEntry JET2Context.getLogEntries()
           
 

Methods in org.eclipse.jet with parameters of type ContextLogEntry
 void JET2Context.LogListener.log(ContextLogEntry entry)
           
static org.eclipse.core.runtime.IStatus JET2Platform.toIStatus(ContextLogEntry logEntry)
          Convert a Context log entry into an IStatus;
 

Constructors in org.eclipse.jet with parameters of type ContextLogEntry
ContextLogEntry.Builder(ContextLogEntry[] children)
          Create a ContextLogEntry Builder that summarizes a collection of other ContextLog Entries.
 


Copyright 2006 IBM Corporation and others.
All Rights Reserved.