public void setJarSignerFile()

in src/main/java/org/apache/maven/shared/jarsigner/JarSignerCommandLineBuilder.java [134:136]


    public void setJarSignerFile(String jarSignerFile) {
        this.jarSignerFile = jarSignerFile;
    }