public List<TargetModuleID> list() {
List<String> artifactTypeList = command.getArtifactTypeList();
if (artifactTypeList == null || artifactTypeList.size() == 0) {
throw new ActionException("Cannot perform list with "
+ "empty artifact types");
}
Target[] targets = deploymentManager.getTargets();
targets = clownfishHelper.filterTargets(targets,