public final class FileVaultXmlMounter extends Object
Constructor and Description |
---|
FileVaultXmlMounter(org.apache.maven.plugin.logging.Log log,
org.apache.commons.httpclient.HttpClient httpClient,
org.apache.maven.project.MavenProject project) |
Modifier and Type | Method and Description |
---|---|
void |
mount(String targetUrl,
File jcrRootFile,
File filterXmlFile)
Add configurations to a running OSGi instance for FileVault XML
|
void |
unmount(String targetUrl,
File jcrRootFile,
File filterXmlFile)
Remove configurations to a running OSGi instance for FileVault XML
|
public FileVaultXmlMounter(org.apache.maven.plugin.logging.Log log, org.apache.commons.httpclient.HttpClient httpClient, org.apache.maven.project.MavenProject project)
public void mount(String targetUrl, File jcrRootFile, File filterXmlFile) throws org.apache.maven.plugin.MojoExecutionException
targetUrl
- The web console base urljcrRootFile
- jcr_root directoryfilterXmlFile
- FileVault Filter XML fileorg.apache.maven.plugin.MojoExecutionException
- Exceptionpublic void unmount(String targetUrl, File jcrRootFile, File filterXmlFile) throws org.apache.maven.plugin.MojoExecutionException
targetUrl
- The web console base urljcrRootFile
- jcr_root directoryfilterXmlFile
- FileVault Filter XML fileorg.apache.maven.plugin.MojoExecutionException
- ExceptionCopyright © 2007–2019 The Apache Software Foundation. All rights reserved.