Package net.sf.jmp3renamer

Examples of net.sf.jmp3renamer.Configurable


        // save configs of all plugins
        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();
    }
View Full Code Here

TOP

Related Classes of net.sf.jmp3renamer.Configurable

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.