Searched defs:files (Results 1 - 25 of 119) sorted by relevance

12345

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/plugins/files/
H A DFilesRepoEntryNotFoundException.java29 package com.sun.identity.idm.plugins.files;
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/plugins/files/
H A DFilesRepoEntryNotFoundException.java29 package com.sun.identity.idm.plugins.files;
/forgerock/opendj2/src/build-tools/org/opends/build/tools/
H A DProcessFilesForPackages.java48 private final List<File> files = new LinkedList<File>(); field in class:ProcessFilesForPackages
53 /** Package documentation files */
85 // Process the filtering of the files contained in the given directory.
87 files.removeAll(docFiles);
89 Collections.sort(files);
92 getProject().setNewProperty("listRPMFiles", formatAsFileList(files));
102 "An error occurs during filtering package files", e);
107 * Returns the installation files for the RPM package.
109 * @return A string containing the installation files for the RPM package.
120 * The list of files t
[all...]
/forgerock/opendj2-hg/src/build-tools/org/opends/build/tools/
H A DProcessFilesForPackages.java48 private final List<File> files = new LinkedList<File>(); field in class:ProcessFilesForPackages
53 /** Package documentation files */
85 // Process the filtering of the files contained in the given directory.
87 files.removeAll(docFiles);
89 Collections.sort(files);
92 getProject().setNewProperty("listRPMFiles", formatAsFileList(files));
102 "An error occurs during filtering package files", e);
107 * Returns the installation files for the RPM package.
109 * @return A string containing the installation files for the RPM package.
120 * The list of files t
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/tools/logdoc/
H A DLogMessagesFormatter.java54 * which contains the log message IDs xml files; parses them; and generate
73 private LogMessagesFormatter(Set<String> files) argument
75 for (String fileName : files ) {
173 Set<String> files = new TreeSet<String>();
175 getXMLFiles(args[i], files);
177 new LogMessagesFormatter(files);
187 private static void getXMLFiles(String dir, Set<String> files) argument
193 files.add(dir + "/" + children[i]);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/tools/logdoc/
H A DLogMessagesFormatter.java54 * which contains the log message IDs xml files; parses them; and generate
73 private LogMessagesFormatter(Set<String> files) argument
75 for (String fileName : files ) {
173 Set<String> files = new TreeSet<String>();
175 getXMLFiles(args[i], files);
177 new LogMessagesFormatter(files);
187 private static void getXMLFiles(String dir, Set<String> files) argument
193 files.add(dir + "/" + children[i]);
/forgerock/opendj-b2.6/tests/staf-tests/shared/java/ldapjdk/
H A DEclReadAndPlay.java38 // dbPath --> stores files containing csn of identifiers
60 static HashMap<String,File> files; field in class:EclReadAndPlay
85 files = new HashMap<String,File>();
87 // Load latest read CSN values from files in db/ directory
106 // System.out.println(files[i] + "\t" + mycsn);
109 files.put(id, f);
/forgerock/opendj2/tests/staf-tests/shared/java/ldapjdk/
H A DEclReadAndPlay.java37 // dbPath --> stores files containing csn of identifiers
59 static HashMap<String,File> files; field in class:EclReadAndPlay
84 files = new HashMap<String,File>();
86 // Load latest read CSN values from files in db/ directory
105 // System.out.println(files[i] + "\t" + mycsn);
108 files.put(id, f);
/forgerock/opendj2.6.2/tests/staf-tests/shared/java/ldapjdk/
H A DEclReadAndPlay.java38 // dbPath --> stores files containing csn of identifiers
60 static HashMap<String,File> files; field in class:EclReadAndPlay
85 files = new HashMap<String,File>();
87 // Load latest read CSN values from files in db/ directory
106 // System.out.println(files[i] + "\t" + mycsn);
109 files.put(id, f);
/forgerock/opendj2-jel-hg/tests/staf-tests/shared/java/ldapjdk/
H A DEclReadAndPlay.java38 // dbPath --> stores files containing csn of identifiers
60 static HashMap<String,File> files; field in class:EclReadAndPlay
85 files = new HashMap<String,File>();
87 // Load latest read CSN values from files in db/ directory
106 // System.out.println(files[i] + "\t" + mycsn);
109 files.put(id, f);
/forgerock/opendj2-hg/tests/staf-tests/shared/java/ldapjdk/
H A DEclReadAndPlay.java37 // dbPath --> stores files containing csn of identifiers
59 static HashMap<String,File> files; field in class:EclReadAndPlay
84 files = new HashMap<String,File>();
86 // Load latest read CSN values from files in db/ directory
105 // System.out.println(files[i] + "\t" + mycsn);
108 files.put(id, f);
/forgerock/openidm-v4/openidm-maintenance/src/main/java/org/forgerock/openidm/maintenance/upgrade/
H A DUpdateLogEntry.java40 private List<JsonValue> files = new ArrayList<>(); field in class:UpdateLogEntry
124 return files;
127 public void setFiles(List<JsonValue> files) { argument
128 this.files = files;
132 files.add(file);
159 ret.put("files", files);
/forgerock/openidm-v4/openidm-patch-base/src/main/java/org/forgerock/openidm/patch/utils/
H A DPatchUtil.java63 * the "files" directory. Target files use the same path as the name that
64 * occurs in the patch, relative to that "files" directory.
67 * @param installDir the directory containing the files to replace
68 * @throws IOException Indicates a failure while extracting files from the patch bundle
75 * Replaces multiple files matching corresponding name patterns with the
76 * specified files.
80 * @param files Array of file names and corresponding matching patterns
82 * @throws IOException Indicates a failure while extracting files from the patch bundle
84 public void replaceFilesWithPattern(URL patchUrl, File targetDir, String[][] files, argument
[all...]
/forgerock/openam-v13/openam-federation/OpenFM/src/main/java/com/sun/identity/fedlet/
H A DCreateAGZip.java373 List files = getAllFiles(warDir, true);
380 for (Iterator i = files.iterator(); i.hasNext();) {
392 deleteAllFiles(warDir, files);
411 List files = getAllFiles(workDir, true);
415 for (Iterator i = files.iterator(); i.hasNext(); ) {
429 deleteAllFiles(workDir, files);
443 private void deleteAllFiles(String workDir, List files) { argument
444 for (Iterator i = files.iterator(); i.hasNext(); ) {
H A DCreateFedletJavaArtifacts.java168 // create conf dirctory and create metadata/cot/configuration files
420 List files = getAllFiles(warDir, true);
427 for (Iterator i = files.iterator(); i.hasNext();) {
439 deleteAllFiles(warDir, files);
453 private void deleteAllFiles(String workDir, List files) { argument
454 for (Iterator i = files.iterator(); i.hasNext(); ) {
/forgerock/openam-v13/openam-federation/OpenFM/src/main/java/com/sun/identity/workflow/
H A DCreateFedlet.java407 List<String> files = getAllFiles(warDir, true);
409 for (final String fname : files) {
422 deleteAllFiles(warDir, files);
432 final List<String> files = ZipUtils.generateZip(workDir, zipName);
433 deleteAllFiles(workDir, files);
440 private void deleteAllFiles(String workDir, List<String> files) throws IOException { argument
441 for (String fname : files) {
456 final List<String> files = new ArrayList<>();
461 files.add(file.toAbsolutePath().toString());
469 files
[all...]
/forgerock/openam/openam-federation/OpenFM/src/main/java/com/sun/identity/workflow/
H A DCreateFedlet.java300 final List<String> files = ZipUtils.generateZip(workDir, zipName);
301 deleteAllFiles(workDir, files);
308 private void deleteAllFiles(String workDir, List<String> files) throws IOException { argument
309 for (String fname : files) {
324 final List<String> files = new ArrayList<>();
329 files.add(file.toAbsolutePath().toString());
337 files.add(dir.toAbsolutePath().toString());
343 return files;
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/log/handlers/
H A DFileHandler.java71 * of files. <P>
72 * For a rotating set of files, as each file reaches the limit
74 * new file opened. Successively older files and named by adding "-1", "-2",
85 private File files[]; field in class:FileHandler
87 private int count; // count represent number of history files
325 + ":FileHandler: no. of history files negative " + count);
328 files = new File[count + 1]; // count is the number of history files
331 files[i] = new File(fileName + "-" + i);
333 files[
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/log/handlers/
H A DFileHandler.java72 * of files. <P>
73 * For a rotating set of files, as each file reaches the limit
75 * new file opened. Successively older files and named by adding "-1", "-2",
86 private File files[]; field in class:FileHandler
88 private int count; // count represent number of history files
326 + ":FileHandler: no. of history files negative " + count);
329 files = new File[count + 1]; // count is the number of history files
332 files[i] = new File(fileName + "-" + i);
334 files[
[all...]
/forgerock/opendj2/ext/ant/lib/
H A Dant-apache-bcel.jar ... .util.Enumeration e java.util.Vector files java.util.Vector classes java.util. ...
H A Dant-netrexx.jar ... .apache.tools.ant.DirectoryScanner ds String[] files private void scanDir (java.io.File, java. ...
/forgerock/opendj-b2.6/ext/ant/lib/
H A Dant-apache-bcel.jar ... .util.Enumeration e java.util.Vector files java.util.Vector classes java.util. ...
H A Dant-netrexx.jar ... .apache.tools.ant.DirectoryScanner ds String[] files private void scanDir (java.io.File, java. ...
/forgerock/opendj2.6.2/ext/ant/lib/
H A Dant-apache-bcel.jar ... .util.Enumeration e java.util.Vector files java.util.Vector classes java.util. ...
H A Dant-netrexx.jar ... .apache.tools.ant.DirectoryScanner ds String[] files private void scanDir (java.io.File, java. ...

Completed in 66 milliseconds

12345