Uses of Interface
io.github.ascopes.jct.containers.Container
Packages that use Container
Package
Description
APIs for representing the various file management locations across multiple file system
implementations.
-
Uses of Container in io.github.ascopes.jct.containers
Methods in io.github.ascopes.jct.containers that return types with arguments of type ContainerModifier and TypeMethodDescriptionOutputContainerGroup.getPackages()Get the package containers in this group.PackageContainerGroup.getPackages()Get the package containers in this group.PackageContainerGroup.listAllFiles()List all files recursively in this container group, returning a multimap of each container and all files within that container.Methods in io.github.ascopes.jct.containers with parameters of type ContainerModifier and TypeMethodDescriptionvoidAdd a container to this group.voidOutputContainerGroup.addPackage(Container container) Add a container to this group.voidPackageContainerGroup.addPackage(Container container) Add a container to this group.