Package de.intarsys.tools.locator
Class LocatorTools
- java.lang.Object
-
- de.intarsys.tools.locator.LocatorTools
-
public class LocatorTools extends java.lang.Object
Tool methods for dealing withILocator
.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
PATH_SEPARATOR
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ILocator[]
createLocators(java.lang.String paths, ILocatorFactory factory)
static byte[]
getBytes(ILocator locator)
static java.io.File
getFile(ILocator locator)
-
-
-
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
-
-