throws ConfigurationException
{
List<Outlet> outlets = new ArrayList<Outlet>();
outlets.add(new JavaOutlet(
new QualifiedName("sameName")));
outlets.add(new PackageToPathOutlet(
new QualifiedName("sameName")));
List<MergepointMapping> mergepointMappings
= new ArrayList<MergepointMapping>();
new OutletConfiguration(outlets, mergepointMappings, unitDescriptor);