|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavazoom.download.util.Config
javazoom.download.util.ZipConfig
This class implements a Config for ZIP archive. In addition to the set of properties and FileInfo, it adds the path to zip file.
| Constructor Summary | |
ZipConfig()
|
|
| Method Summary | |
java.lang.String |
getPath()
Returns ZIP archive path. |
java.util.Vector |
listFiles(boolean enablesubfolders)
List all files available in the Config. |
void |
setPath(java.lang.String path)
Sets path to ZIP archive. |
| Methods inherited from class javazoom.download.util.Config |
addListener, getDescription, getDownloadSource, getFiles, getId, getListeners, getMimes, getProperties, listFiles, notifyCounters, notifyListeners, removeListener, setDescription, setDownloadSource, setFiles, setId, setMimes, setProperties |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ZipConfig()
| Method Detail |
public java.lang.String getPath()
public void setPath(java.lang.String path)
path - Input path.public java.util.Vector listFiles(boolean enablesubfolders)
Config
listFiles in class Configenablesubfolders - boolean
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||