org.jboss.maven.plugins.jdocbook.revdiff
Class Diff

java.lang.Object
  extended by org.jboss.maven.plugins.jdocbook.revdiff.Diff

public class Diff
extends java.lang.Object

Represents the difference between two sources.

Author:
Steve Ebersole

Constructor Summary
Diff()
           
 
Method Summary
 void addDiffRevision(ContentItem element)
           
 void addOnlyInMaster(ContentItem element)
           
 void addOnlyInTranslation(ContentItem element)
           
 java.util.Iterator getElementsDiffRevision()
           
 java.util.Iterator getElementsOnlyInMaster()
           
 java.util.Iterator getElementsOnlyInTranslation()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Diff

public Diff()
Method Detail

addOnlyInMaster

public void addOnlyInMaster(ContentItem element)

addOnlyInTranslation

public void addOnlyInTranslation(ContentItem element)

addDiffRevision

public void addDiffRevision(ContentItem element)

getElementsOnlyInMaster

public java.util.Iterator getElementsOnlyInMaster()

getElementsOnlyInTranslation

public java.util.Iterator getElementsOnlyInTranslation()

getElementsDiffRevision

public java.util.Iterator getElementsDiffRevision()


Copyright © 2007 JBoss, a division of Red Hat, Inc. All Rights Reserved.