Uses of Class
org.eclipse.jet.ContextLogEntry.Builder

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

Uses of ContextLogEntry.Builder in org.eclipse.jet
 

Methods in org.eclipse.jet that return ContextLogEntry.Builder
 ContextLogEntry.Builder ContextLogEntry.Builder.exception(java.lang.Throwable exception)
          Specify an exception for the ContextLogEntry.
 ContextLogEntry.Builder ContextLogEntry.Builder.location(int line, int col)
          Specify the template line and column for the entry.
 ContextLogEntry.Builder ContextLogEntry.Builder.message(java.lang.String message)
          Specify an option message for the ContextLogEntry.
 ContextLogEntry.Builder ContextLogEntry.Builder.tagInfo(TagInfo tagInfo)
          Specify the JET tag information for this entry.
 ContextLogEntry.Builder ContextLogEntry.Builder.templatePath(java.lang.String templatePath)
          Specify the template path where the entry originates Note that this replaces any previously specified templatePath for the entry
 


Copyright 2006 IBM Corporation and others.
All Rights Reserved.