Uses of Interface
org.eclipse.jet.core.parser.ITemplateInput

Packages that use ITemplateInput
org.eclipse.jet.core.parser   
 

Uses of ITemplateInput in org.eclipse.jet.core.parser
 

Methods in org.eclipse.jet.core.parser that return ITemplateInput
 ITemplateInput ITemplateResolverHelper.createTemplateInput(java.lang.String templatePath)
          Create a template input for the given templatePath.
protected  ITemplateInput DefaultTemplateResolver.createTemplateInput(java.net.URI baseLocation, java.lang.String templatePath)
          Create a Template Input from the give base location and templatePath
protected abstract  ITemplateInput AbstractTemplateResolver.createTemplateInput(java.net.URI baseLocation, java.lang.String templatePath)
          Create a Template Input from the give base location and templatePath
 ITemplateInput ITemplateResolver.getIncludedInput(java.lang.String templatePath, ITemplateInput[] activeInputs)
          Return the appropriate template input, given a template path, and the current stack of template inputs.
 ITemplateInput AbstractTemplateResolver.getIncludedInput(java.lang.String includePath, ITemplateInput[] activeInputs)
           
 ITemplateInput ITemplateResolver.getInput(java.lang.String templatePath)
          Return the template input given a template path.
 ITemplateInput AbstractTemplateResolver.getInput(java.lang.String templatePath)
           
 

Methods in org.eclipse.jet.core.parser with parameters of type ITemplateInput
 ITemplateInput ITemplateResolver.getIncludedInput(java.lang.String templatePath, ITemplateInput[] activeInputs)
          Return the appropriate template input, given a template path, and the current stack of template inputs.
 ITemplateInput AbstractTemplateResolver.getIncludedInput(java.lang.String includePath, ITemplateInput[] activeInputs)
           
 

Constructors in org.eclipse.jet.core.parser with parameters of type ITemplateInput
RecursiveIncludeException(java.lang.String templatePath, java.net.URI baseLocation, ITemplateInput[] activeInputs)
           
 


Copyright 2006 IBM Corporation and others.
All Rights Reserved.