return new Target[]{target};
}
public TargetModuleID[] getAvailableModules(ModuleType moduleType, Target[] targetList) throws TargetException, IllegalStateException {
if (targetList.length != 1 || !target.equals(targetList[0])) {
throw new TargetException("Invalid target");
}
return null;
}