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

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

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 DocumentMergerByXslt
           
 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.merge
 

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

Methods in org.codehaus.cargo.module.webapp.merge 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 MergedWarArchive.addProcessor(java.lang.String path, MergeProcessor merger)
           
 

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



Copyright © 2004-2011 Codehaus. All Rights Reserved.