gov.sandia.ccaffeine.dc.user_iface.MVC
Class CcaPathsToComponents

java.lang.Object
  extended by gov.sandia.ccaffeine.dc.user_iface.MVC.CcaPathsToComponents

public class CcaPathsToComponents
extends java.lang.Object


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

paths

public java.lang.String[] paths
Constructor Detail

CcaPathsToComponents

public CcaPathsToComponents(java.lang.String xmlPaths)
Parse the xml contents of a component. The parsed values are copied into the class's attributes.

The XML code will contains something like this:
  <paths>     <path>path1</path>     <path>path2</path>     <path>path3</path>   </paths>