hades.manager
Class Hugo

java.lang.Object
  extended byhades.manager.Hugo

class Hugo
extends java.lang.Object


Constructor Summary
(package private) Hugo()
           
 
Method Summary
static java.io.File[] getClasspathEntries()
          read the "java.class.path" system property, break its contents into individual parts, and create a File for each entry.
static void main(java.lang.String[] argv)
           
static void msg(java.lang.String s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Hugo

Hugo()
Method Detail

getClasspathEntries

public static java.io.File[] getClasspathEntries()
read the "java.class.path" system property, break its contents into individual parts, and create a File for each entry. Return an File array with those Files.


msg

public static void msg(java.lang.String s)

main

public static void main(java.lang.String[] argv)