Uses of Class
org.xwiki.tool.utils.AbstractOldCoreMojo
-
Packages that use AbstractOldCoreMojo Package Description com.xpn.xwiki.tool.backup org.xwiki.tool.packager -
-
Uses of AbstractOldCoreMojo in com.xpn.xwiki.tool.backup
Subclasses of AbstractOldCoreMojo in com.xpn.xwiki.tool.backup Modifier and Type Class Description class
AbstractImportMojo
Maven 2 plugin to generate XWiki data folder (database and extensions).class
DataMojo
Maven 2 plugin to generate XWiki data folder (database and extensions).class
ExportMojo
Maven 2 plugin to export a set of XWiki documents from an existing database to the file system.class
ImportMojo
Maven 2 plugin to import a set of XWiki documents into an existing database. -
Uses of AbstractOldCoreMojo in org.xwiki.tool.packager
Subclasses of AbstractOldCoreMojo in org.xwiki.tool.packager Modifier and Type Class Description class
PackageMojo
Create a runnable XWiki instance using Jetty as the Servlet Container and HSQLDB as the Database.
-