|
|||||||||
| 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.CcaPathsToComponents
public class CcaPathsToComponents
| Field Summary | |
|---|---|
java.lang.String[] |
paths
|
| Constructor Summary | |
|---|---|
CcaPathsToComponents(java.lang.String xmlPaths)
Parse the xml contents of a component. |
|
| 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[] paths
| Constructor Detail |
|---|
public CcaPathsToComponents(java.lang.String xmlPaths)
The XML code will contains something like this:
<paths>
<path>path1</path>
<path>path2</path>
<path>path3</path>
</paths>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||