|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||

java.lang.Objectorg.apache.maven.archiva.database.updater.DatabaseConsumers
public class DatabaseConsumers
DatabaseConsumers
| Constructor Summary | |
|---|---|
DatabaseConsumers(ArchivaConfiguration archivaConfiguration)
|
|
| Method Summary | |
|---|---|
void |
executeCleanupConsumer(ArchivaArtifact artifact)
Execute the cleanup consumers to cleanup the specified artifact from the database and index. |
java.util.List<DatabaseCleanupConsumer> |
getAvailableCleanupConsumers()
Get the complete List of DatabaseCleanupConsumer objects
that are available in the system, regardless of configuration. |
java.util.List<DatabaseUnprocessedArtifactConsumer> |
getAvailableUnprocessedConsumers()
Get the complete List of DatabaseUnprocessedArtifactConsumer objects
that are available in the system, regardless of configuration. |
java.util.List<ArchivaArtifactConsumer> |
getSelectedCleanupConsumers()
Get the List of DatabaseCleanupConsumer objects for those
consumers selected due to the configuration. |
java.util.List<ArchivaArtifactConsumer> |
getSelectedUnprocessedConsumers()
Get the List of DatabaseUnprocessedArtifactConsumer objects
for those consumers selected due to the configuration. |
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DatabaseConsumers(ArchivaConfiguration archivaConfiguration)
| Method Detail |
|---|
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
throws org.springframework.beans.BeansException
setApplicationContext in interface org.springframework.context.ApplicationContextAwareorg.springframework.beans.BeansExceptionpublic java.util.List<ArchivaArtifactConsumer> getSelectedUnprocessedConsumers()
List of DatabaseUnprocessedArtifactConsumer objects
for those consumers selected due to the configuration.
DatabaseUnprocessedArtifactConsumer objects.public java.util.List<ArchivaArtifactConsumer> getSelectedCleanupConsumers()
List of DatabaseCleanupConsumer objects for those
consumers selected due to the configuration.
DatabaseCleanupConsumer objects.public java.util.List<DatabaseUnprocessedArtifactConsumer> getAvailableUnprocessedConsumers()
List of DatabaseUnprocessedArtifactConsumer objects
that are available in the system, regardless of configuration.
DatabaseUnprocessedArtifactConsumer objects.public java.util.List<DatabaseCleanupConsumer> getAvailableCleanupConsumers()
List of DatabaseCleanupConsumer objects
that are available in the system, regardless of configuration.
DatabaseCleanupConsumer objects.public void executeCleanupConsumer(ArchivaArtifact artifact)
artifact -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||