com.atlassian.confluence.plugin
Class DatabasePluginScanner
java.lang.Object
   com.atlassian.confluence.plugin.DatabasePluginScanner
com.atlassian.confluence.plugin.DatabasePluginScanner
- All Implemented Interfaces: 
- Scanner
- public class DatabasePluginScanner 
- extends Object- implements Scanner
Scans the database for plugin data.
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
DatabasePluginScanner
public DatabasePluginScanner(PluginDataDao pluginDataDao,
                             File workDir)
scan
public Collection<DeploymentUnit> scan()
- 
- Specified by:
- scanin interface- Scanner
 
- 
 
getDeploymentUnits
public Collection<DeploymentUnit> getDeploymentUnits()
- 
- Specified by:
- getDeploymentUnitsin interface- Scanner
 
- 
 
reset
public void reset()
- 
- Specified by:
- resetin interface- Scanner
 
- 
 
remove
public void remove(DeploymentUnit deploymentUnit)
            throws PluginException
- 
- Specified by:
- removein interface- Scanner
 
- 
- Throws:
- PluginException