Searched refs:debugFilePropertiesPath (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-shared/src/main/java/com/sun/identity/shared/debug/file/impl/
H A DDebugConfigurationFromProperties.java46 * @param debugFilePropertiesPath path to the debug configuration file
48 public DebugConfigurationFromProperties(String debugFilePropertiesPath) throws InvalidDebugConfigurationException { argument
51 is = DebugConfigurationFromProperties.class.getResourceAsStream(debugFilePropertiesPath);
54 debugFilePropertiesPath + "'.");
95 debugFilePropertiesPath + "'.";
/forgerock/openam/openam-shared/src/main/java/com/sun/identity/shared/debug/file/impl/
H A DDebugConfigurationFromProperties.java48 * @param debugFilePropertiesPath path to the debug configuration file
50 public DebugConfigurationFromProperties(String debugFilePropertiesPath) throws InvalidDebugConfigurationException { argument
53 is = DebugConfigurationFromProperties.class.getResourceAsStream(debugFilePropertiesPath);
56 debugFilePropertiesPath + "'.");
97 debugFilePropertiesPath + "'.";

Completed in 29 milliseconds