com.xebialabs.deployit.plugin.cloud.util
Class CiParser

java.lang.Object
  extended by com.xebialabs.deployit.plugin.cloud.util.CiParser
All Implemented Interfaces:
java.io.Serializable

public class CiParser
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Nested Class Summary
 class CiParser.ReferenceNotFoundException
           
 
Constructor Summary
CiParser()
           
 
Method Summary
 java.util.List<com.xebialabs.deployit.plugin.api.udm.ConfigurationItem> fromString(java.lang.String source, com.xebialabs.deployit.plugin.api.services.Repository repository)
          Converts xml string into the list of CIs
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CiParser

public CiParser()
Method Detail

fromString

public java.util.List<com.xebialabs.deployit.plugin.api.udm.ConfigurationItem> fromString(java.lang.String source,
                                                                                          com.xebialabs.deployit.plugin.api.services.Repository repository)
Converts xml string into the list of CIs