String type = arguments.getFlagValue(OSGI_FLAG);
if(type == null) {
Object[] filler = { HELP_FLAG };
throw new MuseRuntimeException("InvalidArgs",_MESSAGES.get("InvalidArgs", filler));
} else if(type.equals(MINI_TYPE)) {
return new OsgiMiniProjectizer();
} else if(type.equals(AXIS2_TYPE)){
return new OsgiAxis2Projectizer();
} else {
Object[] filler = { HELP_FLAG };
throw new MuseRuntimeException("InvalidArgs",_MESSAGES.get("InvalidArgs", filler));