javax > javax.tools > javax.tools.simplejavafileobject >

Class: javax.tools.SimpleJavaFileObject
    java.lang.Object
       javax.tools.SimpleJavaFileObject


public class SimpleJavaFileObject extends Object implements JavaFileObject


FIELDS:
protected final JavaFileObject.Kind kind
protected final URI uri

CONSTRUCTORS:
protected SimpleJavaFileObject(URI uri, JavaFileObject.Kind kind)


METHODS:
public boolean delete()

public Modifier getAccessLevel()

public CharSequence getCharContent(boolean ignoreEncodingErrors)
Throws: IOException

public JavaFileObject.Kind getKind()

public long getLastModified()

public String getName()

public NestingKind getNestingKind()

public boolean isNameCompatible(String simpleName, JavaFileObject.Kind kind)

public InputStream openInputStream()
Throws: IOException

public OutputStream openOutputStream()
Throws: IOException

public Reader openReader(boolean ignoreEncodingErrors)
Throws: IllegalStateException
Throws: UnsupportedOperationException
Throws: IOException

public Writer openWriter()
Throws: IllegalStateException
Throws: UnsupportedOperationException
Throws: IOException

public String toString()
Overrides: Object

public URI toUri()


INHERITED METHODS:
getClass(), hashCode(), equals(java.lang.Object), clone(), toString(), notify(), notifyAll(), wait(long), wait(long, int), wait(), finalize(),

SUBCLASSES:





Yazilar kaynak gosterilmeden kopyalanamaz © www.kodcu.net