Class InputsHandler
- java.lang.Object
-
- org.jboss.windup.bootstrap.commands.windup.InputsHandler
-
public class InputsHandler extends Object
-
-
Constructor Summary
Constructors Constructor Description InputsHandler()
-
-
-
Method Detail
-
handle
public List<Path> handle(List<Path> inputs)
Handles input path(s). Behaviour will differ depending on the number on inputs: if a single input is given, and it contains multiple archives, each will be considered to be a single application. If multiple inputs are given, each will be considered to be an application.
-
-