|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Log | |
---|---|
macaw.persistenceLayer.demo | This package contains all the code required to run versions of Macaw's curation and retrieval services which store data in-memory. |
macaw.persistenceLayer.production | This package contains all the code required to run versions of Macaw's curation and retrieval services which store data in a MySQL database. |
macaw.presentationLayer | This is the main package that produces the GUI application forms for Macaw. |
macaw.system | Contains classes that are used prolificly throughout the code base. |
macaw.test.curation | Classes that test implementations of MacawCurationAPI . |
macaw.test.retrieval | Classes that test implementations of MacawRetrievalAPI . |
Uses of Log in macaw.persistenceLayer.demo |
---|
Fields in macaw.persistenceLayer.demo declared as Log | |
---|---|
protected Log |
InMemoryCurationConceptManager.log
|
protected Log |
DemonstrationCurationService.log
|
Methods in macaw.persistenceLayer.demo with parameters of type Log | |
---|---|
void |
InMemoryCurationConceptManager.setLog(Log log)
|
Constructors in macaw.persistenceLayer.demo with parameters of type Log | |
---|---|
InMemoryUserManager(InMemoryChangeEventManager changeEventManager,
Log log,
User admin)
|
Uses of Log in macaw.persistenceLayer.production |
---|
Fields in macaw.persistenceLayer.production declared as Log | |
---|---|
protected Log |
SQLCurationConceptManager.log
|
Methods in macaw.persistenceLayer.production with parameters of type Log | |
---|---|
void |
SQLCurationConceptManager.setLog(Log log)
|
Constructors in macaw.persistenceLayer.production with parameters of type Log | |
---|---|
SQLChangeEventManager(Log log)
|
|
SQLFilterQueries(Log log,
SQLListChoiceManager listChoiceManager)
|
Uses of Log in macaw.presentationLayer |
---|
Fields in macaw.presentationLayer declared as Log | |
---|---|
protected Log |
VariableEditor.log
|
Uses of Log in macaw.system |
---|
Methods in macaw.system that return Log | |
---|---|
Log |
SessionProperties.getLog()
|
Uses of Log in macaw.test.curation |
---|
Fields in macaw.test.curation declared as Log | |
---|---|
protected Log |
MacawCurationTestCase.log
|
Uses of Log in macaw.test.retrieval |
---|
Fields in macaw.test.retrieval declared as Log | |
---|---|
protected Log |
MacawRetrievalTestCase.log
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |