Community
Participate
Working Groups
Need an API in PartEnvironment that will return a list of all parts in a package (and optionally in all sub packages)
A new API has been added to PartEnvironment, with the signature: List<String> getAllKeysFromPkg(String pkg, boolean includeSubPkgs) This returns a key for every part in the package and optionally in the subpackages. The following classes have been updated: ZipFileBindingBuildPathEntry Egl2MofExpression ZipFileBuildPathEntry IFileSystemObjectStore PartEnvironment AbstractObjectStore FileSystemObjectStore IZipFileEntryManager MemoryObjectStore ZipFileObjectStore
done