BrightSide Workbench Full Report + Source Code
org.turro.elephant.impl.context.vc.FileVersionWrapper Class Reference

Public Member Functions

 FileVersionWrapper (IElement iel, int copies, int delay)
 
void render () throws IOException
 
void render (String tableAttr, String formAttr) throws IOException
 

Detailed Description

Author
Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g

Definition at line 28 of file FileVersionWrapper.java.

Constructor & Destructor Documentation

◆ FileVersionWrapper()

org.turro.elephant.impl.context.vc.FileVersionWrapper.FileVersionWrapper ( IElement  iel,
int  copies,
int  delay 
)

Definition at line 32 of file FileVersionWrapper.java.

32  {
33  fvc = new FileVersionControl(iel, copies, delay);
34  }

Member Function Documentation

◆ render() [1/2]

void org.turro.elephant.impl.context.vc.FileVersionWrapper.render ( ) throws IOException

Definition at line 36 of file FileVersionWrapper.java.

36  {
37  fvc.renderVersions(null, null);
38  }
Here is the call graph for this function:

◆ render() [2/2]

void org.turro.elephant.impl.context.vc.FileVersionWrapper.render ( String  tableAttr,
String  formAttr 
) throws IOException

Definition at line 40 of file FileVersionWrapper.java.

40  {
41  fvc.renderVersions(tableAttr, formAttr);
42  }
Here is the call graph for this function:

The documentation for this class was generated from the following file: