index
int64
0
0
repo_id
stringlengths
26
205
file_path
stringlengths
51
246
content
stringlengths
8
433k
__index_level_0__
int64
0
10k
0
Create_ds/aws-lambda-java-libs/aws-lambda-java-events/src/main/java/com/amazonaws/services/lambda/runtime
Create_ds/aws-lambda-java-libs/aws-lambda-java-events/src/main/java/com/amazonaws/services/lambda/runtime/events/TimeWindowEventResponse.java
/* * Copyright 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with * the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file...
1,800
0
Create_ds/aws-lambda-java-libs/aws-lambda-java-events/src/main/java/com/amazonaws/services/lambda/runtime
Create_ds/aws-lambda-java-libs/aws-lambda-java-events/src/main/java/com/amazonaws/services/lambda/runtime/events/StreamsEventResponse.java
/* * Copyright 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with * the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file...
1,801
0
Create_ds/aws-lambda-java-libs/aws-lambda-java-events/src/main/java/com/amazonaws/services/lambda/runtime
Create_ds/aws-lambda-java-libs/aws-lambda-java-events/src/main/java/com/amazonaws/services/lambda/runtime/events/LambdaDestinationEvent.java
/* * Copyright 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with * the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file...
1,802
0
Create_ds/aws-lambda-java-libs/aws-lambda-java-events/src/main/java/com/amazonaws/services/lambda/runtime
Create_ds/aws-lambda-java-libs/aws-lambda-java-events/src/main/java/com/amazonaws/services/lambda/runtime/events/ApplicationLoadBalancerResponseEvent.java
package com.amazonaws.services.lambda.runtime.events; import lombok.Data; import lombok.NoArgsConstructor; import java.io.Serializable; import java.util.List; import java.util.Map; /** * Class to represent the response event to Application Load Balancer. * * @see <a href="https://docs.aws.amazon.com/lambda/latest...
1,803
0
Create_ds/aws-lambda-java-libs/aws-lambda-java-events/src/main/java/com/amazonaws/services/lambda/runtime
Create_ds/aws-lambda-java-libs/aws-lambda-java-events/src/main/java/com/amazonaws/services/lambda/runtime/events/AppSyncLambdaAuthorizerResponse.java
/* * Copyright 2015-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with * the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license"...
1,804
0
Create_ds/aws-lambda-java-libs/aws-lambda-java-events/src/main/java/com/amazonaws/services/lambda/runtime
Create_ds/aws-lambda-java-libs/aws-lambda-java-events/src/main/java/com/amazonaws/services/lambda/runtime/events/S3BatchEvent.java
package com.amazonaws.services.lambda.runtime.events; import lombok.AllArgsConstructor; import lombok.Builder; import lombok.Data; import lombok.NoArgsConstructor; import java.util.List; /** * Event to represent the payload which is sent to Lambda by S3 Batch to perform a custom * action. * * https://docs.aws.am...
1,805
0
Create_ds/aws-lambda-java-libs/aws-lambda-java-events/src/main/java/com/amazonaws/services/lambda/runtime
Create_ds/aws-lambda-java-libs/aws-lambda-java-events/src/main/java/com/amazonaws/services/lambda/runtime/events/SNSEvent.java
/* * Copyright 2012-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with * the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license"...
1,806
0
Create_ds/aws-lambda-java-libs/aws-lambda-java-events/src/main/java/com/amazonaws/services/lambda/runtime
Create_ds/aws-lambda-java-libs/aws-lambda-java-events/src/main/java/com/amazonaws/services/lambda/runtime/events/ActiveMQEvent.java
/* * Copyright 2015-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with * the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license"...
1,807
0
Create_ds/aws-lambda-java-libs/aws-lambda-java-events/src/main/java/com/amazonaws/services/lambda/runtime
Create_ds/aws-lambda-java-libs/aws-lambda-java-events/src/main/java/com/amazonaws/services/lambda/runtime/events/DynamodbEvent.java
/* * Copyright 2015-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with * the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license"...
1,808
0
Create_ds/aws-lambda-java-libs/aws-lambda-java-events/src/main/java/com/amazonaws/services/lambda/runtime
Create_ds/aws-lambda-java-libs/aws-lambda-java-events/src/main/java/com/amazonaws/services/lambda/runtime/events/CognitoUserPoolPreSignUpEvent.java
/* * Copyright 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with * the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file...
1,809
0
Create_ds/aws-lambda-java-libs/aws-lambda-java-events/src/main/java/com/amazonaws/services/lambda/runtime/events
Create_ds/aws-lambda-java-libs/aws-lambda-java-events/src/main/java/com/amazonaws/services/lambda/runtime/events/models/TimeWindow.java
/* * Copyright 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with * the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file...
1,810
0
Create_ds/aws-lambda-java-libs/aws-lambda-java-events/src/main/java/com/amazonaws/services/lambda/runtime/events/models
Create_ds/aws-lambda-java-libs/aws-lambda-java-events/src/main/java/com/amazonaws/services/lambda/runtime/events/models/kinesis/EncryptionType.java
/* * Copyright 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with * the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file...
1,811
0
Create_ds/aws-lambda-java-libs/aws-lambda-java-events/src/main/java/com/amazonaws/services/lambda/runtime/events/models
Create_ds/aws-lambda-java-libs/aws-lambda-java-events/src/main/java/com/amazonaws/services/lambda/runtime/events/models/kinesis/Record.java
/* * Copyright 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with * the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file...
1,812
0
Create_ds/aws-lambda-java-libs/aws-lambda-java-events/src/main/java/com/amazonaws/services/lambda/runtime/events/models
Create_ds/aws-lambda-java-libs/aws-lambda-java-events/src/main/java/com/amazonaws/services/lambda/runtime/events/models/s3/S3EventNotification.java
/* * Copyright 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with * the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file...
1,813
0
Create_ds/aws-lambda-java-libs/aws-lambda-java-events/src/main/java/com/amazonaws/services/lambda/runtime/events/models
Create_ds/aws-lambda-java-libs/aws-lambda-java-events/src/main/java/com/amazonaws/services/lambda/runtime/events/models/dynamodb/OperationType.java
/* * Copyright 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with * the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "licen...
1,814
0
Create_ds/aws-lambda-java-libs/aws-lambda-java-events/src/main/java/com/amazonaws/services/lambda/runtime/events/models
Create_ds/aws-lambda-java-libs/aws-lambda-java-events/src/main/java/com/amazonaws/services/lambda/runtime/events/models/dynamodb/StreamRecord.java
/* * Copyright 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with * the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file...
1,815
0
Create_ds/aws-lambda-java-libs/aws-lambda-java-events/src/main/java/com/amazonaws/services/lambda/runtime/events/models
Create_ds/aws-lambda-java-libs/aws-lambda-java-events/src/main/java/com/amazonaws/services/lambda/runtime/events/models/dynamodb/Identity.java
/* * Copyright 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with * the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file...
1,816
0
Create_ds/aws-lambda-java-libs/aws-lambda-java-events/src/main/java/com/amazonaws/services/lambda/runtime/events/models
Create_ds/aws-lambda-java-libs/aws-lambda-java-events/src/main/java/com/amazonaws/services/lambda/runtime/events/models/dynamodb/StreamViewType.java
/* * Copyright 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with * the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file...
1,817
0
Create_ds/aws-lambda-java-libs/aws-lambda-java-events/src/main/java/com/amazonaws/services/lambda/runtime/events/models
Create_ds/aws-lambda-java-libs/aws-lambda-java-events/src/main/java/com/amazonaws/services/lambda/runtime/events/models/dynamodb/Record.java
/* * Copyright 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with * the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file...
1,818
0
Create_ds/aws-lambda-java-libs/aws-lambda-java-events/src/main/java/com/amazonaws/services/lambda/runtime/events/models
Create_ds/aws-lambda-java-libs/aws-lambda-java-events/src/main/java/com/amazonaws/services/lambda/runtime/events/models/dynamodb/AttributeValue.java
/* * Copyright 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with * the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file...
1,819
0
Create_ds/Nicobar/nicobar-groovy2/src/test/resources/testmodule
Create_ds/Nicobar/nicobar-groovy2/src/test/resources/testmodule/customizers/TestCompilationCustomizer.java
package testmodule.customizers; import org.codehaus.groovy.ast.ClassNode; import org.codehaus.groovy.classgen.GeneratorContext; import org.codehaus.groovy.control.CompilationFailedException; import org.codehaus.groovy.control.CompilePhase; import org.codehaus.groovy.control.SourceUnit; import org.codehaus.groovy.contr...
1,820
0
Create_ds/Nicobar/nicobar-groovy2/src/test/java/com/netflix/nicobar/groovy2
Create_ds/Nicobar/nicobar-groovy2/src/test/java/com/netflix/nicobar/groovy2/plugin/Groovy2PluginTest.java
/* * * Copyright 2013 Netflix, Inc. * * Licensed 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 ap...
1,821
0
Create_ds/Nicobar/nicobar-groovy2/src/test/java/com/netflix/nicobar/groovy2
Create_ds/Nicobar/nicobar-groovy2/src/test/java/com/netflix/nicobar/groovy2/plugin/ScriptModuleUtilsTest.java
package com.netflix.nicobar.groovy2.plugin; import static org.testng.Assert.assertEquals; import static org.testng.Assert.assertNotNull; import java.lang.reflect.Method; import java.nio.file.Files; import java.nio.file.Path; import java.util.Collections; import org.testng.annotations.Test; import com.google.common...
1,822
0
Create_ds/Nicobar/nicobar-groovy2/src/test/java/com/netflix/nicobar/groovy2
Create_ds/Nicobar/nicobar-groovy2/src/test/java/com/netflix/nicobar/groovy2/compile/Groovy2CompilerTest.java
package com.netflix.nicobar.groovy2.compile; import static org.testng.Assert.assertTrue; import java.lang.reflect.Field; import java.nio.file.Path; import java.util.Arrays; import java.util.HashMap; import java.util.List; import java.util.Map; import org.codehaus.groovy.control.customizers.CompilationCustomizer; imp...
1,823
0
Create_ds/Nicobar/nicobar-groovy2/src/test/java/com/netflix/nicobar/groovy2
Create_ds/Nicobar/nicobar-groovy2/src/test/java/com/netflix/nicobar/groovy2/compile/Groovy2CompilerHelperTest.java
/* * * Copyright 2013 Netflix, Inc. * * Licensed 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 ap...
1,824
0
Create_ds/Nicobar/nicobar-groovy2/src/test/java/com/netflix/nicobar/groovy2
Create_ds/Nicobar/nicobar-groovy2/src/test/java/com/netflix/nicobar/groovy2/testutil/GroovyTestResourceUtil.java
/* * * Copyright 2013 Netflix, Inc. * * Licensed 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 ap...
1,825
0
Create_ds/Nicobar/nicobar-groovy2/src/main/java/com/netflix/nicobar/groovy2
Create_ds/Nicobar/nicobar-groovy2/src/main/java/com/netflix/nicobar/groovy2/plugin/Groovy2CompilerPlugin.java
/* * * Copyright 2013 Netflix, Inc. * * Licensed 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 ap...
1,826
0
Create_ds/Nicobar/nicobar-groovy2/src/main/java/com/netflix/nicobar/groovy2/internal
Create_ds/Nicobar/nicobar-groovy2/src/main/java/com/netflix/nicobar/groovy2/internal/compile/Groovy2Compiler.java
/* * * Copyright 2013 Netflix, Inc. * * Licensed 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 ap...
1,827
0
Create_ds/Nicobar/nicobar-groovy2/src/main/java/com/netflix/nicobar/groovy2/internal
Create_ds/Nicobar/nicobar-groovy2/src/main/java/com/netflix/nicobar/groovy2/internal/compile/Groovy2CompilerHelper.java
/* * * Copyright 2013 Netflix, Inc. * * Licensed 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 ap...
1,828
0
Create_ds/Nicobar/nicobar-groovy2/src/main/java/com/netflix/nicobar/groovy2
Create_ds/Nicobar/nicobar-groovy2/src/main/java/com/netflix/nicobar/groovy2/utils/Groovy2PluginUtils.java
/* * * Copyright 2013 Netflix, Inc. * * Licensed 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 ap...
1,829
0
Create_ds/Nicobar/nicobar-core/nicobar-test-classes/interfaces-module/src/main/java
Create_ds/Nicobar/nicobar-core/nicobar-test-classes/interfaces-module/src/main/java/interfaces/Manager.java
package interfaces; /** * @author Aaron Tull * */ public interface Manager { public String supervise(Helper worker); }
1,830
0
Create_ds/Nicobar/nicobar-core/nicobar-test-classes/interfaces-module/src/main/java
Create_ds/Nicobar/nicobar-core/nicobar-test-classes/interfaces-module/src/main/java/interfaces/Helper.java
package interfaces; /** * @author Aaron Tull * */ public interface Helper { public String doWork(); }
1,831
0
Create_ds/Nicobar/nicobar-core/nicobar-test-classes/classpath-dependent-module/src/main
Create_ds/Nicobar/nicobar-core/nicobar-test-classes/classpath-dependent-module/src/main/java/DependentClass.java
import org.jboss.modules.Module; public class DependentClass { /** * * Try to access a class from the application classpath * This will fail if app import filters block it, and pass * if it is allowed. * */ public DependentClass() { // We know Module is in the classpath of...
1,832
0
Create_ds/Nicobar/nicobar-core/nicobar-test-classes/service-module/src/main/java/com/netflix/nicobar
Create_ds/Nicobar/nicobar-core/nicobar-test-classes/service-module/src/main/java/com/netflix/nicobar/test/Service.java
package com.netflix.nicobar.test; public class Service { public String service() { return "From Module"; } }
1,833
0
Create_ds/Nicobar/nicobar-core/nicobar-test-classes/dependent-module/src/main/java/com/netflix/nicobar
Create_ds/Nicobar/nicobar-core/nicobar-test-classes/dependent-module/src/main/java/com/netflix/nicobar/test/Dependent.java
package com.netflix.nicobar.test; import com.netflix.nicobar.test.Service; public class Dependent { public static String execute() { String result = new Service().service(); System.out.println("Execution result: " + result); return result; } }
1,834
0
Create_ds/Nicobar/nicobar-core/nicobar-test-classes/impl-module/src/main/java
Create_ds/Nicobar/nicobar-core/nicobar-test-classes/impl-module/src/main/java/impl/HelperImpl.java
package impl; /** * @author Aaron Tull * */ public class HelperImpl implements interfaces.Helper { public String doWork() { return "nothing"; } }
1,835
0
Create_ds/Nicobar/nicobar-core/nicobar-test-classes/impl-module/src/main/java
Create_ds/Nicobar/nicobar-core/nicobar-test-classes/impl-module/src/main/java/impl/ManagerImpl.java
package impl; /** * @author Aaron Tull * */ public class ManagerImpl implements interfaces.Manager { public String supervise(interfaces.Helper worker) { return getClass().getName() + " supervising " + worker.getClass().getName() + " doing " + worker.doWork(); } }
1,836
0
Create_ds/Nicobar/nicobar-core/src/test/java/com/netflix/nicobar/core
Create_ds/Nicobar/nicobar-core/src/test/java/com/netflix/nicobar/core/archive/SingleFileScriptArchiveTest.java
/* * * Copyright 2013 Netflix, Inc. * * Licensed 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 ap...
1,837
0
Create_ds/Nicobar/nicobar-core/src/test/java/com/netflix/nicobar/core
Create_ds/Nicobar/nicobar-core/src/test/java/com/netflix/nicobar/core/archive/JarScriptArchiveTest.java
/* * * Copyright 2013 Netflix, Inc. * * Licensed 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 ap...
1,838
0
Create_ds/Nicobar/nicobar-core/src/test/java/com/netflix/nicobar/core
Create_ds/Nicobar/nicobar-core/src/test/java/com/netflix/nicobar/core/archive/ModuleIdTest.java
/* * Copyright 2013 Netflix, Inc. * * Licensed 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 a...
1,839
0
Create_ds/Nicobar/nicobar-core/src/test/java/com/netflix/nicobar/core
Create_ds/Nicobar/nicobar-core/src/test/java/com/netflix/nicobar/core/archive/PathScriptArchiveTest.java
/* * * Copyright 2013 Netflix, Inc. * * Licensed 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 ap...
1,840
0
Create_ds/Nicobar/nicobar-core/src/test/java/com/netflix/nicobar/core
Create_ds/Nicobar/nicobar-core/src/test/java/com/netflix/nicobar/core/archive/ScriptModuleSpecSerializerTest.java
/* * * Copyright 2013 Netflix, Inc. * * Licensed 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 ap...
1,841
0
Create_ds/Nicobar/nicobar-core/src/test/java/com/netflix/nicobar/core
Create_ds/Nicobar/nicobar-core/src/test/java/com/netflix/nicobar/core/module/ScriptModuleLoaderTest.java
/* * * Copyright 2013 Netflix, Inc. * * Licensed 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 ap...
1,842
0
Create_ds/Nicobar/nicobar-core/src/test/java/com/netflix/nicobar/core
Create_ds/Nicobar/nicobar-core/src/test/java/com/netflix/nicobar/core/module/ScriptModuleLoaderDependenciesTest.java
/* * Copyright 2013 Netflix, Inc. * * Licensed 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 a...
1,843
0
Create_ds/Nicobar/nicobar-core/src/test/java/com/netflix/nicobar/core
Create_ds/Nicobar/nicobar-core/src/test/java/com/netflix/nicobar/core/module/ResolutionOrderTests.java
package com.netflix.nicobar.core.module; import static com.netflix.nicobar.core.testutil.CoreTestResourceUtil.TestResource.TEST_DEPENDENT; import static com.netflix.nicobar.core.testutil.CoreTestResourceUtil.TestResource.TEST_SERVICE; import static org.testng.AssertJUnit.assertEquals; import java.io.IOException; impo...
1,844
0
Create_ds/Nicobar/nicobar-core/src/test/java/com/netflix/nicobar/core/module
Create_ds/Nicobar/nicobar-core/src/test/java/com/netflix/nicobar/core/module/jboss/JBossModuleUtilsTest.java
/* * * Copyright 2013 Netflix, Inc. * * Licensed 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 ap...
1,845
0
Create_ds/Nicobar/nicobar-core/src/test/java/com/netflix/nicobar/core
Create_ds/Nicobar/nicobar-core/src/test/java/com/netflix/nicobar/core/plugin/ScriptCompilerPluginSpecTest.java
package com.netflix.nicobar.core.plugin; import com.google.common.collect.ImmutableSet; import org.testng.annotations.AfterTest; import org.testng.annotations.BeforeTest; import org.testng.annotations.Test; import java.io.IOException; import java.nio.file.*; import java.nio.file.attribute.BasicFileAttributes; import ...
1,846
0
Create_ds/Nicobar/nicobar-core/src/test/java/com/netflix/nicobar/core
Create_ds/Nicobar/nicobar-core/src/test/java/com/netflix/nicobar/core/plugin/BytecodeLoadingPluginTest.java
/* * Copyright 2013 Netflix, Inc. * * Licensed 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 a...
1,847
0
Create_ds/Nicobar/nicobar-core/src/test/java/com/netflix/nicobar/core
Create_ds/Nicobar/nicobar-core/src/test/java/com/netflix/nicobar/core/utils/ClassPathUtilsTest.java
/* * Copyright 2013 Netflix, Inc. * * Licensed 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 a...
1,848
0
Create_ds/Nicobar/nicobar-core/src/test/java/com/netflix/nicobar/core
Create_ds/Nicobar/nicobar-core/src/test/java/com/netflix/nicobar/core/utils/ScriptModuleUtilsTest.java
/* * Copyright 2013 Netflix, Inc. * * Licensed 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 a...
1,849
0
Create_ds/Nicobar/nicobar-core/src/test/java/com/netflix/nicobar/core
Create_ds/Nicobar/nicobar-core/src/test/java/com/netflix/nicobar/core/compile/BytecodeLoaderTest.java
/* * Copyright 2013 Netflix, Inc. * * Licensed 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 a...
1,850
0
Create_ds/Nicobar/nicobar-core/src/test/java/com/netflix/nicobar/core
Create_ds/Nicobar/nicobar-core/src/test/java/com/netflix/nicobar/core/persistence/JarRepositoryPollerTest.java
/* * * Copyright 2013 Netflix, Inc. * * Licensed 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 ap...
1,851
0
Create_ds/Nicobar/nicobar-core/src/test/java/com/netflix/nicobar/core
Create_ds/Nicobar/nicobar-core/src/test/java/com/netflix/nicobar/core/persistence/PathRepositoryPollerTest.java
/* * * Copyright 2013 Netflix, Inc. * * Licensed 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 ap...
1,852
0
Create_ds/Nicobar/nicobar-core/src/test/java/com/netflix/nicobar/core
Create_ds/Nicobar/nicobar-core/src/test/java/com/netflix/nicobar/core/persistence/JarArchiveRepositoryTest.java
/* * * Copyright 2013 Netflix, Inc. * * Licensed 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 ap...
1,853
0
Create_ds/Nicobar/nicobar-core/src/test/java/com/netflix/nicobar/core
Create_ds/Nicobar/nicobar-core/src/test/java/com/netflix/nicobar/core/persistence/ArchiveRepositoryTest.java
/* * * Copyright 2013 Netflix, Inc. * * Licensed 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 ap...
1,854
0
Create_ds/Nicobar/nicobar-core/src/test/java/com/netflix/nicobar/core
Create_ds/Nicobar/nicobar-core/src/test/java/com/netflix/nicobar/core/persistence/PathArchiveRepositoryTest.java
/* * * Copyright 2013 Netflix, Inc. * * Licensed 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 ap...
1,855
0
Create_ds/Nicobar/nicobar-core/src/test/java/com/netflix/nicobar/core
Create_ds/Nicobar/nicobar-core/src/test/java/com/netflix/nicobar/core/persistence/ArchiveRepositoryPollerTest.java
/* * * Copyright 2013 Netflix, Inc. * * Licensed 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 ap...
1,856
0
Create_ds/Nicobar/nicobar-core/src/test/java/com/netflix/nicobar/core
Create_ds/Nicobar/nicobar-core/src/test/java/com/netflix/nicobar/core/testutil/CoreTestResourceUtil.java
/* * * Copyright 2013 Netflix, Inc. * * Licensed 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 ap...
1,857
0
Create_ds/Nicobar/nicobar-core/src/test/java/com/netflix/nicobar
Create_ds/Nicobar/nicobar-core/src/test/java/com/netflix/nicobar/test/Service.java
package com.netflix.nicobar.test; public class Service { public String service() { return "From App Classpath"; } }
1,858
0
Create_ds/Nicobar/nicobar-core/src/main/java/com/netflix/nicobar/core
Create_ds/Nicobar/nicobar-core/src/main/java/com/netflix/nicobar/core/archive/ScriptArchive.java
/* * * Copyright 2013 Netflix, Inc. * * Licensed 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 ap...
1,859
0
Create_ds/Nicobar/nicobar-core/src/main/java/com/netflix/nicobar/core
Create_ds/Nicobar/nicobar-core/src/main/java/com/netflix/nicobar/core/archive/SingleFileScriptArchive.java
/* * * Copyright 2013 Netflix, Inc. * * Licensed 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 ap...
1,860
0
Create_ds/Nicobar/nicobar-core/src/main/java/com/netflix/nicobar/core
Create_ds/Nicobar/nicobar-core/src/main/java/com/netflix/nicobar/core/archive/PathScriptArchive.java
/* * * Copyright 2013 Netflix, Inc. * * Licensed 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 ap...
1,861
0
Create_ds/Nicobar/nicobar-core/src/main/java/com/netflix/nicobar/core
Create_ds/Nicobar/nicobar-core/src/main/java/com/netflix/nicobar/core/archive/ScriptModuleSpecSerializer.java
/* * * Copyright 2013 Netflix, Inc. * * Licensed 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 ap...
1,862
0
Create_ds/Nicobar/nicobar-core/src/main/java/com/netflix/nicobar/core
Create_ds/Nicobar/nicobar-core/src/main/java/com/netflix/nicobar/core/archive/ScriptModuleSpec.java
/* * * Copyright 2013 Netflix, Inc. * * Licensed 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 ap...
1,863
0
Create_ds/Nicobar/nicobar-core/src/main/java/com/netflix/nicobar/core
Create_ds/Nicobar/nicobar-core/src/main/java/com/netflix/nicobar/core/archive/GsonScriptModuleSpecSerializer.java
/* * * Copyright 2013 Netflix, Inc. * * Licensed 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 ap...
1,864
0
Create_ds/Nicobar/nicobar-core/src/main/java/com/netflix/nicobar/core
Create_ds/Nicobar/nicobar-core/src/main/java/com/netflix/nicobar/core/archive/ModuleId.java
/* * Copyright 2013 Netflix, Inc. * * Licensed 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 a...
1,865
0
Create_ds/Nicobar/nicobar-core/src/main/java/com/netflix/nicobar/core
Create_ds/Nicobar/nicobar-core/src/main/java/com/netflix/nicobar/core/archive/JarScriptArchive.java
/* * * Copyright 2013 Netflix, Inc. * * Licensed 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 ap...
1,866
0
Create_ds/Nicobar/nicobar-core/src/main/java/com/netflix/nicobar/core
Create_ds/Nicobar/nicobar-core/src/main/java/com/netflix/nicobar/core/module/ScriptModuleLoader.java
/* * * Copyright 2013 Netflix, Inc. * * Licensed 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 ap...
1,867
0
Create_ds/Nicobar/nicobar-core/src/main/java/com/netflix/nicobar/core
Create_ds/Nicobar/nicobar-core/src/main/java/com/netflix/nicobar/core/module/BaseScriptModuleListener.java
/* * * Copyright 2013 Netflix, Inc. * * Licensed 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 ap...
1,868
0
Create_ds/Nicobar/nicobar-core/src/main/java/com/netflix/nicobar/core
Create_ds/Nicobar/nicobar-core/src/main/java/com/netflix/nicobar/core/module/ArchiveRejectedReason.java
/* * * Copyright 2013 Netflix, Inc. * * Licensed 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 ap...
1,869
0
Create_ds/Nicobar/nicobar-core/src/main/java/com/netflix/nicobar/core
Create_ds/Nicobar/nicobar-core/src/main/java/com/netflix/nicobar/core/module/GraphUtils.java
/* * * Copyright 2013 Netflix, Inc. * * Licensed 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 ap...
1,870
0
Create_ds/Nicobar/nicobar-core/src/main/java/com/netflix/nicobar/core
Create_ds/Nicobar/nicobar-core/src/main/java/com/netflix/nicobar/core/module/ScriptModule.java
/* * * Copyright 2013 Netflix, Inc. * * Licensed 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 ap...
1,871
0
Create_ds/Nicobar/nicobar-core/src/main/java/com/netflix/nicobar/core
Create_ds/Nicobar/nicobar-core/src/main/java/com/netflix/nicobar/core/module/ScriptModuleUtils.java
/* * * Copyright 2013 Netflix, Inc. * * Licensed 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 ap...
1,872
0
Create_ds/Nicobar/nicobar-core/src/main/java/com/netflix/nicobar/core
Create_ds/Nicobar/nicobar-core/src/main/java/com/netflix/nicobar/core/module/ScriptModuleListener.java
/* * * Copyright 2013 Netflix, Inc. * * Licensed 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 ap...
1,873
0
Create_ds/Nicobar/nicobar-core/src/main/java/com/netflix/nicobar/core/module
Create_ds/Nicobar/nicobar-core/src/main/java/com/netflix/nicobar/core/module/jboss/JBossModuleClassLoader.java
/* * * Copyright 2013 Netflix, Inc. * * Licensed 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 ap...
1,874
0
Create_ds/Nicobar/nicobar-core/src/main/java/com/netflix/nicobar/core/module
Create_ds/Nicobar/nicobar-core/src/main/java/com/netflix/nicobar/core/module/jboss/JBossScriptModule.java
/* * * Copyright 2013 Netflix, Inc. * * Licensed 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 ap...
1,875
0
Create_ds/Nicobar/nicobar-core/src/main/java/com/netflix/nicobar/core/module
Create_ds/Nicobar/nicobar-core/src/main/java/com/netflix/nicobar/core/module/jboss/JBossModuleLoader.java
/* * * Copyright 2013 Netflix, Inc. * * Licensed 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 ap...
1,876
0
Create_ds/Nicobar/nicobar-core/src/main/java/com/netflix/nicobar/core/module
Create_ds/Nicobar/nicobar-core/src/main/java/com/netflix/nicobar/core/module/jboss/JBossModuleUtils.java
/* * * Copyright 2013 Netflix, Inc. * * Licensed 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 ap...
1,877
0
Create_ds/Nicobar/nicobar-core/src/main/java/com/netflix/nicobar/core
Create_ds/Nicobar/nicobar-core/src/main/java/com/netflix/nicobar/core/plugin/ScriptCompilerPluginSpec.java
/* * * Copyright 2013 Netflix, Inc. * * Licensed 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 ap...
1,878
0
Create_ds/Nicobar/nicobar-core/src/main/java/com/netflix/nicobar/core
Create_ds/Nicobar/nicobar-core/src/main/java/com/netflix/nicobar/core/plugin/BytecodeLoadingPlugin.java
/* * Copyright 2013 Netflix, Inc. * * Licensed 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 a...
1,879
0
Create_ds/Nicobar/nicobar-core/src/main/java/com/netflix/nicobar/core
Create_ds/Nicobar/nicobar-core/src/main/java/com/netflix/nicobar/core/plugin/ScriptCompilerPlugin.java
/* * * Copyright 2013 Netflix, Inc. * * Licensed 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 ap...
1,880
0
Create_ds/Nicobar/nicobar-core/src/main/java/com/netflix/nicobar/core
Create_ds/Nicobar/nicobar-core/src/main/java/com/netflix/nicobar/core/plugin/TestCompilerPlugin.java
/* * Copyright 2013 Netflix, Inc. * * Licensed 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 a...
1,881
0
Create_ds/Nicobar/nicobar-core/src/main/java/com/netflix/nicobar/core/internal
Create_ds/Nicobar/nicobar-core/src/main/java/com/netflix/nicobar/core/internal/compile/NoOpCompiler.java
/* * Copyright 2013 Netflix, Inc. * * Licensed 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 a...
1,882
0
Create_ds/Nicobar/nicobar-core/src/main/java/com/netflix/nicobar/core/internal
Create_ds/Nicobar/nicobar-core/src/main/java/com/netflix/nicobar/core/internal/compile/BytecodeLoader.java
/* * Copyright 2013 Netflix, Inc. * * Licensed 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 a...
1,883
0
Create_ds/Nicobar/nicobar-core/src/main/java/com/netflix/nicobar/core
Create_ds/Nicobar/nicobar-core/src/main/java/com/netflix/nicobar/core/utils/__JDKPaths.java
/* * JBoss, Home of Professional Open Source. * Copyright 2012, Red Hat, Inc., and individual contributors * as indicated by the @author tags. See the copyright.txt file in the * distribution for a full listing of individual contributors. * * This is free software; you can redistribute it and/or modify it * unde...
1,884
0
Create_ds/Nicobar/nicobar-core/src/main/java/com/netflix/nicobar/core
Create_ds/Nicobar/nicobar-core/src/main/java/com/netflix/nicobar/core/utils/ClassPathUtils.java
/* * * Copyright 2013 Netflix, Inc. * * Licensed 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 ap...
1,885
0
Create_ds/Nicobar/nicobar-core/src/main/java/com/netflix/nicobar/core
Create_ds/Nicobar/nicobar-core/src/main/java/com/netflix/nicobar/core/compile/ScriptCompilationException.java
/* * * Copyright 2013 Netflix, Inc. * * Licensed 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 ap...
1,886
0
Create_ds/Nicobar/nicobar-core/src/main/java/com/netflix/nicobar/core
Create_ds/Nicobar/nicobar-core/src/main/java/com/netflix/nicobar/core/compile/ScriptArchiveCompiler.java
/* * * Copyright 2013 Netflix, Inc. * * Licensed 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 ap...
1,887
0
Create_ds/Nicobar/nicobar-core/src/main/java/com/netflix/nicobar/core
Create_ds/Nicobar/nicobar-core/src/main/java/com/netflix/nicobar/core/execution/HystrixScriptModuleExecutor.java
/* * * Copyright 2013 Netflix, Inc. * * Licensed 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 ap...
1,888
0
Create_ds/Nicobar/nicobar-core/src/main/java/com/netflix/nicobar/core
Create_ds/Nicobar/nicobar-core/src/main/java/com/netflix/nicobar/core/execution/ScriptModuleExecutable.java
/* * * Copyright 2013 Netflix, Inc. * * Licensed 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 ap...
1,889
0
Create_ds/Nicobar/nicobar-core/src/main/java/com/netflix/nicobar/core
Create_ds/Nicobar/nicobar-core/src/main/java/com/netflix/nicobar/core/execution/ScriptModuleExecutionCommand.java
/* * * Copyright 2013 Netflix, Inc. * * Licensed 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 ap...
1,890
0
Create_ds/Nicobar/nicobar-core/src/main/java/com/netflix/nicobar/core
Create_ds/Nicobar/nicobar-core/src/main/java/com/netflix/nicobar/core/persistence/JarArchiveRepository.java
/* * * Copyright 2013 Netflix, Inc. * * Licensed 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 ap...
1,891
0
Create_ds/Nicobar/nicobar-core/src/main/java/com/netflix/nicobar/core
Create_ds/Nicobar/nicobar-core/src/main/java/com/netflix/nicobar/core/persistence/ArchiveRepository.java
/* * * Copyright 2013 Netflix, Inc. * * Licensed 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 ap...
1,892
0
Create_ds/Nicobar/nicobar-core/src/main/java/com/netflix/nicobar/core
Create_ds/Nicobar/nicobar-core/src/main/java/com/netflix/nicobar/core/persistence/RepositoryView.java
/* * Copyright 2013 Netflix, Inc. * * Licensed 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 a...
1,893
0
Create_ds/Nicobar/nicobar-core/src/main/java/com/netflix/nicobar/core
Create_ds/Nicobar/nicobar-core/src/main/java/com/netflix/nicobar/core/persistence/RepositorySummary.java
/* * * Copyright 2013 Netflix, Inc. * * Licensed 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 ap...
1,894
0
Create_ds/Nicobar/nicobar-core/src/main/java/com/netflix/nicobar/core
Create_ds/Nicobar/nicobar-core/src/main/java/com/netflix/nicobar/core/persistence/ArchiveRepositoryPoller.java
/* * * Copyright 2013 Netflix, Inc. * * Licensed 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 ap...
1,895
0
Create_ds/Nicobar/nicobar-core/src/main/java/com/netflix/nicobar/core
Create_ds/Nicobar/nicobar-core/src/main/java/com/netflix/nicobar/core/persistence/PathArchiveRepository.java
/* * * Copyright 2013 Netflix, Inc. * * Licensed 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 ap...
1,896
0
Create_ds/Nicobar/nicobar-core/src/main/java/com/netflix/nicobar/core
Create_ds/Nicobar/nicobar-core/src/main/java/com/netflix/nicobar/core/persistence/ArchiveSummary.java
/* * * Copyright 2013 Netflix, Inc. * * Licensed 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 ap...
1,897
0
Create_ds/Nicobar/nicobar-manager/src/test/java/com/netflix/nicobar/manager
Create_ds/Nicobar/nicobar-manager/src/test/java/com/netflix/nicobar/manager/explorer/ExplorerAppTest.java
/** * Copyright 2013 Netflix, Inc. * * Licensed 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 ...
1,898
0
Create_ds/Nicobar/nicobar-manager/src/main/java/com/netflix/nicobar/manager
Create_ds/Nicobar/nicobar-manager/src/main/java/com/netflix/nicobar/manager/explorer/ScriptManagerApp.java
/** * Copyright 2013 Netflix, Inc. * * Licensed 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 ...
1,899