Package org.jasen.util

Examples of org.jasen.util.ReadOnlyList


     * result in an UnsupportedOperationException
     * @return A list of PluginContainer objects containing the registered plugins
     * @see org.jasen.core.PluginContainer
     */
    public List getPlugins() {
        return new ReadOnlyList(jasen.getPlugins());
    }
View Full Code Here

TOP

Related Classes of org.jasen.util.ReadOnlyList

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.