Package org.saiku.service.util.dto

Examples of org.saiku.service.util.dto.Plugin


         * TODO use a metadata.js file for alternative details.
         */
        if (subfiles != null) {
          for (File s : subfiles) {
            if (s.getName().equals("plugin.js")) {
              Plugin p = new Plugin(s.getParentFile().getName(),
                  "js/saiku/plugins/" + s.getParentFile().getName() + "/plugin.js");
              l.add(p);
            }
          }
        }
View Full Code Here

TOP

Related Classes of org.saiku.service.util.dto.Plugin

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.