de.intarsys.tools.locator
Class LocatorTools

java.lang.Object
  extended by de.intarsys.tools.locator.LocatorTools

public class LocatorTools
extends java.lang.Object

Tool methods for dealing with ILocator.


Field Summary
static java.lang.String PATH_SEPARATOR
           
 
Method Summary
static ILocator[] createLocators(java.lang.String paths, ILocatorFactory factory)
           
static byte[] getBytes(ILocator locator)
           
static java.io.File getFile(ILocator locator)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PATH_SEPARATOR

public static final java.lang.String PATH_SEPARATOR
See Also:
Constant Field Values
Method Detail

createLocators

public static ILocator[] createLocators(java.lang.String paths,
                                        ILocatorFactory factory)
                                 throws java.io.IOException
Throws:
java.io.IOException

getBytes

public static final byte[] getBytes(ILocator locator)
                             throws java.io.IOException
Throws:
java.io.IOException

getFile

public static final java.io.File getFile(ILocator locator)
                                  throws java.io.IOException
Throws:
java.io.IOException