Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.repoweb.model.file
Class FileFilterArtifact  view FileFilterArtifact download FileFilterArtifact.java

java.lang.Object
  extended byorg.repoweb.model.file.FileFilterArtifact
All Implemented Interfaces:
java.io.FileFilter

class FileFilterArtifact
extends java.lang.Object
implements java.io.FileFilter

Filter file that can be artifact.


Constructor Summary
(package private) FileFilterArtifact()
           
 
Method Summary
 boolean accept(java.io.File pathname)
          This method determines whether or not a given pathname should be included in a pathname listing.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileFilterArtifact

FileFilterArtifact()
Method Detail

accept

public boolean accept(java.io.File pathname)
Description copied from interface: java.io.FileFilter
This method determines whether or not a given pathname should be included in a pathname listing.

Specified by:
accept in interface java.io.FileFilter