Class ResourceProxyCredentialStore.ProxyFilenameFilter

  • All Implemented Interfaces:
    java.io.FilenameFilter
    Enclosing class:
    ResourceProxyCredentialStore

    public static class ResourceProxyCredentialStore.ProxyFilenameFilter
    extends java.lang.Object
    implements java.io.FilenameFilter
    This filename filter returns files whose names are valid for a Proxy Certificate.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean accept​(java.io.File file, java.lang.String s)  
      • Methods inherited from class java.lang.Object

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

      • ProxyFilenameFilter

        public ProxyFilenameFilter()
    • Method Detail

      • accept

        public boolean accept​(java.io.File file,
                              java.lang.String s)
        Specified by:
        accept in interface java.io.FilenameFilter