Searched defs:file (Results 151 - 175 of 552) sorted by relevance

1234567891011>>

/forgerock/opendj-b2.6/src/snmp/src/org/opends/server/snmp/
H A DSNMPConnectionHandler.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
16 * file and include the License file at
257 private void addFile(File file) { argument
259 String url = "jar:" + file.toURI().toURL() + "!/";
293 * @param file The file
296 public boolean isOperational(File file) { argument
297 this.addFile(file);
[all...]
/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/
H A DConfiguration.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.
40 * Represents the contents of an OpenDS configuration file.
47 private File file = null; field in class:Configuration
50 * Create a Configuration from a file.
52 * @param file config.ldif file
54 public Configuration(Installation install, File file) { argument
[all...]
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/task/
H A DNewSchemaElementsTask.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
16 * file and include the License file at
263 // Group the changes in the same schema file.
512 private void updateSchemaOffline(String file, argument
516 if (file == null)
518 file = ConfigConstants.FILE_USER_SCHEMA_ELEMENTS;
520 File f = new File(file);
525 file);
[all...]
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/
H A DConfiguration.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
16 * file and include the License file at
41 * Represents the contents of an OpenDS configuration file.
48 private File file = null; field in class:Configuration
51 * Create a Configuration from a file.
53 * @param file config.ldif file
55 public Configuration(Installation install, File file) { argument
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/backends/jeb/
H A DBackupManager.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
16 * file and include the License file at
88 * The name of the property that holds the name of the latest log file
94 * The name of the property that holds the size of the latest log file
101 * The name of the entry in an incremental backup archive file
108 * The name of a dummy entry in the backup archive file that will act
132 * file in the backup directory. If the backup is incremental, then the
133 * first entry in the zip is a text file containin
1176 archiveFile(ZipOutputStream zipStream, Mac mac, MessageDigest digest, File file, BackupConfig backupConfig) argument
[all...]
/forgerock/opendj2/src/build-tools/org/opends/build/tools/
H A DPrepTestNG.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.
52 private String file; field in class:PrepTestNG
59 public void setFile(String file) argument
61 this.file = file;
91 if(file == null)
93 throw new BuildException("Attribute file mus
[all...]
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/task/
H A DNewSchemaElementsTask.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.
262 // Group the changes in the same schema file.
511 private void updateSchemaOffline(String file, argument
515 if (file == null)
517 file = ConfigConstants.FILE_USER_SCHEMA_ELEMENTS;
519 File f = new File(file);
524 file);
[all...]
/forgerock/opendj-b2.6/tests/staf-tests/shared/java/ldapjdk/
H A DPSearchOperations.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
16 * file and include the License file at
94 * to use the log file
101 * to define the log file and URI
102 * @param file String
104 public void setLogFile(String file) { argument
105 //if there one thread the thread id are not add in the file name
106 this.fileName = file;
[all...]
/forgerock/opendj-b2.6/src/build-tools/org/opends/build/tools/
H A DGenerateRpm.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
16 * file and include the License file at
41 * Generates an RPM spec file.
130 * Sets the RPM spec file that will be generated.
133 * The spec file
163 * Indicates when true that an existing destination file will be overwritten.
284 sb.append("# If the server is running before upgrade, creates a file flag" + EOL);
395 // flush the spec file
438 accept(File file) argument
[all...]
H A DPrepTestNG.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
16 * file and include the License file at
53 private String file; field in class:PrepTestNG
60 public void setFile(String file) argument
62 this.file = file;
92 if(file == null)
94 throw new BuildException("Attribute file mus
[all...]
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/replication/server/changelog/file/
H A DFileChangeNumberIndexDBTest.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;
45 import static org.opends.server.replication.server.changelog.file.FileReplicaDBTest.*;
152 // TODO : this works only if we ensure that there is a rotation of ahead log file
154 // so it means : 37 < max file size < 113 to have the last record alone in the ahead log file
155 // Re-enable this test when max file siz
[all...]
/forgerock/opendj2/src/server/org/opends/server/tools/upgrade/
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.
50 * Utility class for use by applications containing methods for managing file
58 * Describes the approach taken to deleting a file or directory.
64 * Delete the file or directory immediately.
69 * Mark the file or directory for deletion after the JVM has exited.
74 * First try to delete the file immediately. If the deletion was
75 * unsuccessful mark the file fo
106 deleteRecursively(File file) argument
113 deleteRecursively(File file, FileFilter filter, DeletionPolicy deletePolicy) argument
448 getFileSystemPermissions(final File file) argument
[all...]
/forgerock/opendj2/src/snmp/src/org/opends/server/snmp/
H A DSNMPConnectionHandler.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.
256 private void addFile(File file) { argument
258 String url = "jar:" + file.toURI().toURL() + "!/";
292 * @param file The file
295 public boolean isOperational(File file) { argument
296 this.addFile(file);
[all...]
/forgerock/opendj2/tests/staf-tests/shared/java/ldapjdk/
H A DPSearchOperations.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.
93 * to use the log file
100 * to define the log file and URI
101 * @param file String
103 public void setLogFile(String file) { argument
104 //if there one thread the thread id are not add in the file name
105 this.fileName = file;
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/backends/jeb/
H A DBackupManager.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
16 * file and include the License file at
88 * The name of the property that holds the name of the latest log file
94 * The name of the property that holds the size of the latest log file
101 * The name of the entry in an incremental backup archive file
108 * The name of a dummy entry in the backup archive file that will act
132 * file in the backup directory. If the backup is incremental, then the
133 * first entry in the zip is a text file containin
1176 archiveFile(ZipOutputStream zipStream, Mac mac, MessageDigest digest, File file, BackupConfig backupConfig) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/tools/upgrade/
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
16 * file and include the License file at
51 * Utility class for use by applications containing methods for managing file
59 * Describes the approach taken to deleting a file or directory.
65 * Delete the file or directory immediately.
70 * Mark the file or directory for deletion after the JVM has exited.
75 * First try to delete the file immediately. If the deletion was
76 * unsuccessful mark the file fo
107 deleteRecursively(File file) argument
114 deleteRecursively(File file, FileFilter filter, DeletionPolicy deletePolicy) argument
449 getFileSystemPermissions(final File file) argument
[all...]
/forgerock/opendj2.6.2/src/snmp/src/org/opends/server/snmp/
H A DSNMPConnectionHandler.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
16 * file and include the License file at
257 private void addFile(File file) { argument
259 String url = "jar:" + file.toURI().toURL() + "!/";
293 * @param file The file
296 public boolean isOperational(File file) { argument
297 this.addFile(file);
[all...]
/forgerock/opendj2.6.2/src/build-tools/org/opends/build/tools/
H A DGenerateRpm.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
16 * file and include the License file at
41 * Generates an RPM spec file.
130 * Sets the RPM spec file that will be generated.
133 * The spec file
163 * Indicates when true that an existing destination file will be overwritten.
284 sb.append("# If the server is running before upgrade, creates a file flag" + EOL);
395 // flush the spec file
438 accept(File file) argument
[all...]
H A DPrepTestNG.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
16 * file and include the License file at
53 private String file; field in class:PrepTestNG
60 public void setFile(String file) argument
62 this.file = file;
92 if(file == null)
94 throw new BuildException("Attribute file mus
[all...]
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/task/
H A DNewSchemaElementsTask.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
16 * file and include the License file at
263 // Group the changes in the same schema file.
512 private void updateSchemaOffline(String file, argument
516 if (file == null)
518 file = ConfigConstants.FILE_USER_SCHEMA_ELEMENTS;
520 File f = new File(file);
525 file);
[all...]
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/
H A DConfiguration.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
16 * file and include the License file at
41 * Represents the contents of an OpenDS configuration file.
48 private File file = null; field in class:Configuration
51 * Create a Configuration from a file.
53 * @param file config.ldif file
55 public Configuration(Installation install, File file) { argument
[all...]
/forgerock/opendj2.6.2/tests/staf-tests/shared/java/ldapjdk/
H A DPSearchOperations.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
16 * file and include the License file at
94 * to use the log file
101 * to define the log file and URI
102 * @param file String
104 public void setLogFile(String file) { argument
105 //if there one thread the thread id are not add in the file name
106 this.fileName = file;
[all...]
/forgerock/opendj2-hg/src/build-tools/org/opends/build/tools/
H A DPrepTestNG.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.
52 private String file; field in class:PrepTestNG
59 public void setFile(String file) argument
61 this.file = file;
91 if(file == null)
93 throw new BuildException("Attribute file mus
[all...]
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/task/
H A DNewSchemaElementsTask.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.
262 // Group the changes in the same schema file.
511 private void updateSchemaOffline(String file, argument
515 if (file == null)
517 file = ConfigConstants.FILE_USER_SCHEMA_ELEMENTS;
519 File f = new File(file);
524 file);
[all...]
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/server/changelog/file/
H A DFileChangeNumberIndexDBTest.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;
45 import static org.opends.server.replication.server.changelog.file.FileReplicaDBTest.*;
152 // TODO : this works only if we ensure that there is a rotation of ahead log file
154 // so it means : 37 < max file size < 113 to have the last record alone in the ahead log file
155 // Re-enable this test when max file siz
[all...]

Completed in 83 milliseconds

1234567891011>>