protected String getRecursive()

in src/main/org/apache/ant/vss/MSVSS.java [308:310]


    protected String getRecursive() {
        return recursive ? FLAG_RECURSION : "";
    }