|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ikokoon.serenity.process.AProcess
com.ikokoon.serenity.process.Pruner
public class Pruner
This class removes the methods and lines from the model as we will not need them further and they form a very large part of the model which hogs memory.
| Field Summary |
|---|
| Fields inherited from class com.ikokoon.serenity.process.AProcess |
|---|
logger |
| Fields inherited from interface com.ikokoon.serenity.IConstants |
|---|
CLEAN_CLASSES, COMPLEXITY, COVERAGE, DATABASE_FILE_JPA, DATABASE_FILE_ODB, DATABASE_FILE_RAM, DEPENDENCY, EXCLUDED_PACKAGES_PROPERTY, INCLUDED_ADAPTERS_PROPERTY, INCLUDED_JARS_PROPERTY, INCLUDED_PACKAGES_PROPERTY, JAVA_CLASS_PATH, LOG_4_J_PROPERTIES, PROFILING, SERENITY_DIRECTORY, SERENITY_PERSISTENCE_UNIT, SERENITY_SOURCE, SUREFIRE_TEST_CLASS_PATH, WRITE_CLASSES |
| Constructor Summary | |
|---|---|
Pruner(IProcess parent,
IDataBase dataBase)
Constructor takes the parent. |
|
| Method Summary | |
|---|---|
void |
execute()
This is the method that executes the logic for the process. |
| Methods inherited from class com.ikokoon.serenity.process.AProcess |
|---|
setChild |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Pruner(IProcess parent,
IDataBase dataBase)
parent - the parent process that will chain this process| Method Detail |
|---|
public void execute()
execute in interface IProcessexecute in class AProcessAProcess
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||