Package de.tudresden.ws.conf

Examples of de.tudresden.ws.conf.Config


  static Log logger;
 
  public static void main (String args[])
  {
 
    conf = new Config();
    if(args.length == 1) conf.read_config(args[0]);
   
      logger = conf.logger;
      logger.write(conf.name + " is going to start", 1);     
           
View Full Code Here

TOP

Related Classes of de.tudresden.ws.conf.Config

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.