public class FindSupport
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
PROP_ARCH |
static java.lang.String |
PROP_NL |
static java.lang.String |
PROP_OS |
static java.lang.String |
PROP_WS |
| Constructor and Description |
|---|
FindSupport() |
| Modifier and Type | Method and Description |
|---|---|
static java.net.URL |
find(Bundle bundle,
IPath path)
See doc on
FileLocator.find(Bundle, IPath, Map) |
static java.net.URL |
find(Bundle b,
IPath path,
java.util.Map<java.lang.String,java.lang.String> override)
See doc on
FileLocator.find(Bundle, IPath, Map) |
static java.net.URL |
find(java.net.URL url)
See doc on
FileLocator.find(URL) |
static java.net.URL[] |
findEntries(Bundle bundle,
IPath path)
See doc on
FileLocator.findEntries(Bundle, IPath) |
static java.net.URL[] |
findEntries(Bundle bundle,
IPath path,
java.util.Map<java.lang.String,java.lang.String> override)
See doc on
FileLocator.findEntries(Bundle, IPath, Map) |
static java.io.InputStream |
openStream(Bundle bundle,
IPath file,
boolean substituteArgs)
|
public static final java.lang.String PROP_NL
public static final java.lang.String PROP_OS
public static final java.lang.String PROP_WS
public static final java.lang.String PROP_ARCH
public static java.net.URL find(Bundle bundle,
IPath path)
FileLocator.find(Bundle, IPath, Map)public static java.net.URL find(Bundle b,
IPath path,
java.util.Map<java.lang.String,java.lang.String> override)
FileLocator.find(Bundle, IPath, Map)public static java.net.URL[] findEntries(Bundle bundle,
IPath path)
FileLocator.findEntries(Bundle, IPath)public static java.net.URL[] findEntries(Bundle bundle,
IPath path,
java.util.Map<java.lang.String,java.lang.String> override)
FileLocator.findEntries(Bundle, IPath, Map)public static final java.io.InputStream openStream(Bundle bundle,
IPath file,
boolean substituteArgs)
throws java.io.IOException
java.io.IOExceptionpublic static java.net.URL find(java.net.URL url)
FileLocator.find(URL)