Uses of Class
org.xwiki.xar.XarEntry
-
Packages that use XarEntry Package Description org.xwiki.xar -
-
Uses of XarEntry in org.xwiki.xar
Methods in org.xwiki.xar that return XarEntry Modifier and Type Method Description XarEntry
XarFile. getEntry(LocalDocumentReference reference)
XarEntry
XarPackage. getEntry(LocalDocumentReference reference)
Methods in org.xwiki.xar that return types with arguments of type XarEntry Modifier and Type Method Description Collection<XarEntry>
XarFile. getEntries()
Collection<XarEntry>
XarPackage. getEntries()
static Collection<XarEntry>
XarPackage. getEntries(File file)
Get all entries found in a XAR file.Collection<XarEntry>
XarPackage. getPackageFiles()
Methods in org.xwiki.xar with parameters of type XarEntry Modifier and Type Method Description XarEntryType
XarEntryTypeResolver. resolve(XarEntry entry, boolean fallbackOnDefault)
Constructor parameters in org.xwiki.xar with type arguments of type XarEntry Constructor Description XarFile(File file, Collection<XarEntry> pages)
XarPackage(Collection<XarEntry> entries)
-