index
int64
0
0
repo_id
stringlengths
9
205
file_path
stringlengths
31
246
content
stringlengths
1
12.2M
__index_level_0__
int64
0
10k
0
Create_ds/camel-karavan/karavan-web/karavan-installer/src/main/java/org/apache/camel/karavan
Create_ds/camel-karavan/karavan-web/karavan-installer/src/main/java/org/apache/camel/karavan/installer/CommandUtils.java
/* * 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 ...
900
0
Create_ds/camel-karavan/karavan-web/karavan-installer/src/main/java/org/apache/camel/karavan
Create_ds/camel-karavan/karavan-web/karavan-installer/src/main/java/org/apache/camel/karavan/installer/Constants.java
/* * 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 ...
901
0
Create_ds/camel-karavan/karavan-web/karavan-installer/src/main/java/org/apache/camel/karavan/installer
Create_ds/camel-karavan/karavan-web/karavan-installer/src/main/java/org/apache/camel/karavan/installer/resources/KaravanService.java
/* * 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 ...
902
0
Create_ds/camel-karavan/karavan-web/karavan-installer/src/main/java/org/apache/camel/karavan/installer
Create_ds/camel-karavan/karavan-web/karavan-installer/src/main/java/org/apache/camel/karavan/installer/resources/KaravanRole.java
/* * 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 ...
903
0
Create_ds/camel-karavan/karavan-web/karavan-installer/src/main/java/org/apache/camel/karavan/installer
Create_ds/camel-karavan/karavan-web/karavan-installer/src/main/java/org/apache/camel/karavan/installer/resources/KaravanSecret.java
/* * 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 ...
904
0
Create_ds/camel-karavan/karavan-web/karavan-installer/src/main/java/org/apache/camel/karavan/installer
Create_ds/camel-karavan/karavan-web/karavan-installer/src/main/java/org/apache/camel/karavan/installer/resources/KaravanDeployment.java
/* * 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 ...
905
0
Create_ds/camel-karavan/karavan-web/karavan-installer/src/main/java/org/apache/camel/karavan/installer
Create_ds/camel-karavan/karavan-web/karavan-installer/src/main/java/org/apache/camel/karavan/installer/resources/KaravanConfigMap.java
/* * 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 ...
906
0
Create_ds/camel-karavan/karavan-web/karavan-installer/src/main/java/org/apache/camel/karavan/installer
Create_ds/camel-karavan/karavan-web/karavan-installer/src/main/java/org/apache/camel/karavan/installer/resources/KaravanServiceAccount.java
/* * 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 ...
907
0
Create_ds/camel-karavan/karavan-web/karavan-installer/src/main/java/org/apache/camel/karavan/installer
Create_ds/camel-karavan/karavan-web/karavan-installer/src/main/java/org/apache/camel/karavan/installer/resources/Nexus.java
/* * 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 ...
908
0
Create_ds/camel-karavan/karavan-web/karavan-app/src/main/resources
Create_ds/camel-karavan/karavan-web/karavan-app/src/main/resources/snippets/org.apache.camel.Processor.java
import org.apache.camel.BindToRegistry; import org.apache.camel.Configuration; import org.apache.camel.Exchange; import org.apache.camel.Processor; @Configuration @BindToRegistry("NAME") public class NAME implements Processor { public void process(Exchange exchange) throws Exception { exchange.getIn().set...
909
0
Create_ds/camel-karavan/karavan-web/karavan-app/src/main/resources
Create_ds/camel-karavan/karavan-web/karavan-app/src/main/resources/snippets/org.apache.camel.AggregationStrategy.java
import org.apache.camel.AggregationStrategy; import org.apache.camel.Configuration; import org.apache.camel.BindToRegistry; import org.apache.camel.Exchange; @Configuration @BindToRegistry("NAME") public class NAME implements AggregationStrategy { @Override public Exchange aggregate(Exchange oldExchange, Excha...
910
0
Create_ds/camel-karavan/karavan-web/karavan-app/src/main/java/org/apache/camel/karavan
Create_ds/camel-karavan/karavan-web/karavan-app/src/main/java/org/apache/camel/karavan/docker/DockerEventListener.java
/* * 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 ...
911
0
Create_ds/camel-karavan/karavan-web/karavan-app/src/main/java/org/apache/camel/karavan
Create_ds/camel-karavan/karavan-web/karavan-app/src/main/java/org/apache/camel/karavan/docker/DockerService.java
/* * 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 ...
912
0
Create_ds/camel-karavan/karavan-web/karavan-app/src/main/java/org/apache/camel/karavan
Create_ds/camel-karavan/karavan-web/karavan-app/src/main/java/org/apache/camel/karavan/docker/LogCallback.java
/* * 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 ...
913
0
Create_ds/camel-karavan/karavan-web/karavan-app/src/main/java/org/apache/camel/karavan
Create_ds/camel-karavan/karavan-web/karavan-app/src/main/java/org/apache/camel/karavan/docker/DockerForInfinispan.java
/* * 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 ...
914
0
Create_ds/camel-karavan/karavan-web/karavan-app/src/main/java/org/apache/camel/karavan
Create_ds/camel-karavan/karavan-web/karavan-app/src/main/java/org/apache/camel/karavan/docker/DockerForRegistry.java
/* * 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 ...
915
0
Create_ds/camel-karavan/karavan-web/karavan-app/src/main/java/org/apache/camel/karavan
Create_ds/camel-karavan/karavan-web/karavan-app/src/main/java/org/apache/camel/karavan/docker/DockerForKaravan.java
/* * 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 ...
916
0
Create_ds/camel-karavan/karavan-web/karavan-app/src/main/java/org/apache/camel/karavan
Create_ds/camel-karavan/karavan-web/karavan-app/src/main/java/org/apache/camel/karavan/docker/LoggerCallback.java
/* * 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 ...
917
0
Create_ds/camel-karavan/karavan-web/karavan-app/src/main/java/org/apache/camel/karavan
Create_ds/camel-karavan/karavan-web/karavan-app/src/main/java/org/apache/camel/karavan/docker/DockerForGitea.java
/* * 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 ...
918
0
Create_ds/camel-karavan/karavan-web/karavan-app/src/main/java/org/apache/camel/karavan
Create_ds/camel-karavan/karavan-web/karavan-app/src/main/java/org/apache/camel/karavan/docker/DockerServiceUtils.java
/* * 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 ...
919
0
Create_ds/camel-karavan/karavan-web/karavan-app/src/main/java/org/apache/camel/karavan
Create_ds/camel-karavan/karavan-web/karavan-app/src/main/java/org/apache/camel/karavan/code/DockerComposeConverter.java
/* * 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 ...
920
0
Create_ds/camel-karavan/karavan-web/karavan-app/src/main/java/org/apache/camel/karavan
Create_ds/camel-karavan/karavan-web/karavan-app/src/main/java/org/apache/camel/karavan/code/CodeService.java
/* * 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 ...
921
0
Create_ds/camel-karavan/karavan-web/karavan-app/src/main/java/org/apache/camel/karavan/code
Create_ds/camel-karavan/karavan-web/karavan-app/src/main/java/org/apache/camel/karavan/code/model/DockerComposeService.java
/* * 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 ...
922
0
Create_ds/camel-karavan/karavan-web/karavan-app/src/main/java/org/apache/camel/karavan/code
Create_ds/camel-karavan/karavan-web/karavan-app/src/main/java/org/apache/camel/karavan/code/model/DockerCompose.java
/* * 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 ...
923
0
Create_ds/camel-karavan/karavan-web/karavan-app/src/main/java/org/apache/camel/karavan/code
Create_ds/camel-karavan/karavan-web/karavan-app/src/main/java/org/apache/camel/karavan/code/model/DockerComposeHealthCheck.java
/* * 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 ...
924
0
Create_ds/camel-karavan/karavan-web/karavan-app/src/main/java/org/apache/camel/karavan
Create_ds/camel-karavan/karavan-web/karavan-app/src/main/java/org/apache/camel/karavan/shared/Property.java
package org.apache.camel.karavan.shared; public enum Property { PROJECT_ID("camel.karavan.project-id=%s"), PROJECT_NAME("camel.karavan.project-name=%s"), PROJECT_DESCRIPTION("camel.karavan.project-description=%s"), GAV("camel.jbang.gav=org.camel.karavan.demo:%s:1"); private final String keyValueFo...
925
0
Create_ds/camel-karavan/karavan-web/karavan-app/src/main/java/org/apache/camel/karavan
Create_ds/camel-karavan/karavan-web/karavan-app/src/main/java/org/apache/camel/karavan/shared/Configuration.java
/* * 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 ...
926
0
Create_ds/camel-karavan/karavan-web/karavan-app/src/main/java/org/apache/camel/karavan
Create_ds/camel-karavan/karavan-web/karavan-app/src/main/java/org/apache/camel/karavan/shared/Constants.java
/* * 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 ...
927
0
Create_ds/camel-karavan/karavan-web/karavan-app/src/main/java/org/apache/camel/karavan
Create_ds/camel-karavan/karavan-web/karavan-app/src/main/java/org/apache/camel/karavan/registry/RegistryConfig.java
/* * 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 ...
928
0
Create_ds/camel-karavan/karavan-web/karavan-app/src/main/java/org/apache/camel/karavan
Create_ds/camel-karavan/karavan-web/karavan-app/src/main/java/org/apache/camel/karavan/registry/RegistryService.java
/* * 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 ...
929
0
Create_ds/camel-karavan/karavan-web/karavan-app/src/main/java/org/apache/camel/karavan
Create_ds/camel-karavan/karavan-web/karavan-app/src/main/java/org/apache/camel/karavan/api/StatusResource.java
/* * 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 ...
930
0
Create_ds/camel-karavan/karavan-web/karavan-app/src/main/java/org/apache/camel/karavan
Create_ds/camel-karavan/karavan-web/karavan-app/src/main/java/org/apache/camel/karavan/api/ProjectResource.java
/* * 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 ...
931
0
Create_ds/camel-karavan/karavan-web/karavan-app/src/main/java/org/apache/camel/karavan
Create_ds/camel-karavan/karavan-web/karavan-app/src/main/java/org/apache/camel/karavan/api/InfrastructureResource.java
/* * 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 ...
932
0
Create_ds/camel-karavan/karavan-web/karavan-app/src/main/java/org/apache/camel/karavan
Create_ds/camel-karavan/karavan-web/karavan-app/src/main/java/org/apache/camel/karavan/api/KameletResources.java
/* * 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 ...
933
0
Create_ds/camel-karavan/karavan-web/karavan-app/src/main/java/org/apache/camel/karavan
Create_ds/camel-karavan/karavan-web/karavan-app/src/main/java/org/apache/camel/karavan/api/ProjectGitResource.java
/* * 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 ...
934
0
Create_ds/camel-karavan/karavan-web/karavan-app/src/main/java/org/apache/camel/karavan
Create_ds/camel-karavan/karavan-web/karavan-app/src/main/java/org/apache/camel/karavan/api/LogWatchResource.java
/* * 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 ...
935
0
Create_ds/camel-karavan/karavan-web/karavan-app/src/main/java/org/apache/camel/karavan
Create_ds/camel-karavan/karavan-web/karavan-app/src/main/java/org/apache/camel/karavan/api/ImagesResource.java
/* * 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 ...
936
0
Create_ds/camel-karavan/karavan-web/karavan-app/src/main/java/org/apache/camel/karavan
Create_ds/camel-karavan/karavan-web/karavan-app/src/main/java/org/apache/camel/karavan/api/DevModeResource.java
/* * 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 ...
937
0
Create_ds/camel-karavan/karavan-web/karavan-app/src/main/java/org/apache/camel/karavan
Create_ds/camel-karavan/karavan-web/karavan-app/src/main/java/org/apache/camel/karavan/api/ContainerResource.java
/* * 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 ...
938
0
Create_ds/camel-karavan/karavan-web/karavan-app/src/main/java/org/apache/camel/karavan
Create_ds/camel-karavan/karavan-web/karavan-app/src/main/java/org/apache/camel/karavan/api/ProjectFileResource.java
/* * 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 ...
939
0
Create_ds/camel-karavan/karavan-web/karavan-app/src/main/java/org/apache/camel/karavan
Create_ds/camel-karavan/karavan-web/karavan-app/src/main/java/org/apache/camel/karavan/api/UsersResource.java
/* * 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 ...
940
0
Create_ds/camel-karavan/karavan-web/karavan-app/src/main/java/org/apache/camel/karavan
Create_ds/camel-karavan/karavan-web/karavan-app/src/main/java/org/apache/camel/karavan/api/ConfigurationResource.java
/* * 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 ...
941
0
Create_ds/camel-karavan/karavan-web/karavan-app/src/main/java/org/apache/camel/karavan
Create_ds/camel-karavan/karavan-web/karavan-app/src/main/java/org/apache/camel/karavan/api/ComponentResources.java
/* * 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 ...
942
0
Create_ds/camel-karavan/karavan-web/karavan-app/src/main/java/org/apache/camel/karavan
Create_ds/camel-karavan/karavan-web/karavan-app/src/main/java/org/apache/camel/karavan/api/AuthResource.java
/* * 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 ...
943
0
Create_ds/camel-karavan/karavan-web/karavan-app/src/main/java/org/apache/camel/karavan
Create_ds/camel-karavan/karavan-web/karavan-app/src/main/java/org/apache/camel/karavan/infinispan/InfinispanService.java
/* * 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 ...
944
0
Create_ds/camel-karavan/karavan-web/karavan-app/src/main/java/org/apache/camel/karavan/infinispan
Create_ds/camel-karavan/karavan-web/karavan-app/src/main/java/org/apache/camel/karavan/infinispan/model/ProjectFile.java
/* * 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 ...
945
0
Create_ds/camel-karavan/karavan-web/karavan-app/src/main/java/org/apache/camel/karavan/infinispan
Create_ds/camel-karavan/karavan-web/karavan-app/src/main/java/org/apache/camel/karavan/infinispan/model/ContainerStatus.java
/* * 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 ...
946
0
Create_ds/camel-karavan/karavan-web/karavan-app/src/main/java/org/apache/camel/karavan/infinispan
Create_ds/camel-karavan/karavan-web/karavan-app/src/main/java/org/apache/camel/karavan/infinispan/model/KaravanSchema.java
/* * 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 ...
947
0
Create_ds/camel-karavan/karavan-web/karavan-app/src/main/java/org/apache/camel/karavan/infinispan
Create_ds/camel-karavan/karavan-web/karavan-app/src/main/java/org/apache/camel/karavan/infinispan/model/CamelStatus.java
/* * 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 ...
948
0
Create_ds/camel-karavan/karavan-web/karavan-app/src/main/java/org/apache/camel/karavan/infinispan
Create_ds/camel-karavan/karavan-web/karavan-app/src/main/java/org/apache/camel/karavan/infinispan/model/GroupedKey.java
/* * 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 ...
949
0
Create_ds/camel-karavan/karavan-web/karavan-app/src/main/java/org/apache/camel/karavan/infinispan
Create_ds/camel-karavan/karavan-web/karavan-app/src/main/java/org/apache/camel/karavan/infinispan/model/DeploymentStatus.java
/* * 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 ...
950
0
Create_ds/camel-karavan/karavan-web/karavan-app/src/main/java/org/apache/camel/karavan/infinispan
Create_ds/camel-karavan/karavan-web/karavan-app/src/main/java/org/apache/camel/karavan/infinispan/model/CamelStatusValue.java
/* * 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 ...
951
0
Create_ds/camel-karavan/karavan-web/karavan-app/src/main/java/org/apache/camel/karavan/infinispan
Create_ds/camel-karavan/karavan-web/karavan-app/src/main/java/org/apache/camel/karavan/infinispan/model/ServiceStatus.java
/* * 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 ...
952
0
Create_ds/camel-karavan/karavan-web/karavan-app/src/main/java/org/apache/camel/karavan/infinispan
Create_ds/camel-karavan/karavan-web/karavan-app/src/main/java/org/apache/camel/karavan/infinispan/model/Project.java
/* * 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 ...
953
0
Create_ds/camel-karavan/karavan-web/karavan-app/src/main/java/org/apache/camel/karavan
Create_ds/camel-karavan/karavan-web/karavan-app/src/main/java/org/apache/camel/karavan/service/KaravanService.java
/* * 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 ...
954
0
Create_ds/camel-karavan/karavan-web/karavan-app/src/main/java/org/apache/camel/karavan
Create_ds/camel-karavan/karavan-web/karavan-app/src/main/java/org/apache/camel/karavan/service/CamelService.java
/* * 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 ...
955
0
Create_ds/camel-karavan/karavan-web/karavan-app/src/main/java/org/apache/camel/karavan
Create_ds/camel-karavan/karavan-web/karavan-app/src/main/java/org/apache/camel/karavan/service/ProjectService.java
/* * 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 ...
956
0
Create_ds/camel-karavan/karavan-web/karavan-app/src/main/java/org/apache/camel/karavan
Create_ds/camel-karavan/karavan-web/karavan-app/src/main/java/org/apache/camel/karavan/service/ContainerStatusService.java
/* * 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 ...
957
0
Create_ds/camel-karavan/karavan-web/karavan-app/src/main/java/org/apache/camel/karavan
Create_ds/camel-karavan/karavan-web/karavan-app/src/main/java/org/apache/camel/karavan/service/AuthService.java
/* * 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 ...
958
0
Create_ds/camel-karavan/karavan-web/karavan-app/src/main/java/org/apache/camel/karavan
Create_ds/camel-karavan/karavan-web/karavan-app/src/main/java/org/apache/camel/karavan/service/ConfigService.java
/* * 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 ...
959
0
Create_ds/camel-karavan/karavan-web/karavan-app/src/main/java/org/apache/camel/karavan
Create_ds/camel-karavan/karavan-web/karavan-app/src/main/java/org/apache/camel/karavan/kubernetes/KubernetesService.java
/* * 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 ...
960
0
Create_ds/camel-karavan/karavan-web/karavan-app/src/main/java/org/apache/camel/karavan
Create_ds/camel-karavan/karavan-web/karavan-app/src/main/java/org/apache/camel/karavan/kubernetes/DeploymentEventHandler.java
/* * 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 ...
961
0
Create_ds/camel-karavan/karavan-web/karavan-app/src/main/java/org/apache/camel/karavan
Create_ds/camel-karavan/karavan-web/karavan-app/src/main/java/org/apache/camel/karavan/kubernetes/ServiceEventHandler.java
/* * 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 ...
962
0
Create_ds/camel-karavan/karavan-web/karavan-app/src/main/java/org/apache/camel/karavan
Create_ds/camel-karavan/karavan-web/karavan-app/src/main/java/org/apache/camel/karavan/kubernetes/PodEventHandler.java
/* * 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 ...
963
0
Create_ds/camel-karavan/karavan-web/karavan-app/src/main/java/org/apache/camel/karavan
Create_ds/camel-karavan/karavan-web/karavan-app/src/main/java/org/apache/camel/karavan/git/GitService.java
/* * 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 ...
964
0
Create_ds/camel-karavan/karavan-web/karavan-app/src/main/java/org/apache/camel/karavan
Create_ds/camel-karavan/karavan-web/karavan-app/src/main/java/org/apache/camel/karavan/git/GiteaService.java
/* * 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 ...
965
0
Create_ds/camel-karavan/karavan-web/karavan-app/src/main/java/org/apache/camel/karavan/git
Create_ds/camel-karavan/karavan-web/karavan-app/src/main/java/org/apache/camel/karavan/git/model/GitConfig.java
/* * 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 ...
966
0
Create_ds/camel-karavan/karavan-web/karavan-app/src/main/java/org/apache/camel/karavan/git
Create_ds/camel-karavan/karavan-web/karavan-app/src/main/java/org/apache/camel/karavan/git/model/GitRepoFile.java
/* * 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 ...
967
0
Create_ds/camel-karavan/karavan-web/karavan-app/src/main/java/org/apache/camel/karavan/git
Create_ds/camel-karavan/karavan-web/karavan-app/src/main/java/org/apache/camel/karavan/git/model/GitRepo.java
/* * 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 ...
968
0
Create_ds/cxf-dosgi/provider-rs/src/test/java/org/apache/cxf/dosgi/dsw/handlers/rest
Create_ds/cxf-dosgi/provider-rs/src/test/java/org/apache/cxf/dosgi/dsw/handlers/rest/provider/MyWriter.java
/** * 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 m...
969
0
Create_ds/cxf-dosgi/provider-rs/src/test/java/org/apache/cxf/dosgi/dsw/handlers/rest
Create_ds/cxf-dosgi/provider-rs/src/test/java/org/apache/cxf/dosgi/dsw/handlers/rest/provider/MyReader.java
/** * 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 m...
970
0
Create_ds/cxf-dosgi/provider-rs/src/test/java/org/apache/cxf/dosgi/dsw/handlers/rest
Create_ds/cxf-dosgi/provider-rs/src/test/java/org/apache/cxf/dosgi/dsw/handlers/rest/provider/Task.java
/** * 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 m...
971
0
Create_ds/cxf-dosgi/provider-rs/src/test/java/org/apache/cxf/dosgi/dsw/handlers/rest
Create_ds/cxf-dosgi/provider-rs/src/test/java/org/apache/cxf/dosgi/dsw/handlers/rest/provider/RsProviderCustomTest.java
/** * 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 m...
972
0
Create_ds/cxf-dosgi/provider-rs/src/test/java/org/apache/cxf/dosgi/dsw/handlers/rest
Create_ds/cxf-dosgi/provider-rs/src/test/java/org/apache/cxf/dosgi/dsw/handlers/rest/provider/TaskService.java
/** * 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 m...
973
0
Create_ds/cxf-dosgi/provider-rs/src/test/java/org/apache/cxf/dosgi/dsw/handlers/rest
Create_ds/cxf-dosgi/provider-rs/src/test/java/org/apache/cxf/dosgi/dsw/handlers/rest/provider/TaskServiceImpl.java
/** * 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 m...
974
0
Create_ds/cxf-dosgi/provider-rs/src/test/java/org/apache/cxf/dosgi/dsw/handlers/rest
Create_ds/cxf-dosgi/provider-rs/src/test/java/org/apache/cxf/dosgi/dsw/handlers/rest/simple/Task.java
/** * 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 m...
975
0
Create_ds/cxf-dosgi/provider-rs/src/test/java/org/apache/cxf/dosgi/dsw/handlers/rest
Create_ds/cxf-dosgi/provider-rs/src/test/java/org/apache/cxf/dosgi/dsw/handlers/rest/simple/TaskService.java
/** * 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 m...
976
0
Create_ds/cxf-dosgi/provider-rs/src/test/java/org/apache/cxf/dosgi/dsw/handlers/rest
Create_ds/cxf-dosgi/provider-rs/src/test/java/org/apache/cxf/dosgi/dsw/handlers/rest/simple/TaskServiceImpl.java
/** * 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 m...
977
0
Create_ds/cxf-dosgi/provider-rs/src/test/java/org/apache/cxf/dosgi/dsw/handlers/rest
Create_ds/cxf-dosgi/provider-rs/src/test/java/org/apache/cxf/dosgi/dsw/handlers/rest/simple/RsProviderTest.java
/** * 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 m...
978
0
Create_ds/cxf-dosgi/provider-rs/src/main/java/org/apache/cxf/dosgi/dsw/handlers
Create_ds/cxf-dosgi/provider-rs/src/main/java/org/apache/cxf/dosgi/dsw/handlers/rest/RsProvider.java
/** * 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 m...
979
0
Create_ds/cxf-dosgi/provider-rs/src/main/java/org/apache/cxf/dosgi/dsw/handlers
Create_ds/cxf-dosgi/provider-rs/src/main/java/org/apache/cxf/dosgi/dsw/handlers/rest/RsConstants.java
/** * 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 m...
980
0
Create_ds/cxf-dosgi/itests/multi-bundle/src/test/java/org/apache/cxf/dosgi/itests
Create_ds/cxf-dosgi/itests/multi-bundle/src/test/java/org/apache/cxf/dosgi/itests/multi/MultiBundleTools.java
/** * 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 m...
981
0
Create_ds/cxf-dosgi/itests/multi-bundle/src/test/java/org/apache/cxf/dosgi/itests
Create_ds/cxf-dosgi/itests/multi-bundle/src/test/java/org/apache/cxf/dosgi/itests/multi/TestExportService.java
/** * 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 m...
982
0
Create_ds/cxf-dosgi/itests/multi-bundle/src/test/java/org/apache/cxf/dosgi/itests
Create_ds/cxf-dosgi/itests/multi-bundle/src/test/java/org/apache/cxf/dosgi/itests/multi/TaskServiceProxyFactory.java
/** * 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 m...
983
0
Create_ds/cxf-dosgi/itests/multi-bundle/src/test/java/org/apache/cxf/dosgi/itests
Create_ds/cxf-dosgi/itests/multi-bundle/src/test/java/org/apache/cxf/dosgi/itests/multi/AbstractDosgiTest.java
/** * 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 m...
984
0
Create_ds/cxf-dosgi/itests/multi-bundle/src/test/java/org/apache/cxf/dosgi/itests
Create_ds/cxf-dosgi/itests/multi-bundle/src/test/java/org/apache/cxf/dosgi/itests/multi/TestExportPolicy.java
/** * 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 m...
985
0
Create_ds/cxf-dosgi/itests/multi-bundle/src/test/java/org/apache/cxf/dosgi/itests
Create_ds/cxf-dosgi/itests/multi-bundle/src/test/java/org/apache/cxf/dosgi/itests/multi/DummyTaskServiceImpl.java
/** * 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 m...
986
0
Create_ds/cxf-dosgi/itests/multi-bundle/src/test/java/org/apache/cxf/dosgi/itests
Create_ds/cxf-dosgi/itests/multi-bundle/src/test/java/org/apache/cxf/dosgi/itests/multi/TestImportService.java
/** * 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 m...
987
0
Create_ds/cxf-dosgi/itests/multi-bundle/src/test/java/org/apache/cxf/dosgi/itests
Create_ds/cxf-dosgi/itests/multi-bundle/src/test/java/org/apache/cxf/dosgi/itests/multi/TestCustomIntent.java
/** * 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 m...
988
0
Create_ds/cxf-dosgi/itests/multi-bundle/src/test/java/org/apache/cxf/dosgi/itests/multi
Create_ds/cxf-dosgi/itests/multi-bundle/src/test/java/org/apache/cxf/dosgi/itests/multi/customintent/CustomFeature.java
/** * 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 m...
989
0
Create_ds/cxf-dosgi/itests/multi-bundle/src/test/java/org/apache/cxf/dosgi/itests/multi
Create_ds/cxf-dosgi/itests/multi-bundle/src/test/java/org/apache/cxf/dosgi/itests/multi/customintent/CustomIntentActivator.java
/** * 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 m...
990
0
Create_ds/cxf-dosgi/itests/multi-bundle/src/test/java/org/apache/cxf/dosgi/itests/multi
Create_ds/cxf-dosgi/itests/multi-bundle/src/test/java/org/apache/cxf/dosgi/itests/multi/customintent/CustomFeatureProvider.java
/** * 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 m...
991
0
Create_ds/cxf-dosgi/itests/multi-bundle/src/test/java/org/apache/cxf/dosgi/itests/multi
Create_ds/cxf-dosgi/itests/multi-bundle/src/test/java/org/apache/cxf/dosgi/itests/multi/customintent/ChangeTitleInterceptor.java
/** * 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 m...
992
0
Create_ds/cxf-dosgi/decorator/src/test/java/org/apache/cxf/dosgi/dsw
Create_ds/cxf-dosgi/decorator/src/test/java/org/apache/cxf/dosgi/dsw/decorator/DecorationParserTest.java
/** * 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 m...
993
0
Create_ds/cxf-dosgi/decorator/src/test/java/org/apache/cxf/dosgi/dsw
Create_ds/cxf-dosgi/decorator/src/test/java/org/apache/cxf/dosgi/dsw/decorator/ServiceDecoratorBundleListenerTest.java
/** * 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 m...
994
0
Create_ds/cxf-dosgi/decorator/src/test/java/org/apache/cxf/dosgi/dsw
Create_ds/cxf-dosgi/decorator/src/test/java/org/apache/cxf/dosgi/dsw/decorator/ServiceDecoratorImplTest.java
/** * 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 m...
995
0
Create_ds/cxf-dosgi/decorator/src/test/java/org/apache/cxf/dosgi/dsw
Create_ds/cxf-dosgi/decorator/src/test/java/org/apache/cxf/dosgi/dsw/decorator/InterfaceRuleTest.java
/** * 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 m...
996
0
Create_ds/cxf-dosgi/decorator/src/main/java/org/apache/cxf/dosgi/dsw
Create_ds/cxf-dosgi/decorator/src/main/java/org/apache/cxf/dosgi/dsw/decorator/InterfaceRule.java
/** * 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 m...
997
0
Create_ds/cxf-dosgi/decorator/src/main/java/org/apache/cxf/dosgi/dsw
Create_ds/cxf-dosgi/decorator/src/main/java/org/apache/cxf/dosgi/dsw/decorator/ServiceDecoratorImpl.java
/** * 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 m...
998
0
Create_ds/cxf-dosgi/decorator/src/main/java/org/apache/cxf/dosgi/dsw
Create_ds/cxf-dosgi/decorator/src/main/java/org/apache/cxf/dosgi/dsw/decorator/ServiceDecorator.java
/** * 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 m...
999