protected String getClassesDirectory()

in src/main/java/org/apache/maven/plugins/jdeps/JDKInternalsMojo.java [47:50]


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