Uses of Class
org.eclipse.xpand2.output.Outlet

Packages that use Outlet
org.eclipse.xpand2 Implementation of the Xpand language 
org.eclipse.xpand2.output Generator output handling 
 

Uses of Outlet in org.eclipse.xpand2
 

Methods in org.eclipse.xpand2 that return types with arguments of type Outlet
 java.util.List<Outlet> Generator.getOutlets()
          Retrieves the configured and initialized outlets of the generator.
 

Methods in org.eclipse.xpand2 with parameters of type Outlet
 void Generator.addOutlet(Outlet outlet)
          Adds an outlet.
 

Uses of Outlet in org.eclipse.xpand2.output
 

Methods in org.eclipse.xpand2.output that return Outlet
 Outlet FileHandleImpl.getOutlet()
           
 Outlet FileHandle.getOutlet()
           
 Outlet OutputImpl.getOutlet(java.lang.String name)
           
 Outlet Output.getOutlet(java.lang.String name)
           
 

Methods in org.eclipse.xpand2.output with parameters of type Outlet
 void OutputImpl.addOutlet(Outlet outlet)
           
 void Output.addOutlet(Outlet outlet)
           
 

Method parameters in org.eclipse.xpand2.output with type arguments of type Outlet
static  OutputImpl.resolveOutlet(java.util.Map<java.lang.String,Outlet> allOutlets, java.lang.String path, java.lang.String outletName)
           
 

Constructors in org.eclipse.xpand2.output with parameters of type Outlet
FileHandleImpl(Outlet outlet, java.io.File f)
           
 


Copyright 2007 committers of openArchitectureWare and others.
All Rights Reserved.