org.jtheque.films.services.impl.utils.file.jt
Class JTFEFile

java.lang.Object
  extended by 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

Constructor Summary
JTFEFile()
           
 
Method Summary
 Iterable<JTFFile> getFiles()
          Return the files.
 boolean isValid()
           
 void setFiles(Collection<JTFFile> files)
          Set the files.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JTFEFile

public JTFEFile()
Method Detail

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.