Class SignatureLocator

  • All Implemented Interfaces:
    Locator

    public class SignatureLocator
    extends java.lang.Object
    implements Locator
    A signature locator to locate the signature file relative to POM.
    • Field Summary

      • Fields inherited from interface org.apache.maven.index.locator.Locator

        ROLE
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.io.File locate​(java.io.File source)  
      • Methods inherited from class java.lang.Object

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

      • SignatureLocator

        public SignatureLocator()
    • Method Detail

      • locate

        public java.io.File locate​(java.io.File source)
        Specified by:
        locate in interface Locator