Searched refs:fromFile (Results 1 - 4 of 4) sorted by relevance
/glassfish-3.1.2/admin/util/src/main/java/com/sun/enterprise/admin/util/test/ |
H A D | TokenReplacementTester.java | 61 public TokenReplacementTester(String tokensFileName, String fromFile, String toFile) { argument 64 replacer.replace(fromFile, toFile); 113 final String fromFile = args[1]; 114 final String toFile = fromFile + ".out"; 115 new TokenReplacementTester(tokensFile, fromFile, toFile);
|
/glassfish-3.1.2/tests/amx/src/org/glassfish/admin/amxtest/ |
H A D | TestMain.java | 257 final Properties fromFile = new Properties(); 258 fromFile.load(new ByteArrayInputStream(propsString.getBytes())); 260 props = MapUtil.toStringStringMap(fromFile);
|
/glassfish-3.1.2/common/common-util/src/main/java/com/sun/enterprise/util/io/ |
H A D | FileUtils.java | 934 *@param fromFile to be renamed 938 public static boolean renameFile(File fromFile, File toFile) { argument 941 RenameFileWork renameWork = new RenameFileWork(fromFile, toFile); 948 fromFilePath = fromFile.getAbsolutePath();
|
/glassfish-3.1.2/security/core/src/main/java/com/sun/enterprise/security/provider/ |
H A D | PolicyConfigurationImpl.java | 138 // initialize(open,remove,!fromFile) 166 // initialize(open,remove,fromFile) 870 // if fromFile (and not remove), then mark state as in service, 872 // if fromFile (and remove), then remove and mark state as open 873 protected void initialize(boolean open, boolean remove, boolean fromFile) { argument 888 if (fromFile && !remove) { 1093 // initialize(!open,!remove,fromFile)
|
Completed in 29 milliseconds