Skip to content

Bilgetz/HopelessEntityAnalyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

README

Informations

This is a Gradle plugin for analyze entity and generate file from it. you can see an example Here

How to use

`` buildscript { ... dependencies { classpath("fr.hopelessworld.plugin:EntityAnalyzerPlugin:1.0") classpath("fr.hopelessworld.plugin:EntityAnalyzerPlugin:1.0") classpath("fr.hopelessworld.plugin:EmberGeneratorStrategy:1.0") } }

apply plugin: 'fr.hopelessworld.plugin.entity-analyzer'

analyzeEntity { entityDirectory = file("/src/main/java/where/is/my/entity") strategies { nameOfStrategy { strategyClass = "className.of.my.Entity" outputFiles = file("${buildDir}/generated/myFileName") }

}

} ``

About

Hopeless Entity Analyzer Gradle Plugin

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages