Uses of Class
org.eolang.maven.tojos.PlacedTojo
-
Packages that use PlacedTojo Package Description org.eolang.maven.tojos Package for domain tojos. -
-
Uses of PlacedTojo in org.eolang.maven.tojos
Methods in org.eolang.maven.tojos that return PlacedTojo Modifier and Type Method Description PlacedTojo
PlacedTojos. placeClass(Path target, String related, String dep)
Place class into placed tojos file.Methods in org.eolang.maven.tojos that return types with arguments of type PlacedTojo Modifier and Type Method Description List<PlacedTojo>
PlacedTojos. allBinaries()
Get all binaries.Collection<PlacedTojo>
PlacedTojos. classes()
Get all classes.Optional<PlacedTojo>
PlacedTojos. find(Path target)
Find placed tojo by path.Optional<PlacedTojo>
PlacedTojos. findJar(String dep)
Find jar by dependency identifier.Collection<PlacedTojo>
PlacedTojos. jars()
Get all jars.
-