org.apache.sling.maven.projectsupport
Class RunMojo

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by org.apache.sling.maven.projectsupport.AbstractBundleListMojo
          extended by org.apache.sling.maven.projectsupport.AbstractLaunchpadStartingMojo
              extended by org.apache.sling.maven.projectsupport.RunMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo, Notifiable

public class RunMojo
extends AbstractLaunchpadStartingMojo

Run a Launchpad application.


Field Summary
 
Fields inherited from class org.apache.sling.maven.projectsupport.AbstractBundleListMojo
BUNDLE_PATH_PREFIX, bundleListFile, CONFIG_PATH_PREFIX, configDirectory, defaultBundleList, JAR, project, projectHelper, WAR
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
RunMojo()
           
 
Method Summary
protected  Sling startSling(LaunchpadContentProvider resourceProvider, Map<String,String> props, org.apache.felix.framework.Logger logger)
           
 
Methods inherited from class org.apache.sling.maven.projectsupport.AbstractLaunchpadStartingMojo
executeWithArtifacts, initArtifactDefinitions, initBundleList, stopped, stopSling, updated
 
Methods inherited from class org.apache.sling.maven.projectsupport.AbstractBundleListMojo
execute, getArtifact, getArtifact, getBundleList, isCurrentArtifact, shouldCopy
 
Methods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RunMojo

public RunMojo()
Method Detail

startSling

protected Sling startSling(LaunchpadContentProvider resourceProvider,
                           Map<String,String> props,
                           org.apache.felix.framework.Logger logger)
                    throws org.osgi.framework.BundleException
Specified by:
startSling in class AbstractLaunchpadStartingMojo
Throws:
org.osgi.framework.BundleException


Copyright © 2007-2013 The Apache Software Foundation. All Rights Reserved.