Uses of Class
org.xwiki.xar.XarEntry

Packages that use XarEntry
org.xwiki.xar   
 

Uses of XarEntry in org.xwiki.xar
 

Methods in org.xwiki.xar that return XarEntry
 XarEntry XarPackage.getEntry(LocalDocumentReference reference)
           
 XarEntry XarFile.getEntry(LocalDocumentReference reference)
           
 

Methods in org.xwiki.xar that return types with arguments of type XarEntry
 Collection<XarEntry> XarPackage.getEntries()
           
 Collection<XarEntry> XarFile.getEntries()
           
static Collection<XarEntry> XarPackage.getEntries(File file)
           
 

Constructor parameters in org.xwiki.xar with type arguments of type XarEntry
XarFile(File file, Collection<XarEntry> pages)
           
XarPackage(Collection<XarEntry> entries)
           
 



Copyright © 2004–2014 XWiki. All rights reserved.