|
|||||||||||
| 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 | |
|---|---|
List<String> |
getAllNames()
Returns a List of all script names. |
String |
getName(ScriptConfig config)
Returns the name of the ScriptConfig, as seen by the AssemblyLineConfig. |
List<String> |
getNotFound()
Returns a List of the ScriptConfig names that were not found |
ScriptConfig |
getScript(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(String key)
key - Name of script
public String getName(ScriptConfig config)
config -
public List<String> getAllNames()
public boolean isEmpty()
public List<String> getNotFound()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||