de.knup.jedi.jayshare.Fileshare
Class FileshareBuilder

java.lang.Object
  |
  +--de.knup.jedi.jayshare.Fileshare.FileshareBuilder

public class FileshareBuilder
extends java.lang.Object
implements ExtensionBuilder


Field Summary
private  Fileshare fileshare
           
 
Constructor Summary
FileshareBuilder()
           
 
Method Summary
 Extension build()
          build generates an Extension-derived object based on the current state of this ExtensionBuilder
 void reset()
          reset resets the interface for the builder to default values, so that it may be reused.
 void setFileshareMessage(Fileshare fs)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

fileshare

private Fileshare fileshare
Constructor Detail

FileshareBuilder

public FileshareBuilder()
Method Detail

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.
Specified by:
reset in interface ExtensionBuilder

setFileshareMessage

public void setFileshareMessage(Fileshare fs)

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
Specified by:
build in interface ExtensionBuilder
Tags copied from interface: ExtensionBuilder
Returns:
an Extension object
Throws:
java.lang.InstantiationException - if insufficient or malformed data is present