/forgerock/openam-v13/openam-tools/openam-installtools/src/main/java/com/sun/identity/install/tools/configurator/ |
H A D | BackupFileTask.java | 43 String fileName = getFileName(stateAccess, properties); 44 if (fileName != null && fileName.length() > 0) { 46 FileUtils.backupFile(fileName, STR_BACK_UP_FILE_SUFFIX); 50 + "while creating a back up for file: '" + fileName 60 String fileName = getFileName(stateAccess, properties); 61 Object[] args = { fileName }; 69 String fileName = getFileName(stateAccess, properties); 70 Object[] args = { fileName }; 83 String fileName [all...] |
H A D | UserResponseHandler.java | 42 * @param fileName 44 public UserResponseHandler(String fileName) throws InstallException { argument 45 setFile(fileName); 64 return fileName; 106 private void setFile(String fileName) { argument 107 this.fileName = fileName; 110 private String fileName; field in class:UserResponseHandler
|
H A D | SingleUninstallDriver.java | 40 String fileName) throws InstallException { 48 // if isSilentMode is true => fileName is user's response file 49 // and if isSilentMode is false => fileName is the filer where the 54 uHandler = new UserResponseHandler(fileName); 77 createResponseFile(fileName, iFinderRunner, iRunner); 39 uninstall(int operationType, InstallLogger uninstallLog, String fileName) argument
|
/forgerock/openam/openam-tools/openam-installtools/src/main/java/com/sun/identity/install/tools/configurator/ |
H A D | BackupFileTask.java | 43 String fileName = getFileName(stateAccess, properties); 44 if (fileName != null && fileName.length() > 0) { 46 FileUtils.backupFile(fileName, STR_BACK_UP_FILE_SUFFIX); 50 + "while creating a back up for file: '" + fileName 60 String fileName = getFileName(stateAccess, properties); 61 Object[] args = { fileName }; 69 String fileName = getFileName(stateAccess, properties); 70 Object[] args = { fileName }; 83 String fileName [all...] |
H A D | UserResponseHandler.java | 42 * @param fileName 44 public UserResponseHandler(String fileName) throws InstallException { argument 45 setFile(fileName); 64 return fileName; 106 private void setFile(String fileName) { argument 107 this.fileName = fileName; 110 private String fileName; field in class:UserResponseHandler
|
H A D | SingleUninstallDriver.java | 40 String fileName) throws InstallException { 48 // if isSilentMode is true => fileName is user's response file 49 // and if isSilentMode is false => fileName is the filer where the 54 uHandler = new UserResponseHandler(fileName); 77 createResponseFile(fileName, iFinderRunner, iRunner); 39 uninstall(int operationType, InstallLogger uninstallLog, String fileName) argument
|
/forgerock/jee-agents-v3.5/jee-agents-sdk/src/main/java/com/sun/identity/agents/util/ |
H A D | ResourceReader.java | 52 * Reads the text content from the specified fileName file and returns the 55 public String getTextFromFile(String fileName) throws AgentException { argument 59 + " file to read from is: " + fileName); 63 inStream = ClassLoader.getSystemResourceAsStream(fileName); 69 + fileName, ex); 78 inStream = cl.getResourceAsStream(fileName); 84 + "trying to get resource for file " + fileName, ex); 91 File contentFile = new File(fileName); 95 + " content for file " + fileName); 102 + " to read content from file " + fileName, e [all...] |
/forgerock/openam-v13/openam-shared/src/main/java/com/sun/identity/shared/configuration/ |
H A D | ConfigurationFileLocator.java | 47 String fileName = null; 52 fileName = System.getProperty("user.home") + "/" + AMCONFIG + 56 return fileName;
|
/forgerock/openam-v13/openam-test/src/test/java/com/sun/identity/test/common/ |
H A D | FileHelper.java | 50 * @param fileName Name of file. 54 public static byte[] getBinary(String fileName) argument 60 File f = new File(fileName); 61 in = new FileInputStream(fileName);
|
/forgerock/openam/openam-shared/src/main/java/com/sun/identity/shared/configuration/ |
H A D | ConfigurationFileLocator.java | 47 String fileName = null; 52 fileName = System.getProperty("user.home") + "/" + AMCONFIG + 56 return fileName;
|
/forgerock/openam/openam-test/src/test/java/com/sun/identity/test/common/ |
H A D | FileHelper.java | 50 * @param fileName Name of file. 54 public static byte[] getBinary(String fileName) argument 60 File f = new File(fileName); 61 in = new FileInputStream(fileName);
|
/forgerock/openam-v13/openam-federation/openam-idpdiscovery/src/main/java/com/sun/identity/saml2/idpdiscovery/ |
H A D | SystemProperties.java | 56 * @param fileName name of file containing the properties to be initialized. 58 public static synchronized void initializeProperties(String fileName) argument 62 if ((fileName != null) && (fileName.length() != 0)) { 63 fis = new FileInputStream(fileName);
|
/forgerock/openam/openam-federation/openam-idpdiscovery/src/main/java/com/sun/identity/saml2/idpdiscovery/ |
H A D | SystemProperties.java | 56 * @param fileName name of file containing the properties to be initialized. 58 public static synchronized void initializeProperties(String fileName) argument 62 if ((fileName != null) && (fileName.length() != 0)) { 63 fis = new FileInputStream(fileName);
|
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/log/handlers/ |
H A D | FileHandler.java | 91 private String fileName; field in class:FileHandler 115 MeteredStream(File fileName, boolean append) throws IOException { argument 116 this.filename = fileName.toString(); 179 Debug.warning(fileName + ":FileHandler: OutputStream is null"); 191 Debug.error(fileName + ":FileHandler: Unsupported Encoding", e); 236 Debug.warning(fileName + 239 Debug.message(fileName + 245 Debug.warning(fileName + 248 Debug.message(fileName + 313 private void openFiles(String fileName) throw argument 344 open(File fileName, boolean append) argument 356 FileHandler(String fileName) argument 399 wrapFilename(String fileName) argument 704 checkForHeaderWritten(String fileName) argument [all...] |
/forgerock/openam/openam-core/src/main/java/com/sun/identity/log/handlers/ |
H A D | FileHandler.java | 92 private String fileName; field in class:FileHandler 116 MeteredStream(File fileName, boolean append) throws IOException { argument 117 this.filename = fileName.toString(); 180 Debug.warning(fileName + ":FileHandler: OutputStream is null"); 192 Debug.error(fileName + ":FileHandler: Unsupported Encoding", e); 237 Debug.warning(fileName + 240 Debug.message(fileName + 246 Debug.warning(fileName + 249 Debug.message(fileName + 314 private void openFiles(String fileName) throw argument 345 open(File fileName, boolean append) argument 357 FileHandler(String fileName) argument 400 wrapFilename(String fileName) argument 705 checkForHeaderWritten(String fileName) argument [all...] |
/forgerock/openam-v13/openam-tools/openam-installtools/src/main/java/com/sun/identity/install/tools/handler/ |
H A D | ConfigHandlerBase.java | 78 protected boolean isValidSaveStateFile(String fileName) { argument 80 if ((fileName == null) || (fileName.trim().length() == 0)) { 84 File file = new File(fileName); 93 new Object[] { fileName }); 104 new Object[] { fileName }); 111 protected boolean isValidUseStateFile(String fileName) { argument 113 if ((fileName == null) || (fileName.trim().length() == 0)) { 117 File file = new File(fileName); [all...] |
/forgerock/jee-agents-v3.5/jee-agents-sdk/src/main/java/com/sun/identity/agents/log/ |
H A D | AmAgentLocalLog.java | 117 String fileName = null; 122 fileName = getConfiguration(CONFIG_LOG_LOCAL_FILE).replace( 125 logFile = new File(fileName); 130 + fileName); 133 + fileName); 137 int length = fileName.lastIndexOf(File.separatorChar); 138 String basePath = fileName.substring(0, length + 1); 144 + fileName); 150 + fileName); 155 + fileName, e [all...] |
/forgerock/openam/openam-tools/openam-installtools/src/main/java/com/sun/identity/install/tools/handler/ |
H A D | ConfigHandlerBase.java | 78 protected boolean isValidSaveStateFile(String fileName) { argument 80 if ((fileName == null) || (fileName.trim().length() == 0)) { 84 File file = new File(fileName); 93 new Object[] { fileName }); 104 new Object[] { fileName }); 111 protected boolean isValidUseStateFile(String fileName) { argument 113 if ((fileName == null) || (fileName.trim().length() == 0)) { 117 File file = new File(fileName); [all...] |
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/log/spi/ |
H A D | Archiver.java | 87 * @param fileName name of the archive file. 90 public void archive(String fileName, String location) { argument 91 if ((fileName == null) || (fileName.length() == 0)) { 99 (com.sun.identity.log.Logger)Logger.getLogger(fileName); 103 String timestampedFileName = location + PREFIX + fileName + "." + 105 String completePath = location + PREFIX + fileName; 108 SecureFileHandler.addToCurrentFileList(fileName, 109 fileName + "." + sdf.format(d).toString(), fileName); [all...] |
/forgerock/openam/openam-core/src/main/java/com/sun/identity/log/spi/ |
H A D | Archiver.java | 90 * @param fileName name of the archive file. 93 public void archive(String fileName, String location) { argument 94 if ((fileName == null) || (fileName.length() == 0)) { 102 (com.sun.identity.log.Logger)Logger.getLogger(fileName); 106 String timestampedFileName = location + PREFIX + fileName + "." + 108 String completePath = location + PREFIX + fileName; 111 SecureFileHandler.addToCurrentFileList(fileName, 112 fileName + "." + sdf.format(d).toString(), fileName); [all...] |
/forgerock/openam-v13/openam-shared/src/main/java/com/sun/identity/shared/xml/ |
H A D | Resource.java | 51 * @param fileName Resource to be read. 55 public static String read(String fileName, Class cl) { argument 58 InputStream in = cl.getResourceAsStream(fileName); 64 in = new FileInputStream(fileName); 70 String fileURL = directoryURL + fileName; 107 * @param fileName File name. 110 public static String read(String fileName) { argument 111 return read(fileName, Resource.class);
|
/forgerock/openam/openam-shared/src/main/java/com/sun/identity/shared/xml/ |
H A D | Resource.java | 51 * @param fileName Resource to be read. 55 public static String read(String fileName, Class cl) { argument 58 InputStream in = cl.getResourceAsStream(fileName); 64 in = new FileInputStream(fileName); 70 String fileURL = directoryURL + fileName; 107 * @param fileName File name. 110 public static String read(String fileName) { argument 111 return read(fileName, Resource.class);
|
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/tools/manifest/ |
H A D | GeneralFileFilter.java | 66 String fileName = path.getName(); 67 return Utils.isMatch(fileName, fileNamePattern, wildCard);
|
/forgerock/openam/openam-core/src/main/java/com/sun/identity/tools/manifest/ |
H A D | GeneralFileFilter.java | 66 String fileName = path.getName(); 67 return Utils.isMatch(fileName, fileNamePattern, wildCard);
|
/forgerock/opendj2/src/build-tools/org/opends/build/tools/ |
H A D | ProcessFilesForPackages.java | 246 final String fileName = file.getName().toLowerCase(); 248 fileName.equals("bat") 249 || fileName.endsWith(".app") 250 || fileName.endsWith(".bat") 251 || fileName.endsWith(".exe") 252 || fileName.equals("readme") 265 final String fileName = file.getName().toLowerCase(); 268 return fileName.equals("legal-notices"); 274 && (fileName.endsWith(".doc") 275 || fileName [all...] |