org.cagrid.gaards.ui.common
Class CredentialManager.ProxyFilter

java.lang.Object
  extended by org.cagrid.gaards.ui.common.CredentialManager.ProxyFilter
All Implemented Interfaces:
java.io.FileFilter
Enclosing class:
CredentialManager

public class CredentialManager.ProxyFilter
extends java.lang.Object
implements java.io.FileFilter


Constructor Summary
CredentialManager.ProxyFilter()
           
 
Method Summary
 boolean accept(java.io.File pathname)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CredentialManager.ProxyFilter

public CredentialManager.ProxyFilter()
Method Detail

accept

public boolean accept(java.io.File pathname)
Specified by:
accept in interface java.io.FileFilter