Interface PathsAware

  • All Implemented Interfaces:

    
    public interface PathsAware
    
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract Unit paths(List<Path> paths) Configures a list of paths to be used in cache, artifacts or rules.
      abstract Unit paths(Path path) Configures a list of paths to be used in cache, artifacts or rules.
      abstract Unit pathsAsString(List<String> paths) Configures a list of paths to be used in cache, artifacts or rules.
      abstract Unit paths(String path) Configures a list of paths to be used in cache, artifacts or rules.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • paths

         abstract Unit paths(List<Path> paths)

        Configures a list of paths to be used in cache, artifacts or rules.

      • paths

         abstract Unit paths(Path path)

        Configures a list of paths to be used in cache, artifacts or rules.

      • paths

         abstract Unit paths(String path)

        Configures a list of paths to be used in cache, artifacts or rules.