Uses of Class
org.eolang.maven.tojos.ForeignTojo
-
Packages that use ForeignTojo Package Description org.eolang.maven.tojos Package for domain tojos. -
-
Uses of ForeignTojo in org.eolang.maven.tojos
Methods in org.eolang.maven.tojos that return ForeignTojo Modifier and Type Method Description ForeignTojo
ForeignTojos. add(String name)
Add a foreign tojo.ForeignTojo
ForeignTojos. find(String id)
Find tojo by tojo id.ForeignTojo
ForeignTojo. withDiscoveredAt(Path path)
Set the discovered at.ForeignTojo
ForeignTojo. withHash(CommitHash hash)
Set the hash.ForeignTojo
ForeignTojo. withJar(Coordinates coordinates)
Set the jar.ForeignTojo
ForeignTojo. withLinted(Path xmir)
Set the linted xmir.ForeignTojo
ForeignTojo. withProbed(int count)
Set the number of probed objects.ForeignTojo
ForeignTojo. withScope(String scope)
Set the scope.ForeignTojo
ForeignTojo. withShaken(Path xmir)
Set the shaken xmir.ForeignTojo
ForeignTojo. withSodg(Path sodg)
Set sodg.ForeignTojo
ForeignTojo. withSource(Path source)
Set the eo path.ForeignTojo
ForeignTojo. withVersion(String ver)
Set the version.ForeignTojo
ForeignTojo. withXmir(Path xmir)
Set the xmir.Methods in org.eolang.maven.tojos that return types with arguments of type ForeignTojo Modifier and Type Method Description Collection<ForeignTojo>
ForeignTojos. all()
Get all tojos as a collection.Collection<ForeignTojo>
ForeignTojos. dependencies()
Get the tojos that doesn't have dependency.Collection<ForeignTojo>
ForeignTojos. unprobed()
Get the tojos that have not probed yet.Collection<ForeignTojo>
ForeignTojos. withLinted()
Get the tojos that have corresponding linted XMIR.Collection<ForeignTojo>
ForeignTojos. withoutSources()
Get the tojos that do not have corresponding eo and xmir.Collection<ForeignTojo>
ForeignTojos. withShaken()
Get the tojos that have corresponding shaken XMIR.Collection<ForeignTojo>
ForeignTojos. withSources()
Get the tojos that have corresponding eo file.Collection<ForeignTojo>
ForeignTojos. withXmir()
Get the tojos that have corresponding xmir.Constructors in org.eolang.maven.tojos with parameters of type ForeignTojo Constructor Description TojoHash(ForeignTojo tjo)
Ctor.
-