Uses of Interface
org.codehaus.cargo.module.merge.MergeProcessor

Packages that use MergeProcessor
org.codehaus.cargo.module.merge   
org.codehaus.cargo.module.webapp   
 

Uses of MergeProcessor in org.codehaus.cargo.module.merge
 

Classes in org.codehaus.cargo.module.merge that implement MergeProcessor
 class DocumentMerger
          Class that can merge two DOM Documents, relatively simply.
 class DocumentStreamAdapter
          Adapter class to convert streams into documents.
 

Constructors in org.codehaus.cargo.module.merge with parameters of type MergeProcessor
DocumentStreamAdapter(MergeProcessor next)
          constructor.
 

Uses of MergeProcessor in org.codehaus.cargo.module.webapp
 

Classes in org.codehaus.cargo.module.webapp that implement MergeProcessor
 class WarArchiveMerger
          Class for merging two War Archives into each other.
 

Methods in org.codehaus.cargo.module.webapp with parameters of type MergeProcessor
 void WarArchiveMerger.addMergeProcessor(java.lang.String path, MergeProcessor merger)
          Add a merging processor that merges specified items witin the war files.
 void WarArchiveMerger.MergedWarArchive.addProcessor(java.lang.String path, MergeProcessor merger)
           
 

Constructors in org.codehaus.cargo.module.webapp with parameters of type MergeProcessor
WarArchiveMerger.MergedWarArchive.ArchiveResourceMerger(java.lang.String resource, MergeProcessor next)
          Constructor.
 



Copyright © 2004-2009 Codehaus. All Rights Reserved.