ClassLoading API defined in Java

WARNING - TOPIC NOT WRITTEN - TOPIC ID: 2023

This topic has not yet been written. The content below is from the topic description.
Example 9.6. ClassLoading API Defined in Java ClassLoadingMetaData clmd = new ClassLoadingMetaData(); if (name != null) clmd.setDomain(name + "_Domain"); clmd.setParentDomain(parentDomain); clmd.setImportAll(true); clmd.setExportAll(ExportAll.NON_EMPTY); clmd.setVersion(Version.DEFAULT_VERSION);