Package | Description |
---|---|
com.sun.identity.shared.search |
Modifier and Type | Method and Description |
---|---|
static File |
FileLookup.getFirstExisting(String type,
String locale,
String component,
String clientPath,
String filename,
String templateDir,
boolean enableCache)
Return the first existing file in the ordered search paths.
|
static File |
FileLookup.getFirstExisting(String type,
String locale,
String component,
String orgFilePath,
String clientPath,
String filename,
String templateDir,
boolean enableCache)
Returns the first existing file in the ordered search paths.
|
static String |
FileLookup.getFirstExistingRemote(String server,
String type,
String locale,
String filename)
Returns the first existing url found on the remote server.
|
static File[] |
FileLookup.getOrderedPaths(String type,
String locale,
String component,
String orgPath,
String clientPath,
String filename)
Returns all possible paths for the specified file in an ordered array.
|
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.