A C E G I O R S T W X 

A

addEntry(LocalDocumentReference) - Method in class org.xwiki.xar.XarPackage
Add a new entry to the package.

C

close() - Method in class org.xwiki.xar.XarFile
 

E

ERROR_KEY - Static variable in class org.xwiki.xar.script.XarScriptService
The key under which the last encountered error is stored in the current execution context.
execution - Variable in class org.xwiki.xar.script.XarScriptService
Provides access to the current context.

G

getDefaultAction() - Method in class org.xwiki.xar.XarEntry
 
getDocumentName() - Method in class org.xwiki.xar.XarEntry
 
getEntries() - Method in class org.xwiki.xar.XarFile
 
getEntries() - Method in class org.xwiki.xar.XarPackage
 
getEntries(File) - Static method in class org.xwiki.xar.XarPackage
Get all entries found in a XAR file.
getEntry(LocalDocumentReference) - Method in class org.xwiki.xar.XarFile
 
getEntry(LocalDocumentReference) - Method in class org.xwiki.xar.XarPackage
 
getEntryName() - Method in class org.xwiki.xar.XarEntry
 
getFile() - Method in class org.xwiki.xar.XarFile
 
getInputStream(LocalDocumentReference) - Method in class org.xwiki.xar.XarFile
 
getLastError() - Method in class org.xwiki.xar.script.XarScriptService
Get the error generated while performing the previously called action.
getPackageAuthor() - Method in class org.xwiki.xar.XarPackage
 
getPackageDescription() - Method in class org.xwiki.xar.XarPackage
 
getPackageExtensionId() - Method in class org.xwiki.xar.XarPackage
 
getPackageLicense() - Method in class org.xwiki.xar.XarPackage
 
getPackageName() - Method in class org.xwiki.xar.XarPackage
 
getPackageVersion() - Method in class org.xwiki.xar.XarPackage
 
getSpaceName() - Method in class org.xwiki.xar.XarEntry
 
getXarPackage(File) - Method in class org.xwiki.xar.script.XarScriptService
Generate a XarPackage from the passed XAR file.
getXarPackage(InputStream, boolean) - Method in class org.xwiki.xar.script.XarScriptService
Generate a XarPackage from the passed XAR file.

I

isPackageBackupPack() - Method in class org.xwiki.xar.XarPackage
 
isPackagePreserveVersion() - Method in class org.xwiki.xar.XarPackage
 

O

org.xwiki.xar - package org.xwiki.xar
 
org.xwiki.xar.script - package org.xwiki.xar.script
 

R

read(InputStream) - Method in class org.xwiki.xar.XarPackage
Find and add the entries located in the passed XAR file.
read(ZipFile) - Method in class org.xwiki.xar.XarPackage
Find and add the entries located in the passed XAR file.
readDescriptor(InputStream) - Method in class org.xwiki.xar.XarPackage
Read a XML descriptor of a XAR package (usually names package.xml).

S

setError(Exception) - Method in class org.xwiki.xar.script.XarScriptService
Store a caught exception in the context, so that it can be later retrieved using getLastError().
setPackageAuthor(String) - Method in class org.xwiki.xar.XarPackage
 
setPackageBackupPack(boolean) - Method in class org.xwiki.xar.XarPackage
 
setPackageDescription(String) - Method in class org.xwiki.xar.XarPackage
 
setPackageExtensionId(String) - Method in class org.xwiki.xar.XarPackage
 
setPackageLicense(String) - Method in class org.xwiki.xar.XarPackage
 
setPackageName(String) - Method in class org.xwiki.xar.XarPackage
 
setPackageVersion(String) - Method in class org.xwiki.xar.XarPackage
 
setPreserveVersion(boolean) - Method in class org.xwiki.xar.XarPackage
 

T

toString() - Method in class org.xwiki.xar.XarEntry
 
toString() - Method in class org.xwiki.xar.XarFile
 

W

write(ZipArchiveOutputStream, String) - Method in class org.xwiki.xar.XarPackage
Write and add the package descriptor to the passed ZIP stream.
write(OutputStream, String) - Method in class org.xwiki.xar.XarPackage
Write the package descriptor to the passed stream as XML.

X

XarEntry - Class in org.xwiki.xar
An entry (wiki page) in a XAR package.
XarEntry(LocalDocumentReference) - Constructor for class org.xwiki.xar.XarEntry
 
XarEntry(LocalDocumentReference, String) - Constructor for class org.xwiki.xar.XarEntry
 
XarEntry(LocalDocumentReference, String, int) - Constructor for class org.xwiki.xar.XarEntry
 
XarException - Exception in org.xwiki.xar
 
XarException(String) - Constructor for exception org.xwiki.xar.XarException
 
XarException(Throwable) - Constructor for exception org.xwiki.xar.XarException
 
XarException(String, Throwable) - Constructor for exception org.xwiki.xar.XarException
 
XarFile - Class in org.xwiki.xar
 
XarFile(File) - Constructor for class org.xwiki.xar.XarFile
 
XarFile(File, Collection<XarEntry>) - Constructor for class org.xwiki.xar.XarFile
 
XarFile(File, XarPackage) - Constructor for class org.xwiki.xar.XarFile
 
XarPackage - Class in org.xwiki.xar
Manipulate package.xml XAR package file.
XarPackage() - Constructor for class org.xwiki.xar.XarPackage
Default constructor.
XarPackage(ZipFile) - Constructor for class org.xwiki.xar.XarPackage
 
XarPackage(File) - Constructor for class org.xwiki.xar.XarPackage
 
XarPackage(InputStream) - Constructor for class org.xwiki.xar.XarPackage
 
XarPackage(Collection<XarEntry>) - Constructor for class org.xwiki.xar.XarPackage
 
XarScriptService - Class in org.xwiki.xar.script
Provide APIs to manipulate XAR files.
XarScriptService() - Constructor for class org.xwiki.xar.script.XarScriptService
 
A C E G I O R S T W X 

Copyright © 2004–2015 XWiki. All rights reserved.