|
SMILA (incubation) API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.smila.processing.configuration.PipeletConfiguration
public class PipeletConfiguration
The PipeletConfiguration.
| Nested Class Summary | |
|---|---|
static class |
PipeletConfiguration.Property
The Class Property. |
| Constructor Summary | |
|---|---|
PipeletConfiguration()
|
|
| Method Summary | |
|---|---|
java.util.List<PipeletConfiguration.Property> |
getProperties()
Gets the properties. |
java.lang.Object |
getPropertyFirstValue(java.lang.String name)
Gets the first property value. |
java.lang.Object |
getPropertyFirstValueNotNull(java.lang.String name)
Gets the property value. |
java.lang.String[] |
getPropertyStringValues(java.lang.String name)
Gets the property values as Strings. |
java.lang.Object[] |
getPropertyValues(java.lang.String name)
Gets the property values. |
boolean |
hasPropertyValue(java.lang.String name)
Checks for value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PipeletConfiguration()
| Method Detail |
|---|
public java.lang.Object getPropertyFirstValue(java.lang.String name)
name - the name
public boolean hasPropertyValue(java.lang.String name)
name - property name
public java.lang.Object[] getPropertyValues(java.lang.String name)
name - the name
public java.lang.String[] getPropertyStringValues(java.lang.String name)
name - the name
public java.lang.Object getPropertyFirstValueNotNull(java.lang.String name)
throws ProcessingException
name - the name
ProcessingException - Resolved value is null.public java.util.List<PipeletConfiguration.Property> getProperties()
|
SMILA (incubation) API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||