|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 Outlet | |
|---|---|
protected Outlet |
Generator.createOutlet()
Creates an Outlet instance. |
| Methods in org.eclipse.xpand2 that return types with arguments of type Outlet | |
|---|---|
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(String name)
|
Outlet |
Output.getOutlet(String name)
|
| Methods in org.eclipse.xpand2.output that return types with arguments of type Outlet | |
|---|---|
static Pair<Outlet,String> |
OutputImpl.resolveOutlet(Map<String,Outlet> allOutlets,
String path,
String outletName)
|
| 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 Pair<Outlet,String> |
OutputImpl.resolveOutlet(Map<String,Outlet> allOutlets,
String path,
String outletName)
|
| Constructors in org.eclipse.xpand2.output with parameters of type Outlet | |
|---|---|
FileHandleImpl(Outlet outlet,
File f)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||