

Public Member Functions | |
| boolean | isMine (Object entity) |
| void | cleanEntity (Object entity, CleanupMode mode) |
| void | cleanFromCommons (String entityPath, CleanupMode mode, Set< Commons > commons) |
| Set< String > | pathsForRoot (String root, Commons common) |
Public Member Functions inherited from org.turro.cleanup.AbstractCleanup | |
| void | setConsole (ICleanupConsole console) |
| void | cleanOrphans () |
Additional Inherited Members | |
Protected Member Functions inherited from org.turro.cleanup.AbstractCleanup | |
| ICleanupConsole | getConsole () |
| Set< String > | getOrphans (Set< String > entities, Set< String > mapped) |
| void | cleanOrphansFor (String root, Set< String > entities) |
Definition at line 35 of file CommonsCleanup.java.
| void org.turro.cleanup.CommonsCleanup.cleanEntity | ( | Object | entity, |
| CleanupMode | mode | ||
| ) |
Implements org.turro.cleanup.IElephantCleanup.
Definition at line 43 of file CommonsCleanup.java.
| void org.turro.cleanup.CommonsCleanup.cleanFromCommons | ( | String | entityPath, |
| CleanupMode | mode, | ||
| Set< Commons > | commons | ||
| ) |
Reimplemented from org.turro.cleanup.AbstractCleanup.
Definition at line 48 of file CommonsCleanup.java.

| boolean org.turro.cleanup.CommonsCleanup.isMine | ( | Object | entity | ) |
Implements org.turro.cleanup.IElephantCleanup.
Definition at line 38 of file CommonsCleanup.java.
| Set<String> org.turro.cleanup.CommonsCleanup.pathsForRoot | ( | String | root, |
| Commons | common | ||
| ) |
Reimplemented from org.turro.cleanup.AbstractCleanup.
Definition at line 77 of file CommonsCleanup.java.
