| Package | Description |
|---|---|
| org.trancecode.xproc | |
| org.trancecode.xproc.binding | |
| org.trancecode.xproc.port | |
| org.trancecode.xproc.step |
| Modifier and Type | Method and Description |
|---|---|
EnvironmentPort |
Environment.getEnvironmentPort(Port port) |
| Modifier and Type | Method and Description |
|---|---|
PortBinding |
AbstractPortBinding.clonePortBinding(Map<Port,Port> portMappings) |
PortBinding |
AbstractPortBinding.clonePortBinding(Map<Port,Port> portMappings) |
| Modifier and Type | Method and Description |
|---|---|
Port |
Port.addPortBinding(PortBinding portBinding) |
Port |
EnvironmentPort.getDeclaredPort() |
static Port |
Port.newInputPort(String portName) |
static Port |
Port.newInputPort(String stepName,
String portName,
Location location) |
static Port |
Port.newOutputPort(String portName) |
static Port |
Port.newOutputPort(String stepName,
String portName,
Location location) |
static Port |
Port.newParameterPort(String portName) |
static Port |
Port.newParameterPort(String stepName,
String portName,
Location location) |
static Port |
Port.newPort(String stepName,
String portName,
Location location,
Port.Type type) |
Port |
Port.pipe(Port port) |
Port |
Port.pipe(String stepName,
String portName,
Location location) |
Port |
Port.setLocation(Location location) |
Port |
Port.setPortBindings(Iterable<PortBinding> portBindings) |
Port |
Port.setPortBindings(PortBinding... portBindings) |
Port |
Port.setPrimary(boolean primary) |
Port |
Port.setPrimary(String primary) |
Port |
Port.setSelect(String select) |
Port |
Port.setSequence(boolean sequence) |
Port |
Port.setSequence(String sequence) |
Port |
Port.setStepName(String stepName) |
| Modifier and Type | Method and Description |
|---|---|
static com.google.common.base.Function<Port,Iterable<PortBinding>> |
PortFunctions.getPortBindings() |
static com.google.common.base.Function<Port,String> |
PortFunctions.getPortName() |
static com.google.common.base.Predicate<Port> |
PortPredicates.isInputPort() |
static com.google.common.base.Predicate<Port> |
PortPredicates.isOutputPort() |
static com.google.common.base.Predicate<Port> |
PortPredicates.isParameterPort() |
| Modifier and Type | Method and Description |
|---|---|
static EnvironmentPort |
EnvironmentPort.newEnvironmentPort(Port declaredPort,
Environment environment) |
Port |
Port.pipe(Port port) |
| Modifier and Type | Method and Description |
|---|---|
Port |
Step.getPort(String name) |
Port |
Step.getPrimaryInputPort() |
Port |
Step.getPrimaryOutputPort() |
Port |
Step.getPrimaryParameterPort() |
Port |
Step.getXPathContextPort() |
| Modifier and Type | Method and Description |
|---|---|
Iterable<Port> |
Step.getInputPorts() |
Iterable<Port> |
Step.getInputPorts(boolean includeParameterPorts) |
Iterable<Port> |
Step.getOutputPorts() |
Iterable<Port> |
Step.getParameterPorts() |
Map<String,Port> |
Step.getPorts() |
| Modifier and Type | Method and Description |
|---|---|
Step |
Step.declarePort(Port port) |
Step |
Step.withPort(Port port) |
| Modifier and Type | Method and Description |
|---|---|
Step |
Step.declarePorts(Iterable<Port> ports) |
Copyright © 2009-2012 TranceCode. All Rights Reserved.