Uses of Class
org.apache.sling.maven.slingstart.run.ServerConfiguration
-
Packages that use ServerConfiguration Package Description org.apache.sling.maven.slingstart.run -
-
Uses of ServerConfiguration in org.apache.sling.maven.slingstart.run
Fields in org.apache.sling.maven.slingstart.run with type parameters of type ServerConfiguration Modifier and Type Field Description protected List<ServerConfiguration>AbstractStartStopMojo. serversParameter containing the list of server configurationsMethods in org.apache.sling.maven.slingstart.run that return ServerConfiguration Modifier and Type Method Description ServerConfigurationServerConfiguration. copy()Constructors in org.apache.sling.maven.slingstart.run with parameters of type ServerConfiguration Constructor Description LauncherCallable(org.apache.maven.plugin.logging.Log logger, ServerConfiguration configuration, LaunchpadEnvironment environment)
-