protected String getClassesDirectory()

in src/main/java/org/apache/maven/plugins/jdeps/JDKInternalsMojo.java [54:56]


    protected String getClassesDirectory() {
        return getProject().getBuild().getOutputDirectory();
    }