Class CyclesDetector

  • All Implemented Interfaces:
    Tool

    public class CyclesDetector
    extends java.lang.Object
    implements Tool
    Package cycles detector tool.
    • Constructor Summary

      Constructors 
      Constructor Description
      CyclesDetector​(java.nio.file.Path path)  
      CyclesDetector​(java.nio.file.Path path, java.util.function.BiPredicate<java.lang.String,​java.lang.String> exclude)  
    • Constructor Detail

      • CyclesDetector

        public CyclesDetector​(java.nio.file.Path path)
      • CyclesDetector

        public CyclesDetector​(java.nio.file.Path path,
                              java.util.function.BiPredicate<java.lang.String,​java.lang.String> exclude)
    • Method Detail

      • getName

        public java.lang.String getName()
        Specified by:
        getName in interface Tool
      • getVersion

        public java.lang.String getVersion()
        Specified by:
        getVersion in interface Tool