Class PathExclude

  • All Implemented Interfaces:

    
    public final class PathExclude
    
                        

    Defines paths which should be excluded. Each file that is matched by the glob is marked as excluded. If a project definition file is matched by the pattern the whole project is excluded. For details about the glob syntax see the official documentation.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final String getPattern() A glob to match the path of the project definition file, relative to the root of the repository.
      final PathExcludeReason getReason() The reason why the project is excluded, out of a predefined choice.
      final String getComment() A comment to further explain why the reason is applicable here.
      final Boolean matches(String path) Return true if and only if this PathExclude matches the given path.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait