Uses of Class
com.xebialabs.deployit.plugin.tomcat.ci.TomcatDataSource

Packages that use TomcatDataSource
com.xebialabs.deployit.plugin.tomcat   
com.xebialabs.deployit.plugin.tomcat.mapper   
com.xebialabs.deployit.plugin.tomcat.step   
 

Uses of TomcatDataSource in com.xebialabs.deployit.plugin.tomcat
 

Methods in com.xebialabs.deployit.plugin.tomcat with parameters of type TomcatDataSource
 void TomcatContextFileUtils.addOrUpdateDataSource(TomcatDataSource ds)
           
 boolean TomcatContextFileUtils.deleteDataSource(TomcatDataSource ds)
           
private  void TomcatContextFileUtils.findAndRemoveExistingDatasource(TomcatDataSource ds, org.dom4j.Document doc)
           
 

Uses of TomcatDataSource in com.xebialabs.deployit.plugin.tomcat.mapper
 

Methods in com.xebialabs.deployit.plugin.tomcat.mapper with parameters of type TomcatDataSource
protected  void DatasourceToTomcatServerMapper.generateAdditionStepsForAddedMapping(TomcatDataSource newMappingSource, TomcatServer newMappingTarget, java.util.List<com.xebialabs.deployit.Step> steps)
           
protected  void DatasourceToTomcatServerMapper.generateDeletionStepsForDeletedMapping(TomcatDataSource oldMappingSource, TomcatServer oldMappingTarget, java.util.List<com.xebialabs.deployit.Step> steps)
           
 

Uses of TomcatDataSource in com.xebialabs.deployit.plugin.tomcat.step
 

Fields in com.xebialabs.deployit.plugin.tomcat.step declared as TomcatDataSource
private  TomcatDataSource CreateTomcatDataSourceStep.dataSource
           
private  TomcatDataSource DestroyTomcatDataSourceStep.dataSource
           
 

Constructors in com.xebialabs.deployit.plugin.tomcat.step with parameters of type TomcatDataSource
CreateTomcatDataSourceStep(TomcatServer server, TomcatDataSource dataSource, java.lang.String contextRoot)
           
DestroyTomcatDataSourceStep(TomcatServer server, TomcatDataSource dataSource, java.lang.String contextRoot)
           
 



Copyright © 2010. All Rights Reserved.