Class TextDatabase

  • All Implemented Interfaces:
    Database

    @Named
    public class TextDatabase
    extends java.lang.Object
    implements Database
    • Constructor Summary

      Constructors 
      Constructor Description
      TextDatabase()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getType()  
      • Methods inherited from class java.lang.Object

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

      • TextDatabase

        public TextDatabase()
    • Method Detail

      • getType

        public java.lang.String getType()
        Specified by:
        getType in interface Database