Committed by
Gerrit Code Review
move vtnrsc.web from vtnrsc bundle to vtnweb bundle
Change-Id: I847da38f4ffeb88ef8d6e771b4560b652d979616
Showing
12 changed files
with
31 additions
and
11 deletions
| ... | @@ -56,7 +56,7 @@ import org.onosproject.vtnrsc.TenantId; | ... | @@ -56,7 +56,7 @@ import org.onosproject.vtnrsc.TenantId; |
| 56 | import org.onosproject.vtnrsc.TenantNetworkId; | 56 | import org.onosproject.vtnrsc.TenantNetworkId; |
| 57 | import org.onosproject.vtnrsc.Subnet.Mode; | 57 | import org.onosproject.vtnrsc.Subnet.Mode; |
| 58 | import org.onosproject.vtnrsc.subnet.SubnetService; | 58 | import org.onosproject.vtnrsc.subnet.SubnetService; |
| 59 | -import org.onosproject.vtnrsc.web.SubnetCodec; | 59 | +import org.onosproject.vtnweb.web.SubnetCodec; |
| 60 | import org.slf4j.Logger; | 60 | import org.slf4j.Logger; |
| 61 | import org.slf4j.LoggerFactory; | 61 | import org.slf4j.LoggerFactory; |
| 62 | 62 | ... | ... |
| ... | @@ -51,7 +51,7 @@ import org.onosproject.vtnrsc.TenantNetworkId; | ... | @@ -51,7 +51,7 @@ import org.onosproject.vtnrsc.TenantNetworkId; |
| 51 | import org.onosproject.vtnrsc.TenantNetwork.State; | 51 | import org.onosproject.vtnrsc.TenantNetwork.State; |
| 52 | import org.onosproject.vtnrsc.TenantNetwork.Type; | 52 | import org.onosproject.vtnrsc.TenantNetwork.Type; |
| 53 | import org.onosproject.vtnrsc.tenantnetwork.TenantNetworkService; | 53 | import org.onosproject.vtnrsc.tenantnetwork.TenantNetworkService; |
| 54 | -import org.onosproject.vtnrsc.web.TenantNetworkCodec; | 54 | +import org.onosproject.vtnweb.web.TenantNetworkCodec; |
| 55 | import org.slf4j.Logger; | 55 | import org.slf4j.Logger; |
| 56 | import org.slf4j.LoggerFactory; | 56 | import org.slf4j.LoggerFactory; |
| 57 | 57 | ... | ... |
| ... | @@ -58,7 +58,7 @@ import org.onosproject.vtnrsc.VirtualPort; | ... | @@ -58,7 +58,7 @@ import org.onosproject.vtnrsc.VirtualPort; |
| 58 | import org.onosproject.vtnrsc.VirtualPort.State; | 58 | import org.onosproject.vtnrsc.VirtualPort.State; |
| 59 | import org.onosproject.vtnrsc.VirtualPortId; | 59 | import org.onosproject.vtnrsc.VirtualPortId; |
| 60 | import org.onosproject.vtnrsc.virtualport.VirtualPortService; | 60 | import org.onosproject.vtnrsc.virtualport.VirtualPortService; |
| 61 | -import org.onosproject.vtnrsc.web.VirtualPortCodec; | 61 | +import org.onosproject.vtnweb.web.VirtualPortCodec; |
| 62 | import org.slf4j.Logger; | 62 | import org.slf4j.Logger; |
| 63 | import org.slf4j.LoggerFactory; | 63 | import org.slf4j.LoggerFactory; |
| 64 | 64 | ... | ... |
| ... | @@ -13,7 +13,7 @@ | ... | @@ -13,7 +13,7 @@ |
| 13 | * See the License for the specific language governing permissions and | 13 | * See the License for the specific language governing permissions and |
| 14 | * limitations under the License. | 14 | * limitations under the License. |
| 15 | */ | 15 | */ |
| 16 | -package org.onosproject.vtnrsc.web; | 16 | +package org.onosproject.vtnweb.web; |
| 17 | 17 | ||
| 18 | import static com.google.common.base.Preconditions.checkNotNull; | 18 | import static com.google.common.base.Preconditions.checkNotNull; |
| 19 | 19 | ... | ... |
| ... | @@ -13,7 +13,7 @@ | ... | @@ -13,7 +13,7 @@ |
| 13 | * See the License for the specific language governing permissions and | 13 | * See the License for the specific language governing permissions and |
| 14 | * limitations under the License. | 14 | * limitations under the License. |
| 15 | */ | 15 | */ |
| 16 | -package org.onosproject.vtnrsc.web; | 16 | +package org.onosproject.vtnweb.web; |
| 17 | 17 | ||
| 18 | import static com.google.common.base.Preconditions.checkNotNull; | 18 | import static com.google.common.base.Preconditions.checkNotNull; |
| 19 | 19 | ... | ... |
| ... | @@ -13,7 +13,7 @@ | ... | @@ -13,7 +13,7 @@ |
| 13 | * See the License for the specific language governing permissions and | 13 | * See the License for the specific language governing permissions and |
| 14 | * limitations under the License. | 14 | * limitations under the License. |
| 15 | */ | 15 | */ |
| 16 | -package org.onosproject.vtnrsc.web; | 16 | +package org.onosproject.vtnweb.web; |
| 17 | 17 | ||
| 18 | import static com.google.common.base.Preconditions.checkNotNull; | 18 | import static com.google.common.base.Preconditions.checkNotNull; |
| 19 | 19 | ... | ... |
| ... | @@ -13,7 +13,7 @@ | ... | @@ -13,7 +13,7 @@ |
| 13 | * See the License for the specific language governing permissions and | 13 | * See the License for the specific language governing permissions and |
| 14 | * limitations under the License. | 14 | * limitations under the License. |
| 15 | */ | 15 | */ |
| 16 | -package org.onosproject.vtnrsc.web; | 16 | +package org.onosproject.vtnweb.web; |
| 17 | 17 | ||
| 18 | import static com.google.common.base.Preconditions.checkNotNull; | 18 | import static com.google.common.base.Preconditions.checkNotNull; |
| 19 | 19 | ... | ... |
| ... | @@ -13,7 +13,7 @@ | ... | @@ -13,7 +13,7 @@ |
| 13 | * See the License for the specific language governing permissions and | 13 | * See the License for the specific language governing permissions and |
| 14 | * limitations under the License. | 14 | * limitations under the License. |
| 15 | */ | 15 | */ |
| 16 | -package org.onosproject.vtnrsc.web; | 16 | +package org.onosproject.vtnweb.web; |
| 17 | 17 | ||
| 18 | import static com.google.common.base.Preconditions.checkNotNull; | 18 | import static com.google.common.base.Preconditions.checkNotNull; |
| 19 | 19 | ... | ... |
| ... | @@ -13,7 +13,7 @@ | ... | @@ -13,7 +13,7 @@ |
| 13 | * See the License for the specific language governing permissions and | 13 | * See the License for the specific language governing permissions and |
| 14 | * limitations under the License. | 14 | * limitations under the License. |
| 15 | */ | 15 | */ |
| 16 | -package org.onosproject.vtnrsc.web; | 16 | +package org.onosproject.vtnweb.web; |
| 17 | 17 | ||
| 18 | import static com.google.common.base.Preconditions.checkNotNull; | 18 | import static com.google.common.base.Preconditions.checkNotNull; |
| 19 | 19 | ... | ... |
| ... | @@ -13,7 +13,7 @@ | ... | @@ -13,7 +13,7 @@ |
| 13 | * See the License for the specific language governing permissions and | 13 | * See the License for the specific language governing permissions and |
| 14 | * limitations under the License. | 14 | * limitations under the License. |
| 15 | */ | 15 | */ |
| 16 | -package org.onosproject.vtnrsc.web; | 16 | +package org.onosproject.vtnweb.web; |
| 17 | 17 | ||
| 18 | import static com.google.common.base.Preconditions.checkNotNull; | 18 | import static com.google.common.base.Preconditions.checkNotNull; |
| 19 | 19 | ... | ... |
| ... | @@ -13,7 +13,7 @@ | ... | @@ -13,7 +13,7 @@ |
| 13 | * See the License for the specific language governing permissions and | 13 | * See the License for the specific language governing permissions and |
| 14 | * limitations under the License. | 14 | * limitations under the License. |
| 15 | */ | 15 | */ |
| 16 | -package org.onosproject.vtnrsc.web; | 16 | +package org.onosproject.vtnweb.web; |
| 17 | 17 | ||
| 18 | import static com.google.common.base.Preconditions.checkNotNull; | 18 | import static com.google.common.base.Preconditions.checkNotNull; |
| 19 | 19 | ... | ... |
| 1 | +/* | ||
| 2 | + * Copyright 2015 Open Networking Laboratory | ||
| 3 | + * | ||
| 4 | + * Licensed under the Apache License, Version 2.0 (the "License"); | ||
| 5 | + * you may not use this file except in compliance with the License. | ||
| 6 | + * You may obtain a copy of the License at | ||
| 7 | + * | ||
| 8 | + * http://www.apache.org/licenses/LICENSE-2.0 | ||
| 9 | + * | ||
| 10 | + * Unless required by applicable law or agreed to in writing, software | ||
| 11 | + * distributed under the License is distributed on an "AS IS" BASIS, | ||
| 12 | + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
| 13 | + * See the License for the specific language governing permissions and | ||
| 14 | + * limitations under the License. | ||
| 15 | + */ | ||
| 16 | + | ||
| 17 | +/** | ||
| 18 | + * Codecs for virtual tenant objects. | ||
| 19 | + */ | ||
| 20 | +package org.onosproject.vtnweb.web; |
-
Please register or login to post a comment