Searched defs:file (Results 26 - 50 of 552) sorted by relevance

1234567891011>>

/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/
H A DQuickSetupLog.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.
48 * Creates a new file handler for writing log messages to the file indicated
49 * by <code>file</code>.
50 * @param file log file to which log messages will be written
53 static public void initLogFileHandler(File file) throw argument
74 initLogFileHandler(File file, String packageName) argument
[all...]
/forgerock/opendj2/src/server/org/opends/server/loggers/
H A DLogPublisherErrorHandler.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.
80 * file.
81 * @param file - the file which was being opened.
84 public void handleOpenError(File file, Throwable ex) argument
86 Message msg = ERR_LOGGER_ERROR_OPENING_FILE.get(file.toString(),
94 * file
[all...]
H A DTimeStampNaming.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.
36 * A file name policy that names files suffixed by the time it was created.
45 private File file; field in class:TimeStampNaming
70 String initialFileName = file.getName();
115 * @param file the file to use as the naming prefix.
117 public TimeStampNaming(File file) argument
[all...]
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/
H A DQuickSetupLog.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
49 * Creates a new file handler for writing log messages to the file indicated
50 * by <code>file</code>.
51 * @param file log file to which log messages will be written
54 static public void initLogFileHandler(File file) throw argument
75 initLogFileHandler(File file, String packageName) argument
[all...]
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/replication/
H A DChangeNumberControlPluginTestCase.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
154 private boolean isCsnLinePresent(String file) throws Exception { argument
155 FileReader fr = new FileReader(file);
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/replication/
H A DChangeNumberControlPluginTestCase.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.
152 private boolean isCsnLinePresent(String file) throws Exception { argument
153 FileReader fr = new FileReader(file);
/forgerock/opendj2/src/server/org/opends/server/replication/server/changelog/file/
H A DDecodingException.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 DFileChangeNumberIndexDBCursor.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 DRecordParser.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;
62 * The returned array is intended to be stored as provided in the log file.
/forgerock/opendj2.6.2/src/server/org/opends/server/loggers/
H A DLogPublisherErrorHandler.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
81 * file.
82 * @param file - the file which was being opened.
85 public void handleOpenError(File file, Throwable ex) argument
87 Message msg = ERR_LOGGER_ERROR_OPENING_FILE.get(file.toString(),
95 * file
[all...]
H A DTimeStampNaming.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
37 * A file name policy that names files suffixed by the time it was created.
46 private File file; field in class:TimeStampNaming
71 String initialFileName = file.getName();
116 * @param file the file to use as the naming prefix.
118 public TimeStampNaming(File file) argument
[all...]
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/replication/
H A DChangeNumberControlPluginTestCase.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
154 private boolean isCsnLinePresent(String file) throws Exception { argument
155 FileReader fr = new FileReader(file);
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/
H A DQuickSetupLog.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
49 * Creates a new file handler for writing log messages to the file indicated
50 * by <code>file</code>.
51 * @param file log file to which log messages will be written
54 static public void initLogFileHandler(File file) throw argument
75 initLogFileHandler(File file, String packageName) argument
[all...]
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/
H A DChangeNumberControlPluginTestCase.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.
152 private boolean isCsnLinePresent(String file) throws Exception { argument
153 FileReader fr = new FileReader(file);
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/
H A DChangeNumberControlPluginTestCase.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
154 private boolean isCsnLinePresent(String file) throws Exception { argument
155 FileReader fr = new FileReader(file);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/loggers/
H A DLogPublisherErrorHandler.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
81 * file.
82 * @param file - the file which was being opened.
85 public void handleOpenError(File file, Throwable ex) argument
87 Message msg = ERR_LOGGER_ERROR_OPENING_FILE.get(file.toString(),
95 * file
[all...]
H A DTimeStampNaming.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
37 * A file name policy that names files suffixed by the time it was created.
46 private File file; field in class:TimeStampNaming
71 String initialFileName = file.getName();
116 * @param file the file to use as the naming prefix.
118 public TimeStampNaming(File file) argument
[all...]
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/
H A DQuickSetupLog.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.
48 * Creates a new file handler for writing log messages to the file indicated
49 * by <code>file</code>.
50 * @param file log file to which log messages will be written
53 static public void initLogFileHandler(File file) throw argument
74 initLogFileHandler(File file, String packageName) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/loggers/
H A DLogPublisherErrorHandler.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.
80 * file.
81 * @param file - the file which was being opened.
84 public void handleOpenError(File file, Throwable ex) argument
86 Message msg = ERR_LOGGER_ERROR_OPENING_FILE.get(file.toString(),
94 * file
[all...]
H A DTimeStampNaming.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.
36 * A file name policy that names files suffixed by the time it was created.
45 private File file; field in class:TimeStampNaming
70 String initialFileName = file.getName();
115 * @param file the file to use as the naming prefix.
117 public TimeStampNaming(File file) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/replication/server/changelog/file/
H A DDecodingException.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 DFileChangeNumberIndexDBCursor.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 DRecordParser.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;
62 * The returned array is intended to be stored as provided in the log file.
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/util/
H A DControlPanelLog.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 * Creates a new file handler for writing log messages to the file indicated
52 * by <code>file</code>.
53 * @param file log file to which log messages will be written
56 static public void initLogFileHandler(File file) throw argument
[all...]
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/
H A DQuickSetupLog.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
49 * Creates a new file handler for writing log messages to the file indicated
50 * by <code>file</code>.
51 * @param file log file to which log messages will be written
54 static public void initLogFileHandler(File file) throw argument
75 initLogFileHandler(File file, String packageName) argument
[all...]

Completed in 149 milliseconds

1234567891011>>