List of usage examples for javax.tools FileObject interface-usage
From source file name.martingeisse.webide.features.java.compiler.classpath.ReadOnlyRegularFileObject.java
/** * Read-only {@link FileObject} implementation based on regular files. */ public class ReadOnlyRegularFileObject implements FileObject { /**
From source file name.martingeisse.webide.features.java.compiler.classpath.JarFileObject.java
/** * {@link FileObject} implementation based on JAR entries. */ public class JarFileObject implements FileObject { /**
From source file org.cloudfoundry.tools.io.compiler.ResourceFileObject.java
/** * Adapts {@link File}s to {@link FileObject}s. * * @author Phillip Webb */ public class ResourceFileObject implements FileObject {
From source file cop.raml.mocks.FileObjectMock.java
/** * @author Oleg Cherednik * @since 24.01.2017 */ public class FileObjectMock implements FileObject { private String data;
From source file org.callimachusproject.behaviours.ZipArchiveSupport.java
public abstract class ZipArchiveSupport implements CalliObject, FileObject { static final QName FEED = new QName("http://www.w3.org/2005/Atom", "feed"); static final QName TITLE = new QName("http://www.w3.org/2005/Atom", "title"); static final QName ID = new QName("http://www.w3.org/2005/Atom", "id"); static final QName LINK = new QName("http://www.w3.org/2005/Atom", "link"); static final QName UPDATED = new QName("http://www.w3.org/2005/Atom", "updated");