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 DependencyIddependencyId(String groupId, String artifactId) static DocumentationTitledocumentationTitle(String title) static FileStartReplacerstatic 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 JHipsterProjectFilePathstatic PropertyKeypropertyKey(String key) static PropertyValuepropertyValue(String... values) static RegexReplacerstatic ScriptCommandscriptCommand(String command) static ScriptKeystatic SpringProfilespringProfile(String profile) static TextReplacerstatic JHipsterDestinationstatic JHipsterDestinationstatic JHipsterDestinationstatic JHipsterDestinationstatic VersionSlugversionSlug(String versionSlug)
-
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
-
groupId
-
artifactId
-
versionSlug
-
text
-
regex
-
fileStart
-
lineBeforeText
-
lineBeforeRegex
-
lineAfterRegex
-
propertyKey
-
propertyValue
-
springProfile
-
documentationTitle
-
localEnvironment
-
scriptKey
-
scriptCommand
-
packageName
-
projectFolder
-
properties
-
indentation
-
templatedFiles
-
filesToMove
-
filesToDelete
-
mandatoryReplacements
-
optionalReplacements
-
javaDependencies
-
javaBuildPlugins
-
packageJson
-
preActions
-
postActions
-
springProperties
-