A B C D E G H I L M O P R S T W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- AbstractImportMojo - Class in com.xpn.xwiki.tool.backup
-
Maven 2 plugin to generate XWiki data folder (database and extensions).
- AbstractImportMojo() - Constructor for class com.xpn.xwiki.tool.backup.AbstractImportMojo
- AbstractOldCoreMojo - Class in org.xwiki.tool.utils
-
Base class for Maven plugins manipulating OldCore APIs.
- AbstractOldCoreMojo() - Constructor for class org.xwiki.tool.utils.AbstractOldCoreMojo
- after() - Method in class com.xpn.xwiki.tool.backup.DataMojo
- after() - Method in class org.xwiki.tool.utils.AbstractOldCoreMojo
- ArtifactItem - Class in org.xwiki.tool.packager
-
Represents an Artifact Item in the plugin configuration.
- ArtifactItem() - Constructor for class org.xwiki.tool.packager.ArtifactItem
B
- before() - Method in class org.xwiki.tool.packager.PackageMojo
- before() - Method in class org.xwiki.tool.utils.AbstractOldCoreMojo
C
- close() - Method in class org.xwiki.tool.utils.OldCoreHelper
- com.xpn.xwiki.tool.backup - package com.xpn.xwiki.tool.backup
- configureXWikiLogs() - Static method in class org.xwiki.tool.utils.LogUtils
-
If running under Maven 3.1+, where slf4j-simple is used as the logging backend, configure the SLF4J simple to have proper logging levels that do not generate too many logs.
- create(String, File) - Static method in class org.xwiki.tool.utils.OldCoreHelper
- create(ComponentManager, String, File) - Static method in class org.xwiki.tool.utils.OldCoreHelper
D
- DataMojo - Class in com.xpn.xwiki.tool.backup
-
Maven 2 plugin to generate XWiki data folder (database and extensions).
- DataMojo() - Constructor for class com.xpn.xwiki.tool.backup.DataMojo
E
- executeInternal() - Method in class com.xpn.xwiki.tool.backup.DataMojo
- executeInternal() - Method in class com.xpn.xwiki.tool.backup.ExportMojo
- executeInternal() - Method in class com.xpn.xwiki.tool.backup.ImportMojo
- executeInternal() - Method in class org.xwiki.tool.packager.PackageMojo
- exportDocuments(File, String) - Method in class com.xpn.xwiki.tool.backup.Exporter
-
Export documents from an existing loaded XWiki database.
- Exporter - Class in com.xpn.xwiki.tool.backup
-
Export a set of XWiki documents from an existing database into the file system.
- Exporter(OldCoreHelper) - Constructor for class com.xpn.xwiki.tool.backup.Exporter
- ExporterMain - Class in com.xpn.xwiki.tool.backup
-
Class to call from the command line to export XWiki documents found in a database to the file system.
- ExportMojo - Class in com.xpn.xwiki.tool.backup
-
Maven 2 plugin to export a set of XWiki documents from an existing database to the file system.
- ExportMojo() - Constructor for class com.xpn.xwiki.tool.backup.ExportMojo
G
- getArtifactId() - Method in class org.xwiki.tool.packager.ArtifactItem
- getClassifier() - Method in class org.xwiki.tool.packager.ArtifactItem
- getGroupId() - Method in class org.xwiki.tool.packager.ArtifactItem
- getType() - Method in class org.xwiki.tool.packager.ArtifactItem
- getVersion() - Method in class org.xwiki.tool.packager.ArtifactItem
- getXWikiContext() - Method in class org.xwiki.tool.utils.OldCoreHelper
H
- hibernateConfig - Variable in class org.xwiki.tool.utils.AbstractOldCoreMojo
I
- importDependencies(Importer, String, File) - Method in class com.xpn.xwiki.tool.backup.AbstractImportMojo
- importDocuments(File, String) - Method in class com.xpn.xwiki.tool.backup.Importer
-
Import documents defined in an XML file located in the passed document definition directory into a database defined by its passed name and by an Hibernate configuration file.
- importDocuments(File, String, String) - Method in class com.xpn.xwiki.tool.backup.Importer
-
Import documents defined in an XML file located in the passed document definition directory into a database defined by its passed name and by an Hibernate configuration file.
- Importer - Class in com.xpn.xwiki.tool.backup
-
Import a set of XWiki documents into an existing database.
- Importer(OldCoreHelper) - Constructor for class com.xpn.xwiki.tool.backup.Importer
- ImporterMain - Class in com.xpn.xwiki.tool.backup
-
Class to call from the command line to import XWiki documents into database.
- ImportMojo - Class in com.xpn.xwiki.tool.backup
-
Maven 2 plugin to import a set of XWiki documents into an existing database.
- ImportMojo() - Constructor for class com.xpn.xwiki.tool.backup.ImportMojo
- importXAR(File, String, XWikiContext) - Method in class com.xpn.xwiki.tool.backup.Importer
- installExtension(Artifact, String) - Method in class com.xpn.xwiki.tool.backup.AbstractImportMojo
- installJAR(Artifact, File) - Method in class org.xwiki.tool.packager.PackageMojo
- installUser - Variable in class com.xpn.xwiki.tool.backup.AbstractImportMojo
-
The reference of the user who installed the extensions.
- installXAR(Artifact, Importer, XWikiContext) - Method in class com.xpn.xwiki.tool.backup.AbstractImportMojo
- isSkipExecution() - Method in class org.xwiki.tool.packager.PackageMojo
L
- LogUtils - Class in org.xwiki.tool.utils
-
Helper class for disabling verbose logs generated by XWiki during the XAR import.
M
- main(String[]) - Static method in class com.xpn.xwiki.tool.backup.ExporterMain
-
Command line hook so that the exporter can be called directly on the command line.
- main(String[]) - Static method in class com.xpn.xwiki.tool.backup.ImporterMain
-
Command line hook so that the importer can be called directly on the command line.
- MPKEYPREFIX - Static variable in class com.xpn.xwiki.tool.backup.AbstractImportMojo
- MPNAME_FEATURES - Static variable in class com.xpn.xwiki.tool.backup.AbstractImportMojo
- MPNAME_NAME - Static variable in class com.xpn.xwiki.tool.backup.AbstractImportMojo
- MPNAME_SUMMARY - Static variable in class com.xpn.xwiki.tool.backup.AbstractImportMojo
- MPNAME_WEBSITE - Static variable in class com.xpn.xwiki.tool.backup.AbstractImportMojo
O
- oldCoreHelper - Variable in class org.xwiki.tool.utils.AbstractOldCoreMojo
- OldCoreHelper - Class in org.xwiki.tool.utils
-
Helper to manipulate oldcore APIs.
- OldCoreHelper() - Constructor for class org.xwiki.tool.utils.OldCoreHelper
-
Public for technical reason,
OldCoreHelper.create(String, File)
should be used instead. - org.xwiki.tool.packager - package org.xwiki.tool.packager
- org.xwiki.tool.utils - package org.xwiki.tool.utils
P
- PackageMojo - Class in org.xwiki.tool.packager
-
Create a runnable XWiki instance using Jetty as the Servlet Container and HSQLDB as the Database.
- PackageMojo() - Constructor for class org.xwiki.tool.packager.PackageMojo
R
- remoteRepositories - Variable in class org.xwiki.tool.packager.PackageMojo
-
List of remote repositories to be used by the plugin to resolve dependencies.
- replaceProperty(String, VelocityContext) - Method in class org.xwiki.tool.packager.PackageMojo
- repositorySystem - Variable in class org.xwiki.tool.packager.PackageMojo
-
* Used to look up Artifacts in the remote repository.
S
- setArtifactId(String) - Method in class org.xwiki.tool.packager.ArtifactItem
- setClassifier(String) - Method in class org.xwiki.tool.packager.ArtifactItem
- setGroupId(String) - Method in class org.xwiki.tool.packager.ArtifactItem
- setType(String) - Method in class org.xwiki.tool.packager.ArtifactItem
- setVersion(String) - Method in class org.xwiki.tool.packager.ArtifactItem
- SkinArtifactItem - Class in org.xwiki.tool.packager
-
Represents a Skin Artifact Item in the plugin configuration.
- SkinArtifactItem() - Constructor for class org.xwiki.tool.packager.SkinArtifactItem
- sourceDirectory - Variable in class com.xpn.xwiki.tool.backup.ImportMojo
T
- toString() - Method in class org.xwiki.tool.packager.ArtifactItem
W
- wiki - Variable in class org.xwiki.tool.utils.AbstractOldCoreMojo
All Classes All Packages