|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ArchiveFormatProvider
This interface allows FileFactory to instanciate AbstractArchiveFile implementations and associate
them with the filenames matched by a FilenameFilter.
For AbstractArchiveFile implementations to be automatically instanciated by FileFactory,
this interface needs to be implemented and an instance registered with FileFactory.
AbstractArchiveFile,
FileFactory| Method Summary | |
|---|---|
AbstractArchiveFile |
getFile(AbstractFile file)
Creates a new instance of AbstractArchiveFile . |
FilenameFilter |
getFilenameFilter()
Returns the FilenameFilter that matches filenames to be associated with this archive format. |
| Method Detail |
|---|
AbstractArchiveFile getFile(AbstractFile file)
throws java.io.IOException
AbstractArchiveFile .
file - file to map as an AbstractArchiveFile.
AbstractArchiveFile that matches the specified URL.
java.io.IOException - if an error occurs.FilenameFilter getFilenameFilter()
FilenameFilter that matches filenames to be associated with this archive format.
FilenameFilter that matches filenames to be associated with this archive format
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
This file is part of muCommander - Copyright (C) 2002-2008 Maxence Bernard