BrightSide Workbench Full Report + Source Code
org.turro.log.LogAnchor Class Reference
Inheritance diagram for org.turro.log.LogAnchor:
Collaboration diagram for org.turro.log.LogAnchor:

Public Member Functions

void setGeneratorPath (String generatorPath)
 
void setEntityPath (String entityPath)
 

Detailed Description

Member Function Documentation

◆ setEntityPath()

void org.turro.log.LogAnchor.setEntityPath ( String  entityPath)

Implements org.turro.log.ILogButton.

Definition at line 46 of file elephant-www/src/main/java/org/turro/log/LogAnchor.java.

46  {
47  this.entityPath = entityPath;
48  initializeButton();
49  }

◆ setGeneratorPath()

void org.turro.log.LogAnchor.setGeneratorPath ( String  generatorPath)

Implements org.turro.log.ILogButton.

Definition at line 40 of file elephant-www/src/main/java/org/turro/log/LogAnchor.java.

40  {
41  this.generatorPath = generatorPath;
42  initializeButton();
43  }

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