Class FileToBambooSpecsMapper

  • All Implemented Interfaces:
    java.util.function.Function<java.nio.file.Path,​java.util.Optional<java.lang.Class<?>>>

    public class FileToBambooSpecsMapper
    extends java.lang.Object
    implements java.util.function.Function<java.nio.file.Path,​java.util.Optional<java.lang.Class<?>>>
    • Constructor Summary

      Constructors 
      Constructor Description
      FileToBambooSpecsMapper​(org.apache.maven.plugin.logging.Log log, java.lang.ClassLoader classLoader)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Optional<java.lang.Class<?>> apply​(java.nio.file.Path path)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.function.Function

        andThen, compose
    • Constructor Detail

      • FileToBambooSpecsMapper

        public FileToBambooSpecsMapper​(org.apache.maven.plugin.logging.Log log,
                                       java.lang.ClassLoader classLoader)
    • Method Detail

      • apply

        public java.util.Optional<java.lang.Class<?>> apply​(java.nio.file.Path path)
        Specified by:
        apply in interface java.util.function.Function<java.nio.file.Path,​java.util.Optional<java.lang.Class<?>>>