Class AbstractGroovyStubSourcesMojo

    • Field Detail

      • stubsOutputDirectory

        protected File stubsOutputDirectory
        The location for the compiled classes.
      • testStubsOutputDirectory

        protected File testStubsOutputDirectory
        The location for the compiled test classes.
    • Constructor Detail

      • AbstractGroovyStubSourcesMojo

        public AbstractGroovyStubSourcesMojo()
    • Method Detail

      • getStubs

        protected Set<File> getStubs()
        Gets the set of files of the main stubs.
        Returns:
        The set of files of the main stubs
      • getTestStubs

        protected Set<File> getTestStubs()
        Gets the set of files of the test stubs.
        Returns:
        The set of files of the test stubs