377N/A * The contents of this file are subject to the terms of the 377N/A * Common Development and Distribution License (the "License"). 377N/A * You may not use this file except in compliance with the License. 377N/A * language governing permissions and limitations under the License. 377N/A * When distributing Covered Code, include this CDDL HEADER in each 377N/A * If applicable, add the following below this CDDL HEADER, with the 377N/A * fields enclosed by brackets "[]" replaced with your own identifying 377N/A * information: Portions Copyright [yyyy] [name of copyright owner] 1336N/A * Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. 377N/A * Various filesystem utilities used by the different test setups 496N/A * Create an empty directory under {@code /tmp} or similar. 496N/A * @param prefix string to prefix the directory name with 496N/A * @return a {@code File} object pointing to the directory 496N/A * @throws IOException if the temporary directory cannot be created 496N/A "Could not create delete temporary file " +
file);
496N/A "Could not create temporary directory " +
file);
1336N/A * Determine if given program is present in one of the directories 1336N/A * in PATH environment variable. 1336N/A * @param progName name of the program 1336N/A * @return absolute path to the program or null