All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.codota.service.model.TextualMatch Maven / Gradle / Ivy

There is a newer version: 1.0.11
Show newest version
/*
 * Copyright (C) 2016 Codota
 *
 * 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 to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

package com.codota.service.model;

/**
 * Created by yahave on 2/23/16.
 * (C) Codota
 */

import org.jetbrains.annotations.NotNull;

import java.util.Map;

/**
 *
 * {
 filepath: "",
 encryptedSourceCode: [
 "MqCqb1Rj1geBAzZ+RliPhOdFOPRqMUuixAbbooOfcB8RedPy/F+CHZHr+TR67xv5KTdsqRWWX1wa1nUZg1wv7zXQ/aDDksWz/Oi5nYXUrspsGLYVsGKoRJPFy4x/6807xrCFUFWKi+oYt0LcOEHyEX2FfeyKmHVnjPPWkD8ZhrqkGs0CgdlGQRY0yMVoUrHaIBbDLHTclqMro7b1xh8WocY6lyG8jx3W5r5pt0+MOXif+9hHDWeWx+ZE7bvamqfPYhPyArfVd5lmEQ/HvLfy29v5xi7TOqN0nNxJ2NR0E4mEcPcV4Xp/C5xbWV7eiFuuyoebd1MEIq6ZQuOISGg4Iw==",
 "YJBnuePmdRRqcV6J3EXNpyNlONMbcjtPXVbgutpdDjR1ljoJ3WbGZR0dzy7R6YVhJR63bkCAWnIuAR/Z3VTWFKf1IXuNBWT737TwAcKLHuSKZocWWD5YCRJAXN2YcsQdnCSD/nbg9wNquURa+8Bzd/y4pS7weIKQWv7mU5StSYyf19TDE0ttP9W21WKVly8WCQ/4sKJTq4ng1KJN1H0vab/J9CL5fAAN1v6avjISE1WGAHrJg6Hq3nEkCvjtOpU8x9GRYELJ/0BZEunOQ7xHHS1zYVjs5EqxBsJo9vALzJ+DIx6sCKfbOYw1isGJ6Zt3EkVQSngfL5YwyMeI07Harw==",
 "blablabla"
 ],
 extension: "scala",
 jarFile: "",
 artifactName: "",
 codePack: "",
 icon: "",
 encrypted: true
 }
 */
public class TextualMatch {
    public String artifactName;
    public String codePack;
    public boolean encrypted;
    public String[] encryptedSourceCode;
    public String filepath;
    public String jarFile;
    public String icon;

    private String signature;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy