Class Module
- java.lang.Object
-
- org.jetbrains.bsp.bazel.server.sync.model.Module
-
public class Module extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Module(Label label, boolean isSynthetic, io.vavr.collection.List<Label> directDependencies, io.vavr.collection.Set<Language> languages, io.vavr.collection.Set<Tag> tags, java.net.URI baseDirectory, SourceSet sourceSet, io.vavr.collection.Set<java.net.URI> resources, io.vavr.collection.Set<java.net.URI> sourceDependencies, io.vavr.control.Option<LanguageData> languageData)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.net.URIbaseDirectory()io.vavr.collection.List<Label>directDependencies()booleanequals(java.lang.Object o)inthashCode()booleanisSynthetic()Labellabel()io.vavr.control.Option<LanguageData>languageData()io.vavr.collection.Set<Language>languages()io.vavr.collection.Set<java.net.URI>resources()io.vavr.collection.Set<java.net.URI>sourceDependencies()SourceSetsourceSet()io.vavr.collection.Set<Tag>tags()java.lang.StringtoString()
-
-
-
Constructor Detail
-
Module
public Module(Label label, boolean isSynthetic, io.vavr.collection.List<Label> directDependencies, io.vavr.collection.Set<Language> languages, io.vavr.collection.Set<Tag> tags, java.net.URI baseDirectory, SourceSet sourceSet, io.vavr.collection.Set<java.net.URI> resources, io.vavr.collection.Set<java.net.URI> sourceDependencies, io.vavr.control.Option<LanguageData> languageData)
-
-
Method Detail
-
label
public Label label()
-
isSynthetic
public boolean isSynthetic()
-
directDependencies
public io.vavr.collection.List<Label> directDependencies()
-
languages
public io.vavr.collection.Set<Language> languages()
-
tags
public io.vavr.collection.Set<Tag> tags()
-
baseDirectory
public java.net.URI baseDirectory()
-
sourceSet
public SourceSet sourceSet()
-
resources
public io.vavr.collection.Set<java.net.URI> resources()
-
sourceDependencies
public io.vavr.collection.Set<java.net.URI> sourceDependencies()
-
languageData
public io.vavr.control.Option<LanguageData> languageData()
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-