Package org.latte.scripting.hostobjects

Examples of org.latte.scripting.hostobjects.Shell


        }
      }
    });
    register("thread", new Thread());
    register("sleep", new Sleep());
    register("shell", new Shell());
    register("open", new Open());
    register("hget", new HGet());
    register("hpost", new HPost());
    register("jdbc", new JDBC());
    register("gethostbyaddr", new GetHostByAddr());
View Full Code Here

TOP

Related Classes of org.latte.scripting.hostobjects.Shell

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.