../fw.batch/src/main/java/com/xxxxxxx/drvpp/fw/batch/controller/ApplicationController.java
package com.xxxxxxx.drvpp.fw.batch.controller;
public interface ApplicationController {
int doExecute(String[] args);
}