All Classes
-
Class Description AbstractDependencyFilterMojo A base mojo filtering the dependencies of the project.AbstractRunMojo Base class to run a spring application.AgentAttacher Utility class to attach an instrumentation agent to the running JVM.ArtifactsLibraries Librariesbacked by MavenArtifacts.DefaultLaunchScript Default implementation ofLaunchScript.DependencyFilter Base class forArtifactsFilterbased on aFilterableDependencylist.Exclude A model for a dependency to exclude.ExcludeFilter An {DependencyFilter} that filters out any artifact matching anExclude.FileUtils Utilities for manipulating files and directories in Spring Boot tooling.HelpMojo Display help information on snappy-maven-plugin.
Callmvn snappy:help -Ddetail=true -Dgoal=<goal-name>to display parameter details.Include A model for a dependency to include.IncludeFilter AnArtifactsFilterthat filters out any artifact not matching anInclude.JarWriter Writes JAR content, ensuring valid directory entries are always create and duplicate items are ignored.JavaExecutable Provides access to the java binary executable, regardless of OS.LaunchScript A script that can be prepended to the front of a JAR file to make it executable.Layout Strategy interface used to determine the layout for a particular type of archive.Layouts CommonLayouts.Layouts.Expanded Executable expanded archive layout.Layouts.Jar Executable JAR layout.Layouts.Module Module layout (designed to be used as a "plug-in").Layouts.None No layout.Layouts.War Executable WAR layout.Libraries Encapsulates information about libraries that may be packed into the archive.Library Encapsulates information about a single library that may be packed into the archive.LibraryCallback Callback interface used to iterateLibraries.LibraryScope The scope of a library.LogbackInitializer Utility to initialize logback (when present) to use INFO level logging.MainClassFinder Finds any class with apublic static mainmethod by performing a breadth first search.MainClassFinder.ClassNameCallback<T> Callback interface used to receive class names.MatchingGroupIdFilter AnArtifactsFilterthat filters by matching groupId.PropertiesMergingResourceTransformer Extension for the Maven shade plugin to allow properties files (e.g.RepackageMojo Repackages existing JAR and WAR archives so that they can be executed from the command line using java -jar.RepackageMojo.LayoutType Archive layout types.Repackager Utility class that can be used to repackage an archive so that it can be executed using 'java -jar'.RunMojo Run an executable archive application.RunProcess Utility used to run a process.SignalUtils Utilities for working with signal handling.StartMojo Start a application.StopMojo Stop a spring application that has been started by the "start" goal.