Alert.error("Nothing matches the path \"" + path + "\".", "Path Not Found");
}
}
private void deployDisplayedObject() throws CommandException {
Editor editor = view.getActiveEditor();
if (editor instanceof IntegrationEntityPage) {
IntegrationEntity object = ((IntegrationEntityPage) editor).getObject();
deployObjects(Sets.newHashSet(object));
} else {
throw new CommandException("No object open to deploy.");