Java javax.annotation.processing Filer fields, constructors, methods, implement or subclass

Example usage for Java javax.annotation.processing Filer fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.annotation.processing Filer.

The text is from its open source code.

Method

FileObjectcreateResource(JavaFileManager.Location location, CharSequence moduleAndPkg, CharSequence relativeName, Element... originatingElements)
Creates a new auxiliary resource file for writing and returns a file object for it.
JavaFileObjectcreateSourceFile(CharSequence name, Element... originatingElements)
Creates a new source file and returns an object to allow writing to it.
FileObjectgetResource(JavaFileManager.Location location, CharSequence moduleAndPkg, CharSequence relativeName)
Returns an object for reading an existing resource.