Class PackageDiscoveryTask
- java.lang.Object
-
- org.jboss.windup.web.services.messaging.PackageDiscoveryTask
-
- All Implemented Interfaces:
Runnable
public class PackageDiscoveryTask extends Object implements Runnable
Performs the task of discovering packages and caching the resulting data in the database.- Author:
- David Klingenberg
-
-
Constructor Summary
Constructors Constructor Description PackageDiscoveryTask()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidrun()voidsetApplication(RegisteredApplication application)Sets the application to run discovery on.
-
-
-
Method Detail
-
setApplication
public void setApplication(RegisteredApplication application)
Sets the application to run discovery on.
-
-