Skip navigation links
A B C D E G H I J M N P R S T U V W _ 

A

alertAndStopExecutionIfDirectoryWithCompiledClassesOfThisProjectDoesNotExist(String) - Method in class ninja.maven.NinjaRunMojo
 
ArgumentTokenizer - Class in ninja.build
Utility class which can tokenize a String into a list of String arguments, with behavior similar to parsing command line arguments to a program.
ArgumentTokenizer() - Constructor for class ninja.build.ArgumentTokenizer
 

B

buildDelayedRestartTrigger(RunClassInSeparateJvmMachine) - Method in class ninja.maven.NinjaRunMojo
 
buildJvmArguments() - Method in class ninja.maven.NinjaRunMojo
 
buildOutputDirectory - Variable in class ninja.maven.NinjaRunMojo
Directory containing the build files.
buildRunClassInSeparateJvmMachine(String, String, List<String>, List<String>, File) - Method in class ninja.maven.NinjaRunMojo
 
buildWatchAndRestartMachine(Set<Path>, Set<String>, Set<String>, DelayedRestartTrigger) - Method in class ninja.maven.NinjaRunMojo
 

C

checkIfWouldBeExcluded(Set<String>, String) - Static method in class ninja.build.WatchAndRestartMachine
 
context - Variable in class ninja.maven.NinjaRunMojo
Context path for SuperDevMode.
contextPath - Variable in class ninja.maven.NinjaRunMojo
Deprecated.

D

DEFAULT_EXCLUDE_PATTERNS - Static variable in interface ninja.maven.NinjaMavenPluginConstants
 
DelayedRestartTrigger - Class in ninja.build
 
DelayedRestartTrigger(RunClassInSeparateJvmMachine) - Constructor for class ninja.build.DelayedRestartTrigger
 

E

excludes - Variable in class ninja.maven.NinjaRunMojo
Exludes in Java regex format.
execute() - Method in class ninja.maven.HelpMojo
execute() - Method in class ninja.maven.NinjaRunMojo
 

G

getAccumulatedTriggerCount() - Method in class ninja.build.DelayedRestartTrigger
 
getActiveProcess() - Method in class ninja.build.RunClassInSeparateJvmMachine
 
getAllArtifactsComingFromNinjaStandalone(List<Artifact>) - Method in class ninja.maven.NinjaRunMojo
This might be a bit hacky.
getContextPath() - Method in class ninja.maven.NinjaRunMojo
 
getOutput() - Method in class ninja.build.RunClassInSeparateJvmMachine
 
getRestartCount() - Method in class ninja.build.DelayedRestartTrigger
 
getSettleDownMillis() - Method in class ninja.build.DelayedRestartTrigger
 

H

handleNewOrModifiedFile(String, Path) - Method in class ninja.build.WatchAndRestartMachine
 
HelpMojo - Class in ninja.maven
Display help information on ninja-maven-plugin.
Call mvn ninja:help -Ddetail=true -Dgoal=<goal-name> to display parameter details.
HelpMojo() - Constructor for class ninja.maven.HelpMojo
 

I

includes - Variable in class ninja.maven.NinjaRunMojo
Includes in Java regex format.
initMojoFromUserSubmittedParameters() - Method in class ninja.maven.NinjaRunMojo
 

J

jvmArgs - Variable in class ninja.maven.NinjaRunMojo
Extra arguments to pass to the forked JVM.

M

mainClass - Variable in class ninja.maven.NinjaRunMojo
Main class to run in SuperDevMode.
matchRule(Set<String>, Set<String>, String) - Static method in class ninja.build.WatchAndRestartMachine
 
mode - Variable in class ninja.maven.NinjaRunMojo
Mode for SuperDevMode.

N

ninja.build - package ninja.build
 
ninja.maven - package ninja.maven
 
NINJA_JETTY_CLASSNAME - Static variable in interface ninja.maven.NinjaMavenPluginConstants
 
NINJA_STANDALONE_ARTIFACT_ID - Static variable in interface ninja.maven.NinjaMavenPluginConstants
 
NinjaMavenPluginConstants - Interface in ninja.maven
 
NinjaRunMojo - Class in ninja.maven
Starts Ninja's SuperDevMode.
NinjaRunMojo() - Constructor for class ninja.maven.NinjaRunMojo
 

P

pluginArtifacts - Variable in class ninja.maven.NinjaRunMojo
 
port - Variable in class ninja.maven.NinjaRunMojo
Port for SuperDevMode (can also be set in conf/application.conf)
project - Variable in class ninja.maven.NinjaRunMojo
 

R

restart() - Method in class ninja.build.RunClassInSeparateJvmMachine
 
RuleMatch(WatchAndRestartMachine.RuleType, String, boolean) - Constructor for class ninja.build.WatchAndRestartMachine.RuleMatch
 
run() - Method in class ninja.build.DelayedRestartTrigger
 
run() - Method in class ninja.build.WatchAndRestartMachine
 
RunClassInSeparateJvmMachine - Class in ninja.build
 
RunClassInSeparateJvmMachine(String, String, List<String>, List<String>, File) - Constructor for class ninja.build.RunClassInSeparateJvmMachine
 
RunClassInSeparateJvmMachine(String, String, String, List<String>, File) - Constructor for class ninja.build.RunClassInSeparateJvmMachine
 

S

setActiveProcess(StartedProcess) - Method in class ninja.build.RunClassInSeparateJvmMachine
 
setOutput(OutputStream) - Method in class ninja.build.RunClassInSeparateJvmMachine
 
setSettleDownMillis(long) - Method in class ninja.build.DelayedRestartTrigger
 
settleDownMillis - Variable in class ninja.maven.NinjaRunMojo
Amount of time to wait for file changes to settle down before triggering a restart in SuperDevMode.
shutdown() - Method in class ninja.build.DelayedRestartTrigger
 
shutdown() - Method in class ninja.build.WatchAndRestartMachine
 
skip - Variable in class ninja.maven.NinjaRunMojo
Skip execution of this plugin.
sslPort - Variable in class ninja.maven.NinjaRunMojo
SSL port for SuperDevMode (can also be set in conf/application.conf)

T

tokenize(String) - Static method in class ninja.build.ArgumentTokenizer
Tokenizes the given String into String tokens
tokenize(String, boolean) - Static method in class ninja.build.ArgumentTokenizer
Tokenizes the given String into String tokens.
trigger() - Method in class ninja.build.DelayedRestartTrigger
Usually this method is called by an external component that watches a directory to restart Ninja's dev mode.

U

useDefaultExcludes - Variable in class ninja.maven.NinjaRunMojo
Adds assets directory and freemarker templates to excluded files.
USER_DIR - Static variable in interface ninja.maven.NinjaMavenPluginConstants
Base directory where the ninja:run mode has its root.

V

valueOf(String) - Static method in enum ninja.build.WatchAndRestartMachine.RuleType
Returns the enum constant of this type with the specified name.
values() - Static method in enum ninja.build.WatchAndRestartMachine.RuleType
Returns an array containing the constants of this enum type, in the order they are declared.

W

watchAllClassPathDirs - Variable in class ninja.maven.NinjaRunMojo
Watch all directories on runtime classpath of project.
watchAllClassPathJars - Variable in class ninja.maven.NinjaRunMojo
Watch all jars on runtime classpath of project.
WatchAndRestartMachine - Class in ninja.build
 
WatchAndRestartMachine(Path, Set<String>, Set<String>, DelayedRestartTrigger) - Constructor for class ninja.build.WatchAndRestartMachine
 
WatchAndRestartMachine(Set<Path>, Set<String>, Set<String>, DelayedRestartTrigger) - Constructor for class ninja.build.WatchAndRestartMachine
 
WatchAndRestartMachine.RuleMatch - Class in ninja.build
 
WatchAndRestartMachine.RuleType - Enum in ninja.build
 
watchDirs - Variable in class ninja.maven.NinjaRunMojo
All directories to watch for changes.

_

_escapeQuotesAndBackslashes(String) - Static method in class ninja.build.ArgumentTokenizer
Inserts backslashes before any occurrences of a backslash or quote in the given string.
A B C D E G H I J M N P R S T U V W _ 
Skip navigation links

Copyright © 2016. All rights reserved.