
Extract command
Extracting the Java source in the form of a file out to a directory is useful for working in an IDE.
While in the IDE a user can edit, compile, and debug code. The extract program command
processes any special macros and generates a file containing the Java source of the JPO. If no
source directory is given, the system uses ENOVIA_INSTALL/java/custom (which is added to
MX_CLASSPATH automatically by the install program).
extract program PATTERN [source DIRECTORY] [demangle]
In order to use the extract feature, the JPO name must follow the Java language naming convention
(i.e., no spaces, special characters, etc.). Only alphanumeric printable characters as well as '.' and
'_' are allowed in class names in the JPO.