Class DevLoopBuildConfig.IncrementalBuildConfig.CustomDirectoryConfig

    • Constructor Detail

      • CustomDirectoryConfig

        public CustomDirectoryConfig()
        Constructor.
    • Method Detail

      • validate

        public void validate()
                      throws org.apache.maven.plugin.MojoExecutionException
        Validate the configuration.
        Throws:
        org.apache.maven.plugin.MojoExecutionException - If invalid.
      • path

        public Path path()
        Returns the path.
        Returns:
        The path.
      • includes

        public BiPredicate<Path,​Path> includes()
        Returns the includes and excludes as a single predicate.
        Returns:
        The predicate.
      • goals

        public List<MavenGoal> goals()
        Returns the resolved goals.
        Returns:
        The goals.
      • unresolvedGoals

        public List<String> unresolvedGoals()
        Returns the unresolved goals.
        Returns:
        The goals.
      • setPath

        public void setPath​(String path)
        Sets the path.
        Parameters:
        path - The path.
      • setIncludes

        public void setIncludes​(String includes)
        Sets the includes.
        Parameters:
        includes - The includes.
      • setExcludes

        public void setExcludes​(String excludes)
        Sets the excludes.
        Parameters:
        excludes - The excludes.
      • setGoals

        public void setGoals​(List<String> goals)
        Sets the goals.
        Parameters:
        goals - The goals.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object