org.alliance.core.file.filedatabase
Class ExtensionFileType

java.lang.Object
  extended by org.alliance.core.file.filedatabase.ExtensionFileType
All Implemented Interfaces:
FileTypeIdentifier

public class ExtensionFileType
extends java.lang.Object
implements FileTypeIdentifier

Created by IntelliJ IDEA. User: maciek Date: 2006-mar-02 Time: 19:06:53 To change this template use File | Settings | File Templates.


Constructor Summary
ExtensionFileType(java.lang.String[] extensions)
           
 
Method Summary
 boolean matches(FileDescriptor fd)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExtensionFileType

public ExtensionFileType(java.lang.String[] extensions)
Method Detail

matches

public boolean matches(FileDescriptor fd)
Specified by:
matches in interface FileTypeIdentifier