Searched refs:fileName (Results 1 - 25 of 455) sorted by relevance

1234567891011>>

/forgerock/openam-v13/openam-tools/openam-installtools/src/main/java/com/sun/identity/install/tools/configurator/
H A DBackupFileTask.java43 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 DUserResponseHandler.java42 * @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 DSingleUninstallDriver.java40 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 DBackupFileTask.java43 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 DUserResponseHandler.java42 * @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 DSingleUninstallDriver.java40 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 DResourceReader.java52 * 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 DConfigurationFileLocator.java47 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 DFileHelper.java50 * @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 DConfigurationFileLocator.java47 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 DFileHelper.java50 * @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 DSystemProperties.java56 * @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 DSystemProperties.java56 * @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 DFileHandler.java91 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 DFileHandler.java92 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 DConfigHandlerBase.java78 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 DAmAgentLocalLog.java117 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 DConfigHandlerBase.java78 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 DArchiver.java87 * @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 DArchiver.java90 * @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 DResource.java51 * @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 DResource.java51 * @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 DGeneralFileFilter.java66 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 DGeneralFileFilter.java66 String fileName = path.getName();
67 return Utils.isMatch(fileName, fileNamePattern, wildCard);
/forgerock/opendj2/src/build-tools/org/opends/build/tools/
H A DProcessFilesForPackages.java246 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...]

Completed in 67 milliseconds

1234567891011>>