blob: cc6d3852f1178ac98691063b9207ae52064ff63e [file] [log] [blame]
<!DOCTYPE HTML>
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>All Classes (Apache Sling Maven Plugin 3.0.2 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="script.js"></script>
<script type="text/javascript" src="jquery/jszip/dist/jszip.min.js"></script>
<script type="text/javascript" src="jquery/jszip-utils/dist/jszip-utils.min.js"></script>
<!--[if IE]>
<script type="text/javascript" src="jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script>
<![endif]-->
<script type="text/javascript" src="jquery/jquery-3.5.1.js"></script>
<script type="text/javascript" src="jquery/jquery-ui.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="All Classes (Apache Sling Maven Plugin 3.0.2 API)";
}
}
catch(err) {
}
//-->
var data = {"i0":2,"i1":4,"i2":2,"i3":2,"i4":2,"i5":2,"i6":2,"i7":2,"i8":2,"i9":1,"i10":2,"i11":2,"i12":2,"i13":2,"i14":2,"i15":2,"i16":2,"i17":2,"i18":2,"i19":2,"i20":2,"i21":2};
var tabs = {65535:["t0","All Classes"],1:["t1","Interface Summary"],2:["t2","Class Summary"],4:["t3","Enum Summary"]};
var altColor = "altColor";
var rowColor = "rowColor";
var tableTab = "tableTab";
var activeTableTab = "activeTableTab";
var pathtoroot = "./";
var useModuleDirectories = true;
loadScripts(document, 'script');</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<header role="banner">
<nav role="navigation">
<div class="fixedNav">
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a id="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a id="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="index.html">Overview</a></li>
<li>Package</li>
<li>Class</li>
<li>Use</li>
<li><a href="overview-tree.html">Tree</a></li>
<li><a href="deprecated-list.html">Deprecated</a></li>
<li><a href="index-all.html">Index</a></li>
<li><a href="help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList" id="allclasses_navbar_top">
<li><a href="allclasses.html">All&nbsp;Classes</a></li>
</ul>
<ul class="navListSearch">
<li><label for="search">SEARCH:</label>
<input type="text" id="search" value="search" disabled="disabled">
<input type="reset" id="reset" value="reset" disabled="disabled">
</li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
</div>
<a id="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
</div>
<div class="navPadding">&nbsp;</div>
<script type="text/javascript"><!--
$('.navPadding').css('padding-top', $('.fixedNav').css("height"));
//-->
</script>
</nav>
</header>
<main role="main">
<div class="header">
<h1 title="All&amp;nbsp;Classes" class="title">All&nbsp;Classes</h1>
</div>
<div class="allClassesContainer">
<ul class="blockList">
<li class="blockList">
<table class="typeSummary">
<caption><span id="t0" class="activeTableTab"><span>All Classes</span><span class="tabEnd">&nbsp;</span></span><span id="t1" class="tableTab"><span><a href="javascript:show(1);">Interface Summary</a></span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Class Summary</a></span><span class="tabEnd">&nbsp;</span></span><span id="t3" class="tableTab"><span><a href="javascript:show(4);">Enum Summary</a></span><span class="tabEnd">&nbsp;</span></span></caption>
<tr>
<th class="colFirst" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tr id="i0" class="altColor">
<td class="colFirst"><a href="org/apache/sling/maven/bundlesupport/BundleDeployFileMojo.html" title="class in org.apache.sling.maven.bundlesupport">BundleDeployFileMojo</a></td>
<th class="colLast" scope="row">Deprecated.
<div class="deprecationComment">Use the OBR goals from the <a href="https://felix.apache.org/documentation/_attachments/components/bundle-plugin/index.html">maven-bundle-plugin</a> instead.</div>
</th>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><a href="org/apache/sling/maven/bundlesupport/deploy/BundleDeploymentMethod.html" title="enum in org.apache.sling.maven.bundlesupport.deploy">BundleDeploymentMethod</a></td>
<th class="colLast" scope="row">
<div class="block">Possible methodologies for deploying (installing and uninstalling)
bundles from the remote server.</div>
</th>
</tr>
<tr id="i2" class="altColor">
<td class="colFirst"><a href="org/apache/sling/maven/bundlesupport/BundleDeployMojo.html" title="class in org.apache.sling.maven.bundlesupport">BundleDeployMojo</a></td>
<th class="colLast" scope="row">Deprecated.
<div class="deprecationComment">Use the OBR goals from the <a href="https://felix.apache.org/documentation/_attachments/components/bundle-plugin/index.html">maven-bundle-plugin</a> instead.</div>
</th>
</tr>
<tr id="i3" class="rowColor">
<td class="colFirst"><a href="org/apache/sling/maven/bundlesupport/BundleInstallFileMojo.html" title="class in org.apache.sling.maven.bundlesupport">BundleInstallFileMojo</a></td>
<th class="colLast" scope="row">
<div class="block">Install an OSGi bundle from a given file path or Maven coordinates (resolved from the repository) to a running Sling instance.</div>
</th>
</tr>
<tr id="i4" class="altColor">
<td class="colFirst"><a href="org/apache/sling/maven/bundlesupport/BundleInstallMojo.html" title="class in org.apache.sling.maven.bundlesupport">BundleInstallMojo</a></td>
<th class="colLast" scope="row">
<div class="block">Install the project's artifact to a running Sling instance (in case it is an OSGi bundle).</div>
</th>
</tr>
<tr id="i5" class="rowColor">
<td class="colFirst"><a href="org/apache/sling/maven/bundlesupport/BundlePrerequisite.html" title="class in org.apache.sling.maven.bundlesupport">BundlePrerequisite</a></td>
<th class="colLast" scope="row">
<div class="block">Bundles that have to be installed as prerequisites to execute a goal.</div>
</th>
</tr>
<tr id="i6" class="altColor">
<td class="colFirst"><a href="org/apache/sling/maven/bundlesupport/BundlePrerequisite.Bundle.html" title="class in org.apache.sling.maven.bundlesupport">BundlePrerequisite.Bundle</a></td>
<th class="colLast" scope="row">
<div class="block">Described bundle with symbolic name and bundle version.</div>
</th>
</tr>
<tr id="i7" class="rowColor">
<td class="colFirst"><a href="org/apache/sling/maven/bundlesupport/BundleUninstallMojo.html" title="class in org.apache.sling.maven.bundlesupport">BundleUninstallMojo</a></td>
<th class="colLast" scope="row">
<div class="block">Uninstall an OSGi bundle from a running Sling instance.</div>
</th>
</tr>
<tr id="i8" class="altColor">
<td class="colFirst"><a href="org/apache/sling/maven/bundlesupport/deploy/DeployContext.html" title="class in org.apache.sling.maven.bundlesupport.deploy">DeployContext</a></td>
<th class="colLast" scope="row">&nbsp;</th>
</tr>
<tr id="i9" class="rowColor">
<td class="colFirst"><a href="org/apache/sling/maven/bundlesupport/deploy/DeployMethod.html" title="interface in org.apache.sling.maven.bundlesupport.deploy">DeployMethod</a></td>
<th class="colLast" scope="row">
<div class="block">Deploys/installs and undeploys/uninstalls bundles on a Sling instance.</div>
</th>
</tr>
<tr id="i10" class="altColor">
<td class="colFirst"><a href="org/apache/sling/maven/bundlesupport/deploy/method/FelixPostDeployMethod.html" title="class in org.apache.sling.maven.bundlesupport.deploy.method">FelixPostDeployMethod</a></td>
<th class="colLast" scope="row">
<div class="block">Un-/Installs bundles via the <a href="https://felix.apache.org/documentation/subprojects/apache-felix-web-console/web-console-restful-api.html#post-requests">
ReST service provided by the Felix Web Console</a></div>
</th>
</tr>
<tr id="i11" class="rowColor">
<td class="colFirst"><a href="org/apache/sling/maven/bundlesupport/fsresource/FileVaultXmlMounter.html" title="class in org.apache.sling.maven.bundlesupport.fsresource">FileVaultXmlMounter</a></td>
<th class="colLast" scope="row">
<div class="block">Manages OSGi configurations for File System Resource Provider for File Vault XML.</div>
</th>
</tr>
<tr id="i12" class="altColor">
<td class="colFirst"><a href="org/apache/sling/maven/bundlesupport/FsMountMojo.html" title="class in org.apache.sling.maven.bundlesupport">FsMountMojo</a></td>
<th class="colLast" scope="row">
<div class="block">Create OSGi configurations for the
<a href="https://sling.apache.org/documentation/bundles/accessing-filesystem-resources-extensions-fsresource.html">Apache Sling File System Resource Provider</a>.</div>
</th>
</tr>
<tr id="i13" class="rowColor">
<td class="colFirst"><a href="org/apache/sling/maven/bundlesupport/FsUnMountMojo.html" title="class in org.apache.sling.maven.bundlesupport">FsUnMountMojo</a></td>
<th class="colLast" scope="row">
<div class="block">Remove OSGi configurations for the
<a href="https://sling.apache.org/documentation/bundles/accessing-filesystem-resources-extensions-fsresource.html">Apache Sling File System Resource Provider</a>.</div>
</th>
</tr>
<tr id="i14" class="altColor">
<td class="colFirst"><a href="org/apache/sling/maven/bundlesupport/GenerateAdapterMetadataMojo.html" title="class in org.apache.sling.maven.bundlesupport">GenerateAdapterMetadataMojo</a></td>
<th class="colLast" scope="row">
<div class="block">Build <a href="http://sling.apache.org/documentation/the-sling-engine/adapters.html#implementing-adaptable">adapter metadata (JSON)</a> for the Web Console Plugin at <code>/system/console/status-adapters</code> and
<code>/system/console/adapters</code> from classes annotated with
<a href="https://github.com/apache/sling-adapter-annotations">adapter annotations</a>.</div>
</th>
</tr>
<tr id="i15" class="rowColor">
<td class="colFirst"><a href="org/apache/sling/maven/bundlesupport/HelpMojo.html" title="class in org.apache.sling.maven.bundlesupport">HelpMojo</a></td>
<th class="colLast" scope="row">
<div class="block">Display help information on sling-maven-plugin.<br>
Call <code>mvn sling:help -Ddetail=true -Dgoal=&lt;goal-name&gt;</code> to display parameter details.</div>
</th>
</tr>
<tr id="i16" class="altColor">
<td class="colFirst"><a href="org/apache/sling/maven/bundlesupport/JsonSupport.html" title="class in org.apache.sling.maven.bundlesupport">JsonSupport</a></td>
<th class="colLast" scope="row">&nbsp;</th>
</tr>
<tr id="i17" class="rowColor">
<td class="colFirst"><a href="org/apache/sling/maven/bundlesupport/deploy/method/ResponseCodeEnforcingResponseHandler.html" title="class in org.apache.sling.maven.bundlesupport.deploy.method">ResponseCodeEnforcingResponseHandler</a></td>
<th class="colLast" scope="row">
<div class="block">Throws <code>HttpResponseException</code> for all response codes except for the accepted ones.</div>
</th>
</tr>
<tr id="i18" class="altColor">
<td class="colFirst"><a href="org/apache/sling/maven/bundlesupport/fsresource/SlingInitialContentMounter.html" title="class in org.apache.sling.maven.bundlesupport.fsresource">SlingInitialContentMounter</a></td>
<th class="colLast" scope="row">
<div class="block">Manages OSGi configurations for File System Resource Provider for Sling-Initial-Content.</div>
</th>
</tr>
<tr id="i19" class="rowColor">
<td class="colFirst"><a href="org/apache/sling/maven/bundlesupport/deploy/method/SlingPostDeployMethod.html" title="class in org.apache.sling.maven.bundlesupport.deploy.method">SlingPostDeployMethod</a></td>
<th class="colLast" scope="row">&nbsp;</th>
</tr>
<tr id="i20" class="altColor">
<td class="colFirst"><a href="org/apache/sling/maven/bundlesupport/ValidationMojo.html" title="class in org.apache.sling.maven.bundlesupport">ValidationMojo</a></td>
<th class="colLast" scope="row">
<div class="block">Validate all JSON files of a project.</div>
</th>
</tr>
<tr id="i21" class="rowColor">
<td class="colFirst"><a href="org/apache/sling/maven/bundlesupport/deploy/method/WebDavPutDeployMethod.html" title="class in org.apache.sling.maven.bundlesupport.deploy.method">WebDavPutDeployMethod</a></td>
<th class="colLast" scope="row">&nbsp;</th>
</tr>
</table>
</li>
</ul>
</div>
</main>
<footer role="contentinfo">
<nav role="navigation">
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a id="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a id="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="index.html">Overview</a></li>
<li>Package</li>
<li>Class</li>
<li>Use</li>
<li><a href="overview-tree.html">Tree</a></li>
<li><a href="deprecated-list.html">Deprecated</a></li>
<li><a href="index-all.html">Index</a></li>
<li><a href="help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="allclasses.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
</div>
<a id="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</nav>
<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2022 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
</footer>
</body>
</html>