pt.ist.fenixframework.core
Class DmlFile

Package class diagram package DmlFile
java.lang.Object
  extended by pt.ist.fenixframework.core.DmlFile

public class DmlFile
extends Object


Constructor Summary
DmlFile(URL url, String relative)
           
 
Method Summary
 boolean equals(Object obj)
           
 URL getUrl()
           
 int hashCode()
           
static List<DmlFile> parseDependencyDmlFiles(String dmlFilesField)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DmlFile

public DmlFile(URL url,
               String relative)
Method Detail

getUrl

public URL getUrl()

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object

parseDependencyDmlFiles

public static List<DmlFile> parseDependencyDmlFiles(String dmlFilesField)
                                             throws SpecifiedDmlFileNotFoundException
Throws:
SpecifiedDmlFileNotFoundException


Copyright © 2013. All Rights Reserved.