Searched defs:file (Results 276 - 300 of 552) sorted by relevance

<<11121314151617181920>>

/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/
H A DBinaryAttributeEditorPanel.java4 * The contents of this file are subject to the terms of the
6 * (the "License"). You may not use this file except in compliance
15 * file and include the License file at legal-notices/CDDLv1_0.txt.
67 private JTextField file; field in class:BinaryAttributeEditorPanel
104 // Read the file or encode the base 64 content.
152 file.setText("");
156 file.setText(value.getFile().getAbsolutePath());
163 file.setText("");
222 return file;
[all...]
H A DExportLDIFPanel.java4 * The contents of this file are subject to the terms of the
6 * (the "License"). You may not use this file except in compliance
15 * file and include the License file at legal-notices/CDDLv1_0.txt.
69 * file.
76 private JTextField file; field in class:ExportLDIFPanel
115 return file;
169 file = Utilities.createTextField();
175 String text = file.getText().trim();
189 file
[all...]
H A DImportLDIFPanel.java4 * The contents of this file are subject to the terms of the
6 * (the "License"). You may not use this file except in compliance
15 * file and include the License file at legal-notices/CDDLv1_0.txt.
74 * The panel where the user can import the contents of an LDIF file to the
81 private JTextField file; field in class:ImportLDIFPanel
129 return file;
181 file = Utilities.createTextField();
182 lFile.setLabelFor(file);
188 String text = file
[all...]
H A DNewObjectClassPanel.java4 * The contents of this file are subject to the terms of the
6 * (the "License"). You may not use this file except in compliance
15 * file and include the License file at legal-notices/CDDLv1_0.txt.
120 private JTextField file = Utilities.createLongTextField(); field in class:NewObjectClassPanel
589 Component[] comps = {aliases, origin, file, type, obsolete};
627 file.setText(ConfigConstants.FILE_USER_SCHEMA_ELEMENTS);
653 String f = file.getText().trim();
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/quicksetup/util/
H A DFileManager.java4 * The contents of this file are subject to the terms of the
6 * (the "License"). You may not use this file except in compliance
15 * file and include the License file at legal-notices/CDDLv1_0.txt.
41 * file system files. This class handles application notifications for
47 * Describes the approach taken to deleting a file or directory.
52 * Delete the file or directory immediately.
57 * Mark the file or directory for deletion after the JVM has exited.
62 * First try to delete the file immediately. If the deletion was
63 * unsuccessful mark the file fo
228 deleteRecursively(File file) argument
243 deleteRecursively(File file, FileFilter filter, DeletionPolicy deletePolicy) argument
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/plugin/configuration/impl/
H A DFedletConfigurationImpl.java6 * The contents of this file are subject to the terms
8 * (the License). You may not use this file except in
18 * Header Notice in each file and include the License file
69 // Name of attribute in COT file to contains the COT name
71 // Suffix for extended metadata file name.
73 // Suffix for COT file name.
157 * Standard metadata is stored in a file named <fileName>.xml
158 * Extended metadata is stored in a file named <fileName>-extended.xml
163 * COT is stored in a file name
422 openFile(String file) argument
[all...]
/forgerock/openam-v13/openam-tools/openam-diagnostics/openam-diagnostics-base/src/main/java/com/sun/identity/diagnostic/base/core/utils/
H A DProcessExecutor.java6 * The contents of this file are subject to the terms
8 * (the License). You may not use this file except in
18 * Header Notice in each file and include the License file
124 String file,
130 if (file.equalsIgnoreCase(defaultFile)){
131 retval = File.createTempFile(file , null);
133 retval = new File(file);
223 /* read the error message from error file */
297 /* read the error message from error file */
123 createRedirectFile( String file, String defaultFile, boolean deletePolicy ) argument
406 getFileBuffer(File file) argument
[all...]
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/base/model/
H A DAMPropertySheetModel.java6 * The contents of this file are subject to the terms
8 * (the License). You may not use this file except in
18 * Header Notice in each file and include the License file
133 public AMPropertySheetModel(ServletContext sc, String file) { argument
134 super(sc, file);
/forgerock/openam-v13/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/record/
H A DDefaultDebugRecorder.java2 * The contents of this file are subject to the terms of the Common Development and
3 * Distribution License (the License). You may not use this file except in compliance with the
9 * When distributing Covered Software, include this CDDL Header Notice in each file and include
10 * the License file at legal/CDDLv1.0.txt. If applicable, add the following below the CDDL
32 import org.forgerock.openam.utils.file.ZipUtils;
46 import java.nio.file.FileVisitResult;
47 import java.nio.file.Files;
48 import java.nio.file.Path;
49 import java.nio.file.Paths;
50 import java.nio.file
472 delete(String file) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/server/changelog/file/
H A DChangeNumberIndexer.java4 * The contents of this file are subject to the terms of the
6 * (the "License"). You may not use this file except in compliance
15 * file and include the License file at legal-notices/CDDLv1_0.txt.
26 package org.opends.server.replication.server.changelog.file;
H A DFileReplicaDB.java4 * The contents of this file are subject to the terms of the
6 * (the "License"). You may not use this file except in compliance
15 * file and include the License file at legal-notices/CDDLv1_0.txt.
26 package org.opends.server.replication.server.changelog.file;
47 import org.opends.server.replication.server.changelog.file.Log.RepositionableCursor;
H A DLogFile.java4 * The contents of this file are subject to the terms of the
6 * (the "License"). You may not use this file except in compliance
15 * file and include the License file at legal-notices/CDDLv1_0.txt.
26 package org.opends.server.replication.server.changelog.file;
46 import org.opends.server.replication.server.changelog.file.Log.RepositionableCursor;
50 * A log file, containing part of a {@code Log}. The log file may be:
57 * A log file is NOT intended to be used directly, but only has part of a
69 /** The file containin
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tools/upgrade/
H A DUpgradeUtils.java4 * The contents of this file are subject to the terms of the
6 * (the "License"). You may not use this file except in compliance
15 * file and include the License file at legal-notices/CDDLv1_0.txt.
197 // Read the first line and close the file.
224 * Returns the absolute path for the given file. It tries to get the canonical
225 * file path. If it fails it returns the string representation.
229 * @return the absolute path for the given file.
248 * file: reporting the error is not necessary.
278 * Determines whether one file i
664 writeFileHeaderComments(final File file, final LDIFEntryWriter writer) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/types/
H A DDirectoryEnvironmentConfig.java4 * The contents of this file are subject to the terms of the
6 * (the "License"). You may not use this file except in compliance
15 * file and include the License file at legal-notices/CDDLv1_0.txt.
204 * then the location of the config file, if available, is used to determine
227 // Try to figure out root from the location of the configuration file
318 private File forceNonRelativeFile(File file) { argument
323 return file.getCanonicalFile();
327 return file.getAbsoluteFile();
447 * Retrieves the configuration file tha
[all...]
/forgerock/web-agents-v4/source/
H A Dconfig_file.c2 * The contents of this file are subject to the terms of the Common Development and
3 * Distribution License (the License). You may not use this file except in compliance with the
9 * When distributing Covered Software, include this CDDL Header Notice in each file and include
10 * the License file at legal/CDDLv1.0.txt. If applicable, add the following below the CDDL
22 * Agent configuration file parser (local configuration)
393 FILE *file = NULL; local
405 file = fopen(filename, "r");
406 if (file == NULL) {
408 "%s can't open file %s (error: %d)", thisfunc,
414 while ((read = get_line(&line, &len, file)) !
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/replication/server/changelog/file/
H A DBlockLogReaderWriterTest.java4 * The contents of this file are subject to the terms of the
6 * (the "License"). You may not use this file except in compliance
15 * file and include the License file at legal-notices/CDDLv1_0.txt.
26 package org.opends.server.replication.server.changelog.file;
31 import static org.opends.server.replication.server.changelog.file.BlockLogReader.*;
61 private static final File TEST_FILE = new File(TEST_DIRECTORY, "file");
90 // size of block, expected size of file after all records are written, records
432 /** Write as many records as needed to reach provided file size. Records goes from 1 up to N. */
444 /** Returns provided number of keys to seek in random order, for a file o
[all...]
H A DFileReplicaDBTest.java4 * The contents of this file are subject to the terms of the
6 * (the "License"). You may not use this file except in compliance
15 * file and include the License file at legal-notices/CDDLv1_0.txt.
26 package org.opends.server.replication.server.changelog.file;
265 * TODO : this works only if we ensure that there is a rotation of ahead log file
266 * at right place. Each record takes 54 bytes, so it means : 108 < max file size < 162 to have
267 * the last record alone in the ahead log file
268 * Re-enable this test when max file size is customizable for log
H A DLogFileTest.java4 * The contents of this file are subject to the terms of the
6 * (the "License"). You may not use this file except in compliance
15 * file and include the License file at legal-notices/CDDLv1_0.txt.
26 package org.opends.server.replication.server.changelog.file;
41 import org.opends.server.replication.server.changelog.file.LogFile.LogFileCursor;
69 * Create a new log file with ten records starting from (key01, value1) until (key10, value10).
250 // open the log file: the file should be repaired at this point
264 /** Append some raw data to the TEST_LOG_FILE. Intended to corrupt the log file
[all...]
H A DLogTest.java4 * The contents of this file are subject to the terms of the
6 * (the "License"). You may not use this file except in compliance
15 * file and include the License file at legal-notices/CDDLv1_0.txt.
26 package org.opends.server.replication.server.changelog.file;
32 import static org.opends.server.replication.server.changelog.file.LogFileTest.*;
44 import org.opends.server.replication.server.changelog.file.Log.LogRotationParameters;
45 import org.opends.server.replication.server.changelog.file.LogFileTest.FailingStringRecordParser;
46 import org.opends.server.replication.server.changelog.file.Record.Mapper;
84 // This size is set in order to have 2 records per log file befor
[all...]
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/base/model/
H A DAMPropertySheetModel.java6 * The contents of this file are subject to the terms
8 * (the License). You may not use this file except in
18 * Header Notice in each file and include the License file
133 public AMPropertySheetModel(ServletContext sc, String file) { argument
134 super(sc, file);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/flatfile/
H A DSMSFlatFileObject.java6 * The contents of this file are subject to the terms
8 * (the License). You may not use this file except in
18 * Header Notice in each file and include the License file
58 * This class represents a configuration object stored in a file.
59 * Each file lives in a file system under a directory of configuration
66 * The directory has a file with the object's attributes in
67 * java.util.Properties format. The file name is Attributes.properties.
101 public boolean accept(File file) { argument
[all...]
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/upgrade/
H A DOpenDJUpgrader.java6 * The contents of this file are subject to the terms
8 * (the License). You may not use this file except in
17 * Header Notice in each file and include the License file
27 import static java.nio.file.Files.copy;
142 private OpenDJVersion readVersionFromFile(final File file) { argument
144 String version = IOUtils.readStream(new FileInputStream(file)).trim();
147 error("Unable to read OpenDJ version from file: " + file, e);
154 * file i
[all...]
/forgerock/openam/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/record/
H A DDefaultDebugRecorder.java2 * The contents of this file are subject to the terms of the Common Development and
3 * Distribution License (the License). You may not use this file except in compliance with the
9 * When distributing Covered Software, include this CDDL Header Notice in each file and include
10 * the License file at legal/CDDLv1.0.txt. If applicable, add the following below the CDDL
35 import org.forgerock.openam.utils.file.ZipUtils;
49 import java.nio.file.FileVisitResult;
50 import java.nio.file.Files;
51 import java.nio.file.Path;
52 import java.nio.file.Paths;
53 import java.nio.file
475 delete(String file) argument
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/plugin/configuration/impl/
H A DFedletConfigurationImpl.java6 * The contents of this file are subject to the terms
8 * (the License). You may not use this file except in
18 * Header Notice in each file and include the License file
69 // Name of attribute in COT file to contains the COT name
71 // Suffix for extended metadata file name.
73 // Suffix for COT file name.
157 * Standard metadata is stored in a file named <fileName>.xml
158 * Extended metadata is stored in a file named <fileName>-extended.xml
163 * COT is stored in a file name
422 openFile(String file) argument
[all...]
/forgerock/opendj-b2.6/ext/emma/lib/
H A Demma_ant.jar ... .Task task public void setProperties (java.io.File) java.io.File file public com.vladium ...

Completed in 144 milliseconds

<<11121314151617181920>>