Class IdentifiedJavaFileObject

    • Nested Class Summary

      • Nested classes/interfaces inherited from interface javax.tools.JavaFileObject

        javax.tools.JavaFileObject.Kind
    • Field Summary

      • Fields inherited from class javax.tools.SimpleJavaFileObject

        kind, uri
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected IdentifiedJavaFileObject​(java.net.URI uri, javax.tools.JavaFileObject.Kind kind)  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      (package private) abstract ClassIdentifier getClassIdentifier()  
      • Methods inherited from class javax.tools.SimpleJavaFileObject

        delete, getAccessLevel, getCharContent, getKind, getLastModified, getName, getNestingKind, isNameCompatible, openInputStream, openOutputStream, openReader, openWriter, toString, toUri
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • IdentifiedJavaFileObject

        protected IdentifiedJavaFileObject​(java.net.URI uri,
                                           javax.tools.JavaFileObject.Kind kind)