Searched refs:srcFilePath (Results 1 - 6 of 6) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/tools/manifest/
H A DManifest.java54 static String srcFilePath; field in class:Manifest
80 srcFilePath = System.getProperty(SRC_FILE_PATH);
153 private boolean setSourceFile(String srcFilePath) { argument
154 if (srcFilePath == null) {
158 this.srcFilePath = srcFilePath;
159 srcFile = new File(srcFilePath);
247 digester.digest(digestAlg, srcFile, digestResult, srcFilePath, intoJar,
251 public boolean createManifest(String srcFilePath, String destFilePath, argument
256 if (setSourceFile(srcFilePath)
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/tools/manifest/
H A DManifest.java58 static String srcFilePath; field in class:Manifest
84 srcFilePath = System.getProperty(SRC_FILE_PATH);
157 private boolean setSourceFile(String srcFilePath) { argument
158 if (srcFilePath == null) {
162 this.srcFilePath = srcFilePath;
163 srcFile = new File(srcFilePath);
251 digester.digest(digestAlg, srcFile, digestResult, srcFilePath, intoJar,
255 public boolean createManifest(String srcFilePath, String destFilePath, argument
260 if (setSourceFile(srcFilePath)
[all...]
/forgerock/opendj2/src/build-tools/org/opends/build/tools/
H A DCoverageDiff.java482 File srcFilePath = new File(fileHeader.substring(7));
484 if(srcFilePath.isFile())
486 FileInputStream srcFile = new FileInputStream(srcFilePath);
491 srcFilePackage, srcFilePath.getName());
599 itemname.setText (srcFilePath.toString(), true);
617 addItemRow(srcFilePath.toString(), emmaSourceItem, modCoverage, false, coverageTable, null, false, false);
633 emmaSrcMap.put(srcFilePath.toString(), emmaSourceItem);
634 modCoverageMap.put(srcFilePath.toString(), modCoverage);
/forgerock/opendj-b2.6/src/build-tools/org/opends/build/tools/
H A DCoverageDiff.java483 File srcFilePath = new File(fileHeader.substring(7));
485 if(srcFilePath.isFile())
487 FileInputStream srcFile = new FileInputStream(srcFilePath);
492 srcFilePackage, srcFilePath.getName());
600 itemname.setText (srcFilePath.toString(), true);
618 addItemRow(srcFilePath.toString(), emmaSourceItem, modCoverage, false, coverageTable, null, false, false);
634 emmaSrcMap.put(srcFilePath.toString(), emmaSourceItem);
635 modCoverageMap.put(srcFilePath.toString(), modCoverage);
/forgerock/opendj2.6.2/src/build-tools/org/opends/build/tools/
H A DCoverageDiff.java483 File srcFilePath = new File(fileHeader.substring(7));
485 if(srcFilePath.isFile())
487 FileInputStream srcFile = new FileInputStream(srcFilePath);
492 srcFilePackage, srcFilePath.getName());
600 itemname.setText (srcFilePath.toString(), true);
618 addItemRow(srcFilePath.toString(), emmaSourceItem, modCoverage, false, coverageTable, null, false, false);
634 emmaSrcMap.put(srcFilePath.toString(), emmaSourceItem);
635 modCoverageMap.put(srcFilePath.toString(), modCoverage);
/forgerock/opendj2-hg/src/build-tools/org/opends/build/tools/
H A DCoverageDiff.java482 File srcFilePath = new File(fileHeader.substring(7));
484 if(srcFilePath.isFile())
486 FileInputStream srcFile = new FileInputStream(srcFilePath);
491 srcFilePackage, srcFilePath.getName());
599 itemname.setText (srcFilePath.toString(), true);
617 addItemRow(srcFilePath.toString(), emmaSourceItem, modCoverage, false, coverageTable, null, false, false);
633 emmaSrcMap.put(srcFilePath.toString(), emmaSourceItem);
634 modCoverageMap.put(srcFilePath.toString(), modCoverage);

Completed in 69 milliseconds