3233343536373839404142
switch (option) { case JAR: { return new DDRLoader(new JarResource(path)); } case FOLDER: { return new DDRLoader(new FileResource(path)); } case URL: { return new DDRLoader(new URLResource(path)); } case NOOP: {