|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--javazoom.download.util.Config
This class defines the a contract for Download4J configurations. It's a set of properties and vector of FileInfo.
Constructor Summary | |
Config()
|
Method Summary | |
java.util.Vector |
getFiles()
Returns Download4J FileInfo. |
java.util.Properties |
getProperties()
Returns Download4J properties. |
void |
setFiles(java.util.Vector v)
Sets Download4J FileInfo. |
void |
setProperties(java.util.Properties props)
Sets Download4J properties. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Config()
Method Detail |
public java.util.Properties getProperties()
public void setProperties(java.util.Properties props)
props
- Input properties.public java.util.Vector getFiles()
public void setFiles(java.util.Vector v)
v
- Input Vector of FileInfo.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |