All Downloads are FREE. Search and download functionalities are using the official Maven repository.

cc.catalysts.gradle.plugins.jdeps.JDepsExtension.groovy Maven / Gradle / Ivy

The newest version!
package cc.catalysts.gradle.plugins.jdeps

/**
 * @author Catalysts GmbH, www.catalysts.cc
 */
public class JDepsExtension {

	boolean      consolePrint    = false
	boolean      generateDotFile = false
	boolean      generateGraph   = false
	String       jdepsPath       = null
	String       outputFile      = "jdeps.txt"
	String       outputDirectory = "reports"
	List packages        = []
	boolean      profile         = false
	boolean      recursive       = false
	String       regex           = null
	boolean      summary         = false
	boolean      verbose         = false
	String       verboseLevel    = null

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy