Searched refs:FileLookup (Results 1 - 4 of 4) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/common/
H A DResourceLookup.java34 import com.sun.identity.shared.search.FileLookup;
44 * ResourceLookup is a partial replacement for implementation of FileLookup. It
95 // calls FileLookup to get the file paths to locate file
97 File[] orderedPaths = FileLookup.getOrderedPaths(fileRoot, locale,
/forgerock/openam/openam-core/src/main/java/com/sun/identity/common/
H A DResourceLookup.java34 import com.sun.identity.shared.search.FileLookup;
44 * ResourceLookup is a partial replacement for implementation of FileLookup. It
95 // calls FileLookup to get the file paths to locate file
97 File[] orderedPaths = FileLookup.getOrderedPaths(fileRoot, locale,
/forgerock/openam-v13/openam-shared/src/main/java/com/sun/identity/shared/search/
H A DFileLookup.java25 * $Id: FileLookup.java,v 1.4 2008/06/25 05:53:05 qcheng Exp $
47 * FileLookup should follow the same look up pattern of the Java
55 public class FileLookup { class
140 debug.error("FileLookup.getOrderedPaths():Filename was null");
481 debug.message("FileLookup:getFirstExistingRemote");
/forgerock/openam/openam-shared/src/main/java/com/sun/identity/shared/search/
H A DFileLookup.java25 * $Id: FileLookup.java,v 1.4 2008/06/25 05:53:05 qcheng Exp $
47 * FileLookup should follow the same look up pattern of the Java
55 public class FileLookup { class
140 debug.error("FileLookup.getOrderedPaths():Filename was null");
481 debug.message("FileLookup:getFirstExistingRemote");

Completed in 34 milliseconds