de.knup.jedi.jayshare.Fileshare
Class ListReplyBuilder
java.lang.Object
|
+--de.knup.jedi.jayshare.Fileshare.FileshareComponentBuilder
|
+--de.knup.jedi.jayshare.Fileshare.ListReplyBuilder
- public class ListReplyBuilder
- extends FileshareComponentBuilder
Methods inherited from class java.lang.Object |
,
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
registerNatives,
toString,
wait,
wait,
wait |
fileItems
private java.util.Vector fileItems
modDate
private MDate modDate
version
private java.lang.String version
ListReplyBuilder
public ListReplyBuilder()
reset
public void reset()
- Description copied from interface: ExtensionBuilder
reset
resets the interface for the builder to default
values, so that it may be reused.
getFiles
public java.util.Vector getFiles()
getVersion
public java.lang.String getVersion()
getDate
public MDate getDate()
getFileList
public FileList getFileList()
setFileList
public void setFileList(FileList list)
addFile
public void addFile(FileItem file)
setVersion
public void setVersion(java.lang.String v)
setDate
public void setDate(MDate d)
build
public Extension build()
throws java.lang.InstantiationException
- Description copied from interface: ExtensionBuilder
build
generates an Extension-derived object based on the
current state of this ExtensionBuilder- Tags copied from interface: ExtensionBuilder
- Returns:
- an
Extension
object - Throws:
- java.lang.InstantiationException - if insufficient or malformed data is
present