Class ExtraDirectoryParametersSpec


  • public class ExtraDirectoryParametersSpec
    extends java.lang.Object
    Allows to add ExtraDirectoryParameters objects to the list property of the same type.
    • Constructor Detail

      • ExtraDirectoryParametersSpec

        @Inject
        public ExtraDirectoryParametersSpec​(org.gradle.api.Project project,
                                            org.gradle.api.provider.ListProperty<ExtraDirectoryParameters> paths)
    • Method Detail

      • path

        public void path​(org.gradle.api.Action<? super ExtraDirectoryParameters> action)
        Adds a new extra directory configuration to the list.
        Parameters:
        action - closure representing an extra directory configuration