Uses of Interface
io.github.ascopes.jct.filemanagers.PathFileObject
Packages that use PathFileObject
Package
Description
AssertJ extensions for testing the results of compilations.
APIs for representing the various file management locations across multiple file system
implementations.
- 
Uses of PathFileObject in io.github.ascopes.jct.assertions
Subclasses with type arguments of type PathFileObject in io.github.ascopes.jct.assertionsMethods in io.github.ascopes.jct.assertions with parameters of type PathFileObjectModifier and TypeMethodDescriptionstatic PathFileObjectAssertJctAssertions.assertThat(@Nullable PathFileObject fileObject) Perform an assertion on a Path-based Java file object.static PathFileObjectAssertJctAssertions.assertThatFileObject(@Nullable PathFileObject fileObject) Perform an assertion on a Path-based Java file object.Constructors in io.github.ascopes.jct.assertions with parameters of type PathFileObjectModifierConstructorDescriptionCreate a new instance of this assertion object. - 
Uses of PathFileObject in io.github.ascopes.jct.containers
Methods in io.github.ascopes.jct.containers that return PathFileObjectModifier and TypeMethodDescriptionContainer.getFileForInput(String packageName, String relativeName) Get aFileObjectfor reading, if it exists.PackageContainerGroup.getFileForInput(String packageName, String relativeName) Get aFileObjectthat can have content read from it.Container.getFileForOutput(String packageName, String relativeName) Get aFileObjectfor writing.PackageContainerGroup.getFileForOutput(String packageName, String relativeName) Get aFileObjectthat can have content written to it for the given file.Container.getJavaFileForInput(String className, JavaFileObject.Kind kind) Get aJavaFileObjectfor reading, if it exists.PackageContainerGroup.getJavaFileForInput(String className, JavaFileObject.Kind kind) Get aJavaFileObjectthat can have content read from it for the given file.Container.getJavaFileForOutput(String className, JavaFileObject.Kind kind) Get aJavaFileObjectfor writing.PackageContainerGroup.getJavaFileForOutput(String className, JavaFileObject.Kind kind) Get aJavaFileObjectthat can have content written to it for the given class.Methods in io.github.ascopes.jct.containers with parameters of type PathFileObjectModifier and TypeMethodDescriptionbooleanContainer.contains(PathFileObject fileObject) Determine if this container contains the path file object.booleanContainerGroup.contains(PathFileObject fileObject) Determine whether this group contains the given file object anywhere.Container.inferBinaryName(PathFileObject javaFileObject) Infer the binary name of a given Java file object.PackageContainerGroup.inferBinaryName(PathFileObject fileObject) Try to infer the binary name of a given file object.