Class InitMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.tentackle.maven.AbstractTentackleMojo
org.tentackle.maven.plugin.wizard.AbstractWizardMojo
org.tentackle.maven.plugin.wizard.InitMojo
- All Implemented Interfaces:
- org.apache.maven.plugin.ContextEnabled,- org.apache.maven.plugin.Mojo
Initializes the templates.
Copies the default templates to the configured templateDir.
Needs to be executed only to restore the templates to their defaults.
Copies the default templates to the configured templateDir.
Needs to be executed only to restore the templates to their defaults.
- 
Field SummaryFields inherited from class org.tentackle.maven.plugin.wizard.AbstractWizardMojoentityAliases, filesets, modelDefaults, modelDirFields inherited from class org.tentackle.maven.AbstractTentackleMojocharset, JDK_TOOLCHAIN, minLogLevel, verbosity, verbosityLevelFields inherited from interface org.apache.maven.plugin.MojoROLE
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidprotected javafx.stage.StagegetStage()Gets the stage, if this an interactive FX application.Methods inherited from class org.tentackle.maven.plugin.wizard.AbstractWizardMojoconfigureFx, getEntityAliases, getModelDefaults, getProfiles, getStatusDir, getTemplateDir, installTemplates, loadModel, processFileSet, registerUncaughtExceptionHandler, validateMethods inherited from class org.tentackle.maven.AbstractTentackleMojocreateFileSetManager, createPackageMap, determineEncoding, determineJavaToolVersion, determineVerbosity, execute, finishExecute, getCanonicalPath, getHostName, getIncludedFiles, getJavaHome, getMajorVersion, getMavenProject, getMavenSession, getMojoExecution, getPathRelativeToBasedir, getResourceDir, getResourceDirs, getSettings, getSettingsDecrypter, getToolchain, getToolchain, getToolchain, getToolchainManager, getToolFinder, installJavaLoggingHandler, isExecutionRecursive, isSkippedByDefault, loadResourceFileIntoString, prepareExecute, toDescriptorNameMethods inherited from class org.apache.maven.plugin.AbstractMojogetLog, getPluginContext, setLog, setPluginContext
- 
Constructor Details- 
InitMojopublic InitMojo()
 
- 
- 
Method Details- 
getStageprotected javafx.stage.Stage getStage()Description copied from class:AbstractWizardMojoGets the stage, if this an interactive FX application.- Specified by:
- getStagein class- AbstractWizardMojo
- Returns:
- the stage, null if console application
 
- 
executeImplpublic void executeImpl() throws org.apache.maven.plugin.MojoExecutionException, org.apache.maven.plugin.MojoFailureException- Overrides:
- executeImplin class- AbstractWizardMojo
- Throws:
- org.apache.maven.plugin.MojoExecutionException
- org.apache.maven.plugin.MojoFailureException
 
 
-