From 300063322dd80c0dee30475de494afdb6a846d6a Mon Sep 17 00:00:00 2001 From: Aidan Skinner Date: Wed, 26 Nov 2008 17:08:32 +0000 Subject: QPID-1487: remove dead files, make BindingURLParser use the right class for logging since it was using one that is being removed. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@720920 13f79535-47bb-0310-9956-ffa450edef68 --- .../java/org/apache/qpid/url/BindingURLImpl.java | 261 ------------ .../java/org/apache/qpid/url/BindingURLParser.java | 2 +- .../java/org/apache/qpid/url/QpidBindingURL.java | 53 --- .../src/main/java/org/apache/qpid/url/QpidURL.java | 57 --- .../main/java/org/apache/qpid/url/QpidURLImpl.java | 460 --------------------- 5 files changed, 1 insertion(+), 832 deletions(-) delete mode 100644 java/common/src/main/java/org/apache/qpid/url/BindingURLImpl.java delete mode 100644 java/common/src/main/java/org/apache/qpid/url/QpidBindingURL.java delete mode 100644 java/common/src/main/java/org/apache/qpid/url/QpidURL.java delete mode 100644 java/common/src/main/java/org/apache/qpid/url/QpidURLImpl.java (limited to 'java/common/src') diff --git a/java/common/src/main/java/org/apache/qpid/url/BindingURLImpl.java b/java/common/src/main/java/org/apache/qpid/url/BindingURLImpl.java deleted file mode 100644 index f12fb2cff2..0000000000 --- a/java/common/src/main/java/org/apache/qpid/url/BindingURLImpl.java +++ /dev/null @@ -1,261 +0,0 @@ -/* Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ -package org.apache.qpid.url; - -import org.apache.qpid.exchange.ExchangeDefaults; -import org.slf4j.LoggerFactory; -import org.slf4j.Logger; - -import java.util.HashMap; -import java.net.URI; -import java.net.URISyntaxException; - -public class BindingURLImpl implements QpidBindingURL -{ - private static final Logger _logger = LoggerFactory.getLogger(BindingURLImpl.class); - - String _url; - String _exchangeClass; - String _exchangeName; - String _destinationName; - String _queueName; - private HashMap _options; - - public BindingURLImpl(String url) throws URLSyntaxException - { - // format: - // :///[]/[]?