net.sf.cotta.utils
Class ClassPathLocator

java.lang.Object
  extended by net.sf.cotta.utils.ClassPathEntryLocator
      extended by net.sf.cotta.utils.ClassPathLocator

Deprecated. use ClassPathEntryLocator

@Deprecated
public class ClassPathLocator
extends ClassPathEntryLocator


Field Summary
 
Fields inherited from class net.sf.cotta.utils.ClassPathEntryLocator
resourceString
 
Constructor Summary
ClassPathLocator(java.lang.Class clazz)
          Deprecated.  
ClassPathLocator(java.lang.String absoluteResourcePath)
          Deprecated.  
 
Method Summary
 ClassPath locate()
          Deprecated. 
 
Methods inherited from class net.sf.cotta.utils.ClassPathEntryLocator
goToClassPathRootDirectory, locateEntry
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClassPathLocator

public ClassPathLocator(java.lang.Class clazz)
Deprecated. 

ClassPathLocator

public ClassPathLocator(java.lang.String absoluteResourcePath)
Deprecated. 
Method Detail

locate

@Deprecated
public ClassPath locate()
Deprecated.