Package org.rlcommunity.rlglue.codec.util

Examples of org.rlcommunity.rlglue.codec.util.EnvironmentLoader


    public String env_message(String inMessage) {
        return "";
    }

    public static void main(String[] args){
        EnvironmentLoader L=new EnvironmentLoader(new Test_Empty_Environment());
        L.run();
    }
View Full Code Here

TOP

Related Classes of org.rlcommunity.rlglue.codec.util.EnvironmentLoader

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.