|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--javazoom.download.util.Config | +--javazoom.download.util.FolderConfig
This class implements a Config for Folder. In addition to the set of properties and FileInfo, it adds the path to folder.
Constructor Summary | |
FolderConfig()
|
Method Summary | |
java.lang.String |
getPath()
Return folder's path. |
void |
setPath(java.lang.String path)
Sets folder's path. |
Methods inherited from class javazoom.download.util.Config |
getFiles, getProperties, setFiles, setProperties |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public FolderConfig()
Method Detail |
public java.lang.String getPath()
public void setPath(java.lang.String path)
path
- Input path.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |