Uses of Interface
org.codehaus.mojo.scmchangelog.scm.svn.xml.PathsDocument.Paths

Packages that use PathsDocument.Paths
org.codehaus.mojo.scmchangelog.scm.svn.xml   
org.codehaus.mojo.scmchangelog.scm.svn.xml.impl   
 

Uses of PathsDocument.Paths in org.codehaus.mojo.scmchangelog.scm.svn.xml
 

Methods in org.codehaus.mojo.scmchangelog.scm.svn.xml that return PathsDocument.Paths
 PathsDocument.Paths PathsDocument.addNewPaths()
          Appends and returns a new empty "paths" element
 PathsDocument.Paths LogentryDocument.Logentry.addNewPaths()
          Appends and returns a new empty "paths" element
 PathsDocument.Paths PathsDocument.getPaths()
          Gets the "paths" element
 PathsDocument.Paths LogentryDocument.Logentry.getPaths()
          Gets the "paths" element
static PathsDocument.Paths PathsDocument.Paths.Factory.newInstance()
           
static PathsDocument.Paths PathsDocument.Paths.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.codehaus.mojo.scmchangelog.scm.svn.xml with parameters of type PathsDocument.Paths
 void PathsDocument.setPaths(PathsDocument.Paths paths)
          Sets the "paths" element
 void LogentryDocument.Logentry.setPaths(PathsDocument.Paths paths)
          Sets the "paths" element
 

Uses of PathsDocument.Paths in org.codehaus.mojo.scmchangelog.scm.svn.xml.impl
 

Classes in org.codehaus.mojo.scmchangelog.scm.svn.xml.impl that implement PathsDocument.Paths
static class PathsDocumentImpl.PathsImpl
          An XML paths(@).
 

Methods in org.codehaus.mojo.scmchangelog.scm.svn.xml.impl that return PathsDocument.Paths
 PathsDocument.Paths PathsDocumentImpl.addNewPaths()
          Appends and returns a new empty "paths" element
 PathsDocument.Paths LogentryDocumentImpl.LogentryImpl.addNewPaths()
          Appends and returns a new empty "paths" element
 PathsDocument.Paths PathsDocumentImpl.getPaths()
          Gets the "paths" element
 PathsDocument.Paths LogentryDocumentImpl.LogentryImpl.getPaths()
          Gets the "paths" element
 

Methods in org.codehaus.mojo.scmchangelog.scm.svn.xml.impl with parameters of type PathsDocument.Paths
 void PathsDocumentImpl.setPaths(PathsDocument.Paths paths)
          Sets the "paths" element
 void LogentryDocumentImpl.LogentryImpl.setPaths(PathsDocument.Paths paths)
          Sets the "paths" element
 



Copyright © 2008-2009 Codehaus. All Rights Reserved.