|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.sandia.ccaffeine.dc.user_iface.MVC.CcaCommandLaunchGoOnOneComponent
public class CcaCommandLaunchGoOnOneComponent
Field Summary | |
---|---|
java.lang.String |
componentInstanceName
|
java.lang.String |
portInstanceName
|
Constructor Summary | |
---|---|
CcaCommandLaunchGoOnOneComponent(java.lang.String xmlLaunchGoOnOneComponent)
Parse the xml contents of a go command. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.lang.String componentInstanceName
public java.lang.String portInstanceName
Constructor Detail |
---|
public CcaCommandLaunchGoOnOneComponent(java.lang.String xmlLaunchGoOnOneComponent)
The XML code will contains something like this:
<component>
<componentInstanceName>
name1
</componentInstanceName>
<portInstanceName>
name2
</className>
xmlLaunchGoOnOneComponent
- The xml code of the go command
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |