Class MetaFsLayout


  • @Path("metafs")
    public class MetaFsLayout
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      MetaFsLayout​(MetaFS metafs)  
    • Method Summary

      Modifier and Type Method Description
      java.lang.String getLayout()  
      • Methods inherited from class java.lang.Object

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

      • MetaFsLayout

        public MetaFsLayout​(MetaFS metafs)
    • Method Detail

      • getLayout

        @GET
        @Path("layout")
        @Produces("text/plain")
        public java.lang.String getLayout()