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

org.xtext.gradle.idea.tasks.IdeaPluginRepository Maven / Gradle / Ivy

There is a newer version: 2.0.9-alpha.3
Show newest version
package org.xtext.gradle.idea.tasks;

import org.eclipse.xtend.lib.annotations.Accessors;
import org.eclipse.xtext.xbase.lib.Pure;

@Accessors
@SuppressWarnings("all")
public class IdeaPluginRepository {
  private final String url;
  
  public IdeaPluginRepository(final String url) {
    super();
    this.url = url;
  }
  
  @Pure
  public String getUrl() {
    return this.url;
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy