|
ProgramixGenericLib v4.0.0 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IOTools.ResourceLocator | |
|---|---|
| com.programix.io | Java I/O related utilities. |
| Uses of IOTools.ResourceLocator in com.programix.io |
|---|
| Classes in com.programix.io that implement IOTools.ResourceLocator | |
|---|---|
static class |
IOTools.BaseDirectoryResourceLocator
An implementation of IOTools.ResourceLocator that uses the specified
base directory to try to locate resources. |
static class |
IOTools.ClassLoaderResourceLocator
An implementation of IOTools.ResourceLocator that uses the specified
Class to try to locate resources. |
static class |
IOTools.ServletResourceLocator
An implementation of IOTools.ResourceLocator that uses the specified
HttpServlet to try to locate resources. |
| Methods in com.programix.io with parameters of type IOTools.ResourceLocator | |
|---|---|
static void |
IOTools.prependResourceLocator(IOTools.ResourceLocator locator)
Adds the specified locator to the beginning of the list of IOTools.ResourceLocator's to use when searching for resources. |
static boolean |
IOTools.removeResourceLocator(IOTools.ResourceLocator rl)
Removes the specified ResourceLocator from the list if it exists. |
|
ProgramixGenericLib v4.0.0 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||