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 getChangelogUserFormat()
      Get the format of the USER pattern in lhistory command.
      java.lang.String getClearcaseType()
      Get are you using ClearCase LT or UCM version ?
      java.lang.String getModelEncoding()
      Get the modelEncoding field.
      java.lang.String getViewstore()
      Get clearcase viewstore path.
      boolean isUseVWSParameter()
      Get do you want to use vws parameter when clearcase provider run mkview?
      void setChangelogUserFormat​(java.lang.String changelogUserFormat)
      Set the format of the USER pattern in lhistory command.
      void setClearcaseType​(java.lang.String clearcaseType)
      Set are you using ClearCase LT or UCM version ?
      void setModelEncoding​(java.lang.String modelEncoding)
      Set the modelEncoding field.
      void setUseVWSParameter​(boolean useVWSParameter)
      Set do you want to use vws parameter when clearcase provider run mkview?
      void setViewstore​(java.lang.String viewstore)
      Set clearcase viewstore path.
      • 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

      • getChangelogUserFormat

        public java.lang.String getChangelogUserFormat()
        Get the format of the USER pattern in lhistory command. For example, it can be "-8.8".
        Returns:
        String
      • getClearcaseType

        public java.lang.String getClearcaseType()
        Get are you using ClearCase LT or UCM version ?
        Returns:
        String
      • getModelEncoding

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

        public java.lang.String getViewstore()
        Get clearcase viewstore path.
        Returns:
        String
      • isUseVWSParameter

        public boolean isUseVWSParameter()
        Get do you want to use vws parameter when clearcase provider run mkview?
        Returns:
        boolean
      • setChangelogUserFormat

        public void setChangelogUserFormat​(java.lang.String changelogUserFormat)
        Set the format of the USER pattern in lhistory command. For example, it can be "-8.8".
        Parameters:
        changelogUserFormat -
      • setClearcaseType

        public void setClearcaseType​(java.lang.String clearcaseType)
        Set are you using ClearCase LT or UCM version ?
        Parameters:
        clearcaseType -
      • setModelEncoding

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

        public void setUseVWSParameter​(boolean useVWSParameter)
        Set do you want to use vws parameter when clearcase provider run mkview?
        Parameters:
        useVWSParameter -
      • setViewstore

        public void setViewstore​(java.lang.String viewstore)
        Set clearcase viewstore path.
        Parameters:
        viewstore -