Uses of Class
org.eolang.maven.tojos.ForeignTojo
-
Packages that use ForeignTojo Package Description org.eolang.maven EO Maven Plugin.org.eolang.maven.tojos Package for domain tojos. -
-
Uses of ForeignTojo in org.eolang.maven
Method parameters in org.eolang.maven with type arguments of type ForeignTojo Modifier and Type Method Description Collection<Buildable>
BinarizeParse. exec(Collection<ForeignTojo> tojos)
Parse ffi nodes in 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. add(ObjectName name)
Add a foreign tojo.ForeignTojo
ForeignTojos. find(String id)
Find tojo by tojo id.ForeignTojo
ForeignTojo. withDiscovered(int size)
Set the discovered size.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. withOptimized(Path xmir)
Set the optimized 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. withVer(String ver)
Temporary version.ForeignTojo
ForeignTojo. withVerified(Path xmir)
Set the verified xmir.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. notDiscovered()
Get the tojos that are not discovered yet.Collection<ForeignTojo>
ForeignTojos. unprobed()
Get the tojos that have not probed yet.Collection<ForeignTojo>
ForeignTojos. verified()
Get the tojos that have corresponding verified xmir.Collection<ForeignTojo>
ForeignTojos. withOptimized()
Get the tojos that have corresponding optimized 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.
-