/forgerock/openam-v13/openam-shared/src/main/java/org/forgerock/openam/utils/file/ |
H A D | package-info.java | 2 * 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 18 * This package contains general file utilities for use throughout the OpenAM codebase. 20 package org.forgerock.openam.utils.file;
|
H A D | ZipUtils.java | 2 * 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 18 package org.forgerock.openam.utils.file; 25 import java.nio.file.FileSystem; 26 import java.nio.file.FileSystems; 27 import java.nio.file.FileVisitResult; 28 import java.nio.file.Files; 29 import java.nio.file [all...] |
/forgerock/openam/openam-shared/src/main/java/org/forgerock/openam/utils/file/ |
H A D | package-info.java | 2 * 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 18 * This package contains general file utilities for use throughout the OpenAM codebase. 20 package org.forgerock.openam.utils.file;
|
H A D | ZipUtils.java | 2 * 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 18 package org.forgerock.openam.utils.file; 25 import java.nio.file.FileSystem; 26 import java.nio.file.FileSystems; 27 import java.nio.file.FileVisitResult; 28 import java.nio.file.Files; 29 import java.nio.file [all...] |
/forgerock/opendj2/src/server/org/opends/server/replication/server/changelog/file/ |
H A D | package-info.java | 4 * 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. 28 * This package contains a file-based log implementation for the changelog 33 package org.opends.server.replication.server.changelog.file;
|
H A D | LogReaderPool.java | 4 * 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; 37 * A Pool of readers to a log file. 48 /** The file to read. */ 49 private final File file; field in class:LogReaderPool 54 * Creates a pool of readers for provided file. 56 * @param file 61 LogReaderPool(File file, RecordParser<K, V> parser) argument 97 getReader(File file) argument [all...] |
H A D | LogWriter.java | 4 * 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; 43 * A writer on a log file. 47 /** The file to write in. */ 48 private final File file; field in class:LogWriter 50 /** The stream to write data in the file, capable of counting bytes written. */ 53 /** The file descripto 64 LogWriter(final File file) argument [all...] |
/forgerock/opendj2-hg/src/server/org/opends/server/replication/server/changelog/file/ |
H A D | package-info.java | 4 * 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. 28 * This package contains a file-based log implementation for the changelog 33 package org.opends.server.replication.server.changelog.file;
|
H A D | LogReaderPool.java | 4 * 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; 37 * A Pool of readers to a log file. 48 /** The file to read. */ 49 private final File file; field in class:LogReaderPool 54 * Creates a pool of readers for provided file. 56 * @param file 61 LogReaderPool(File file, RecordParser<K, V> parser) argument 97 getReader(File file) argument [all...] |
H A D | LogWriter.java | 4 * 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; 43 * A writer on a log file. 47 /** The file to write in. */ 48 private final File file; field in class:LogWriter 50 /** The stream to write data in the file, capable of counting bytes written. */ 53 /** The file descripto 64 LogWriter(final File file) argument [all...] |
/forgerock/openam-v13/openam-shared/src/test/java/org/forgerock/openam/utils/file/ |
H A D | FileSizeUnitTest.java | 2 * 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 17 package org.forgerock.openam.utils.file;
|
H A D | ZipUtilsTest.java | 2 * 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 18 package org.forgerock.openam.utils.file; 26 import java.nio.file.Files; 27 import java.nio.file.Path;
|
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/server/changelog/file/ |
H A D | package-info.java | 4 * 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. 28 * This package contains a file-based log implementation for the changelog 33 package org.opends.server.replication.server.changelog.file;
|
H A D | LogReaderPool.java | 4 * 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; 37 * A Pool of readers to a log file. 48 /** The file to read. */ 49 private final File file; field in class:LogReaderPool 54 * Creates a pool of readers for provided file. 56 * @param file 61 LogReaderPool(File file, RecordParser<K, V> parser) argument 97 getReader(File file) argument [all...] |
H A D | ECLEnabledDomainPredicate.java | 4 * 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. 25 package org.opends.server.replication.server.changelog.file;
|
H A D | LogWriter.java | 4 * 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; 43 * A writer on a log file. 47 /** The file to write in. */ 48 private final File file; field in class:LogWriter 50 /** The stream to write data in the file, capable of counting bytes written. */ 53 /** The file descripto 64 LogWriter(final File file) argument [all...] |
/forgerock/openam/openam-shared/src/test/java/org/forgerock/openam/utils/file/ |
H A D | FileSizeUnitTest.java | 2 * 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 17 package org.forgerock.openam.utils.file;
|
H A D | ZipUtilsTest.java | 2 * 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 18 package org.forgerock.openam.utils.file; 26 import java.nio.file.Files; 27 import java.nio.file.Path;
|
/forgerock/openam-v13/openam-shared/src/main/java/com/sun/identity/shared/debug/file/ |
H A D | DebugFileProvider.java | 2 * 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 16 package com.sun.identity.shared.debug.file; 20 * Provide the debug file instance associated with a debug name 21 * It maintains the integrity constraint than a log file is controlled by only one debug file instance
|
/forgerock/openam-v13/openam-shared/src/main/java/com/sun/identity/shared/debug/file/impl/ |
H A D | InvalidDebugConfigurationException.java | 2 * 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 16 package com.sun.identity.shared.debug.file.impl;
|
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/replication/server/changelog/file/ |
H A D | FakeUpdateMsg.java | 4 * 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. 25 package org.opends.server.replication.server.changelog.file;
|
/forgerock/openam/openam-shared/src/main/java/com/sun/identity/shared/debug/file/ |
H A D | DebugFileProvider.java | 2 * 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 16 package com.sun.identity.shared.debug.file; 20 * Provide the debug file instance associated with a debug name 21 * It maintains the integrity constraint than a log file is controlled by only one debug file instance
|
/forgerock/openam/openam-shared/src/main/java/com/sun/identity/shared/debug/file/impl/ |
H A D | InvalidDebugConfigurationException.java | 2 * 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 16 package com.sun.identity.shared.debug.file.impl;
|
/forgerock/opendj-b2.6/src/server/org/opends/server/loggers/ |
H A D | LogPublisherErrorHandler.java | 4 * 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 D | TimeStampNaming.java | 4 * 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...] |