Searched refs:destFilePath (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/tools/manifest/
H A DManifest.java55 static String destFilePath; field in class:Manifest
81 destFilePath = System.getProperty(DEST_FILE_PATH);
184 destFile = new File(destFilePath);
251 public boolean createManifest(String srcFilePath, String destFilePath, argument
261 if (destFilePath != null) {
262 System.out.print("Creating Manifest file "+ destFilePath);
270 if (destFilePath != null) {
271 this.destFilePath = destFilePath;
292 m.createManifest(srcFilePath, destFilePath, headerFilePat
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/tools/manifest/
H A DManifest.java59 static String destFilePath; field in class:Manifest
85 destFilePath = System.getProperty(DEST_FILE_PATH);
188 destFile = new File(destFilePath);
255 public boolean createManifest(String srcFilePath, String destFilePath, argument
265 if (destFilePath != null) {
266 System.out.print("Creating Manifest file "+ destFilePath);
274 if (destFilePath != null) {
275 this.destFilePath = destFilePath;
296 m.createManifest(srcFilePath, destFilePath, headerFilePat
[all...]

Completed in 39 milliseconds