Package com.github.vlsi.gradle.ide
Class IdeExtension
-
- All Implemented Interfaces:
public class IdeExtension
-
-
Field Summary
Fields Modifier and Type Field Description private URIideaInstructionsUriprivate StringlicenseHeaderprivate final StringlicenseHeaderJava
-
Constructor Summary
Constructors Constructor Description IdeExtension(Project project)
-
Method Summary
Modifier and Type Method Description final URIgetIdeaInstructionsUri()final UnitsetIdeaInstructionsUri(URI value)final StringgetLicenseHeader()final UnitsetLicenseHeader(String value)final StringgetLicenseHeaderJava()final Unitcopyright(String profileName, String profileKeyword, String profileNotice)final UnitcopyrightToAsf()final UnitdoNotDetectFrameworks(String frameworks)final UnitgeneratedJavaSources(Object task, File generationOutput)final UnitgeneratedJavaSources(Object task, File generationOutput, NamedDomainObjectProvider<SourceSet> sourceSet)-
-
Method Detail
-
getIdeaInstructionsUri
final URI getIdeaInstructionsUri()
-
setIdeaInstructionsUri
final Unit setIdeaInstructionsUri(URI value)
-
getLicenseHeader
final String getLicenseHeader()
-
setLicenseHeader
final Unit setLicenseHeader(String value)
-
getLicenseHeaderJava
final String getLicenseHeaderJava()
-
copyrightToAsf
final Unit copyrightToAsf()
-
doNotDetectFrameworks
final Unit doNotDetectFrameworks(String frameworks)
-
generatedJavaSources
final Unit generatedJavaSources(Object task, File generationOutput)
-
generatedJavaSources
final Unit generatedJavaSources(Object task, File generationOutput, NamedDomainObjectProvider<SourceSet> sourceSet)
-
-
-
-