Package net.sourceforge.justin.sample.hello

Examples of net.sourceforge.justin.sample.hello.Hello


     * net.sourceforge.justin.sample.core.SampleInterface#getPluginDependenciesList
     * ()
     */
    public List<String> getPluginDependenciesList() {
        final List<String> result = new ArrayList<String>(1);
        result.add(new Hello().getPluginName());
        return result;
    }
View Full Code Here

TOP

Related Classes of net.sourceforge.justin.sample.hello.Hello

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.