1 | public void setDescriptors(String dirName) {↵ | | 1 | public void setDescriptors(String dirName) {↵
|
2 | descriptorDirectory = new File(dirName);↵ | | 2 | descriptorDirectory = new File(dirName);↵
|
3 | }↵ | | 3 | }↵
|
|
4 | /**↵ | | 4 | /**↵
|
5 | * Set the directory into which the serialized deployment descriptors are to↵ | | 5 | * Set the directory into which the s↵
|
6 | * be written.↵ | | 6 | upport classes, RMI stubs, etc are to be written.↵
|
7 | *↵ | | 7 | *↵
|
8 | * @param dirName the name of the directory into which the serialised deployment↵ | | 8 | * @param dirName the name of the directory into which ↵
|
9 | * descriptors are written.↵ | | 9 | code is generated↵
|
10 | */↵ | | 10 | */↵
|
11 | public void setDest(String dirName) {↵ | | 11 | public void setDest(String dirName) {↵
|
12 | generatedFilesDirectory = new File(dirName); | | 12 | generatedFilesDirectory = new File(dirName);
|