|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.ibm.di.util.AssemblyLineScripts
public class AssemblyLineScripts
Convenience class to get a list of all scripts used by an AssemblyLineConfig.
| Constructor Summary | |
|---|---|
AssemblyLineScripts(AssemblyLineConfig alc)
|
|
| Method Summary | |
|---|---|
java.util.List<java.lang.String> |
getAllNames()
Returns a List of all script names. |
java.lang.String |
getName(ScriptConfig config)
Returns the name of the ScriptConfig, as seen by the AssemblyLineConfig. |
java.util.List<java.lang.String> |
getNotFound()
Returns a List of the ScriptConfig names that were not found |
ScriptConfig |
getScript(java.lang.String key)
Returns the ScriptConfig with the given name. |
boolean |
isEmpty()
Returns true if there are no scripts. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AssemblyLineScripts(AssemblyLineConfig alc)
| Method Detail |
|---|
public ScriptConfig getScript(java.lang.String key)
key - Name of script
public java.lang.String getName(ScriptConfig config)
config -
public java.util.List<java.lang.String> getAllNames()
public boolean isEmpty()
public java.util.List<java.lang.String> getNotFound()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||