org.acm.seguin.ide.common
Class PackageNameLoader

java.lang.Object
  extended by org.acm.seguin.ide.common.PackageNameLoader

public class PackageNameLoader
extends java.lang.Object

Loads the name of the package from the package.uml file

Author:
Chris Seguin

Constructor Summary
PackageNameLoader()
           
 
Method Summary
 java.lang.String load(java.lang.String filename)
          Loads the package name from a package.uml file
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PackageNameLoader

public PackageNameLoader()
Method Detail

load

public java.lang.String load(java.lang.String filename)
Loads the package name from a package.uml file

Parameters:
filename - the name of the file
Returns:
the package name