Class StandaloneServerInfobaseWorkingCopy


  • public class StandaloneServerInfobaseWorkingCopy
    extends Object
    A working copy server object used for formulating changes to a infobase instance. Changes made on a working copy do not occur (and are not persisted) until a save() is performed.
    See Also:
    StandaloneServerInfobase
    • Constructor Detail

      • StandaloneServerInfobaseWorkingCopy

        public StandaloneServerInfobaseWorkingCopy​(StandaloneServerInfobase infobase)
        Constructor with parameters.
        Parameters:
        infobase - to set, cannot be null
    • Method Detail

      • setName

        public void setName​(String name)
        Set name
        Parameters:
        name - to set, cannot be null
      • getName

        public String getName()
        Returns:
        name, never null
      • getConfiguration

        public Config getConfiguration()
        Returns:
        configuration
      • getProject

        public org.eclipse.core.resources.IProject getProject()
        Returns:
        project
      • setProject

        public void setProject​(org.eclipse.core.resources.IProject project)
        Set project
        Parameters:
        project - to set
      • setConfiguration

        public void setConfiguration​(Config configuration)
        Set configuration
        Parameters:
        configuration - to set