org.jtheque.films.services.impl.utils.file.jt
Class JTFEFile
java.lang.Object
org.jtheque.films.services.impl.utils.file.jt.JTFEFile
- All Implemented Interfaces:
- org.jtheque.core.utils.file.jt.able.JTFile, org.jtheque.core.utils.file.jt.able.JTZippedFile
public final class JTFEFile
- extends Object
- implements org.jtheque.core.utils.file.jt.able.JTZippedFile
A JTFE File.
- Author:
- Baptiste Wicht
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JTFEFile
public JTFEFile()
isValid
public boolean isValid()
- Specified by:
isValid
in interface org.jtheque.core.utils.file.jt.able.JTFile
getFiles
public Iterable<JTFFile> getFiles()
- Return the files.
- Returns:
- The files.
setFiles
public void setFiles(Collection<JTFFile> files)
- Set the files.
- Parameters:
files
- The files.
Copyright © 2010 JTheque. All Rights Reserved.