protected String getOutput()

in src/main/org/apache/ant/vss/MSVSS.java [447:449]


    protected String getOutput() {
        return outputFileName != null ? FLAG_OUTPUT + outputFileName : "";
    }