Class Settings

  • All Implemented Interfaces:
    java.io.Serializable

    public class Settings
    extends java.lang.Object
    implements java.io.Serializable
    Class Settings.
    Version:
    $Revision$ $Date$
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      Settings()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getEol()
      Get eOL setting in all applicable stdcmd.
      java.lang.String getModelEncoding()
      Get the modelEncoding field.
      boolean isCompressionEnable()
      Get enable compression in all stdcmd.
      void setCompressionEnable​(boolean compressionEnable)
      Set enable compression in all stdcmd.
      void setEol​(java.lang.String eol)
      Set eOL setting in all applicable stdcmd.
      void setModelEncoding​(java.lang.String modelEncoding)
      Set the modelEncoding field.
      • Methods inherited from class java.lang.Object

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

      • Settings

        public Settings()
    • Method Detail

      • getEol

        public java.lang.String getEol()
        Get eOL setting in all applicable stdcmd.
        Returns:
        String
      • getModelEncoding

        public java.lang.String getModelEncoding()
        Get the modelEncoding field.
        Returns:
        String
      • isCompressionEnable

        public boolean isCompressionEnable()
        Get enable compression in all stdcmd.
        Returns:
        boolean
      • setCompressionEnable

        public void setCompressionEnable​(boolean compressionEnable)
        Set enable compression in all stdcmd.
        Parameters:
        compressionEnable -
      • setEol

        public void setEol​(java.lang.String eol)
        Set eOL setting in all applicable stdcmd.
        Parameters:
        eol -
      • setModelEncoding

        public void setModelEncoding​(java.lang.String modelEncoding)
        Set the modelEncoding field.
        Parameters:
        modelEncoding -