Package tech.jhipster.lite.module.domain
Class JHipsterModule
java.lang.Object
tech.jhipster.lite.module.domain.JHipsterModule
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic ArtifactIdartifactId(String artifactId) static Commentstatic DependencyIddependencyId(String groupId, String artifactId) static DocumentationTitledocumentationTitle(String title) static FileStartReplacerstatic JHipsterFileMatcherfilesWithExtension(String extension) static JHipsterSourcestatic GroupIdstatic JavaDependencyVersionjavaDependencyVersion(String slug, String version) static RegexNeedleAfterReplacerlineAfterRegex(String regex) static RegexNeedleBeforeReplacerlineBeforeRegex(String regex) static TextNeedleBeforeReplacerlineBeforeText(String needle) static LocalEnvironmentlocalEnvironment(String localEnvironment) moduleBuilder(JHipsterModuleProperties properties) static PackageNamepackageName(String packageName) static JHipsterProjectFilePathproperties(String comment) static PropertyKeypropertyKey(String key) static PropertyValuepropertyValue(String... values) static RegexReplacerstatic ScriptCommandscriptCommand(String command) static ScriptKeystatic SpringProfilespringProfile(String profile) static TextReplacerstatic JHipsterDestinationstatic JHipsterDestinationstatic JHipsterDestinationstatic JHipsterDestinationstatic JHipsterDestinationstatic VersionSlugversionSlug(String versionSlug) withUpgrade(JHipsterModuleUpgrade upgrade)
-
Field Details
-
LINE_BREAK
- See Also:
-
-
Method Details
-
moduleBuilder
public static JHipsterModule.JHipsterModuleBuilder moduleBuilder(JHipsterModuleProperties properties) -
javaDependency
-
javaDependencyVersion
-
dependencyId
-
javaBuildPlugin
-
from
-
path
-
to
-
toSrcMainJava
-
toSrcMainDocker
-
toSrcTestJava
-
toSrcMainResources
-
filesWithExtension
-
groupId
-
artifactId
-
versionSlug
-
text
-
regex
-
fileStart
-
lineBeforeText
-
lineBeforeRegex
-
lineAfterRegex
-
propertyKey
-
propertyValue
-
springProfile
-
comment
-
properties
public static PropertiesBlockComment.PropertiesBlockCommentPropertiesBuilder properties(String comment) -
documentationTitle
-
localEnvironment
-
scriptKey
-
scriptCommand
-
packageName
-
withUpgrade
-
projectFolder
-
properties
-
indentation
-
templatedFiles
-
filesToMove
-
filesToDelete
-
mandatoryReplacements
-
optionalReplacements
-
javaDependencies
-
javaBuildPlugins
-
packageJson
-
preActions
-
postActions
-
springComments
-
springProperties
-
springFactories
-
springPropertiesBlockComments
-