Package net.sf.jmp3renamer

Examples of net.sf.jmp3renamer.Configurable.saveConfig()


        ServiceTracker st = new ServiceTracker(ctx, Configurable.class.getName(), null);
        st.open();
        Object[] plugins = st.getServices();
        for (Object plugin : plugins) {
            Configurable c = (Configurable) plugin;
            c.saveConfig();
        }
        st.close();
    }

    public void addPlugin(DataPlugin plugin) {
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.