Class ProjectFile


  • public class ProjectFile
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getFilename()  
      java.lang.String getNamespace()  
      java.lang.String read()  
      java.lang.String read​(java.lang.String encoding)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • read

        public java.lang.String read()
                              throws java.io.IOException
        Throws:
        java.io.IOException
      • read

        public java.lang.String read​(java.lang.String encoding)
                              throws java.io.IOException
        Throws:
        java.io.IOException
      • getNamespace

        public java.lang.String getNamespace()
      • getFilename

        public java.lang.String getFilename()