Interface EclipseSourceDirectory

    • Method Detail

      • getPath

        java.lang.String getPath()
        Returns the relative path for this source directory.
        Returns:
        The path for this source directory. Does not return null.
      • getIncludes

        java.util.List<java.lang.String> getIncludes()
                                              throws UnsupportedMethodException
        Returns the include patterns for this source directory.
        Returns:
        The list of patterns to include. Does not return null.
        Throws:
        UnsupportedMethodException - For Gradle versions older than 3.0, where this method is not supported.
        Since:
        3.0
      • getExcludes

        java.util.List<java.lang.String> getExcludes()
                                              throws UnsupportedMethodException
        Returns the exclude patterns for this source directory.
        Returns:
        The list of patterns to exclude. Does not return null.
        Throws:
        UnsupportedMethodException - For Gradle versions older than 3.0, where this method is not supported.
        Since:
        3.0
      • getOutput

        @Nullable
        java.lang.String getOutput()
                            throws UnsupportedMethodException
        Returns the output location of this source directory. If null, then the compiled classes are placed in the project's default output location.
        Returns:
        The output location of this source directory.
        Throws:
        UnsupportedMethodException - For Gradle versions older than 3.0, where this method is not supported.
        Since:
        3.0