Class GSBackupEncoder


  • public class GSBackupEncoder
    extends PropertyXMLEncoder

    GSBackupEncoder class.

    Version:
    $Id: $
    Author:
    Alessio Fabiani (alessio.fabiani at geo-solutions.it)
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String INCLUDE_DATA
      Constant INCLUDE_DATA="includedata"
      static java.lang.String INCLUDE_GWC
      Constant INCLUDE_GWC="includegwc"
      static java.lang.String INCLUDE_LOG
      Constant INCLUDE_LOG="includelog"
      static java.lang.String PATH
      Constant PATH="path"
      static java.lang.String TASK
      Constant TASK="task"
    • Constructor Summary

      Constructors 
      Constructor Description
      GSBackupEncoder()
      Constructor for GSBackupEncoder.
      GSBackupEncoder​(java.lang.String name)
      Constructor for GSBackupEncoder.
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      void addIncludeData​(java.lang.Boolean includedata)
      Deprecated.
      will be set to protected in the next release
      void addIncludeGwc​(java.lang.Boolean includegwc)
      Deprecated.
      will be set to protected in the next release
      void addIncludeLog​(java.lang.Boolean includelog)
      Deprecated.
      will be set to protected in the next release
      void addPath​(java.lang.String path)
      Deprecated.
      will be set to protected in the next release
      java.lang.String getIncludeData()
      getIncludeData
      java.lang.String getIncludeGwc()
      getIncludeGwc
      java.lang.String getIncludeLog()
      getIncludeLog
      java.lang.String getPath()
      getPath
      void setIncludeData​(java.lang.Boolean includedata)
      add or change (if already set) the task includedata
      void setIncludeGwc​(java.lang.Boolean includegwc)
      add or change (if already set) the task includegwc
      void setIncludeLog​(java.lang.Boolean includelog)
      add or change (if already set) the task includelog
      void setPath​(java.lang.String path)
      add or change (if already set) the task path
      • Methods inherited from class java.lang.Object

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

      • INCLUDE_DATA

        public static final java.lang.String INCLUDE_DATA
        Constant INCLUDE_DATA="includedata"
        See Also:
        Constant Field Values
      • INCLUDE_GWC

        public static final java.lang.String INCLUDE_GWC
        Constant INCLUDE_GWC="includegwc"
        See Also:
        Constant Field Values
      • INCLUDE_LOG

        public static final java.lang.String INCLUDE_LOG
        Constant INCLUDE_LOG="includelog"
        See Also:
        Constant Field Values
    • Constructor Detail

      • GSBackupEncoder

        public GSBackupEncoder()

        Constructor for GSBackupEncoder.

      • GSBackupEncoder

        public GSBackupEncoder​(java.lang.String name)

        Constructor for GSBackupEncoder.

        Parameters:
        name - a String object.
    • Method Detail

      • addPath

        public void addPath​(java.lang.String path)
        Deprecated.
        will be set to protected in the next release
        Add the path to this task
        Parameters:
        path - a String object.
        Throws:
        java.lang.IllegalStateException - if path is already set
      • setPath

        public void setPath​(java.lang.String path)
        add or change (if already set) the task path
        Parameters:
        path - a String object.
      • getPath

        public java.lang.String getPath()

        getPath

        Returns:
        a String object.
      • addIncludeData

        public void addIncludeData​(java.lang.Boolean includedata)
        Deprecated.
        will be set to protected in the next release
        Add the includedata to this task
        Parameters:
        includedata - a Boolean object.
      • setIncludeData

        public void setIncludeData​(java.lang.Boolean includedata)
        add or change (if already set) the task includedata
        Parameters:
        includedata - a Boolean object.
      • getIncludeData

        public java.lang.String getIncludeData()

        getIncludeData

        Returns:
        a String object.
      • addIncludeGwc

        public void addIncludeGwc​(java.lang.Boolean includegwc)
        Deprecated.
        will be set to protected in the next release
        Add the includegwc to this task
        Parameters:
        includegwc - a Boolean object.
      • setIncludeGwc

        public void setIncludeGwc​(java.lang.Boolean includegwc)
        add or change (if already set) the task includegwc
        Parameters:
        includegwc - a Boolean object.
      • getIncludeGwc

        public java.lang.String getIncludeGwc()

        getIncludeGwc

        Returns:
        a String object.
      • addIncludeLog

        public void addIncludeLog​(java.lang.Boolean includelog)
        Deprecated.
        will be set to protected in the next release
        Add the includelog to this task
        Parameters:
        includelog - a Boolean object.
      • setIncludeLog

        public void setIncludeLog​(java.lang.Boolean includelog)
        add or change (if already set) the task includelog
        Parameters:
        includelog - a Boolean object.
      • getIncludeLog

        public java.lang.String getIncludeLog()

        getIncludeLog

        Returns:
        a String object.