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