RSE
Release 1.0

org.eclipse.rse.core.model
Interface IPropertySetContainer

All Known Subinterfaces:
IConnectorService, IFileServiceSubSystem, IHost, IProcessServiceSubSystem, IRemoteCmdSubSystem, IRemoteFileSubSystem, IRemoteProcessSubSystem, IRemoteServerLauncher, IRSEModelObject, IServerLauncherProperties, IServiceSubSystem, IShellServiceSubSystem, ISubSystem, ISystemFilter, ISystemFilterPool, ISystemFilterPoolReference, ISystemFilterString, ISystemProfile
All Known Implementing Classes:
AbstractConnectorService, DummyHost, FileServiceSubSystem, ProcessServiceSubSystem, PropertySetContainer, org.eclipse.rse.internal.subsystems.shells.subsystems.RemoteCmdSubSystem, RemoteFileSubSystem, RemoteProcessSubSystemImpl, RemoteServerLauncher, RSEModelObject, org.eclipse.rse.core.internal.subsystems.ServerLauncher, ServiceSubSystem, ShellServiceSubSystem, SubSystem, org.eclipse.rse.internal.filters.SystemFilter, SystemFilterPool

public interface IPropertySetContainer


Method Summary
 boolean addPropertySet(IPropertySet set)
           
 boolean addPropertySets(IPropertySet[] sets)
           
 IPropertySet createPropertySet(String name)
           
 IPropertySet createPropertySet(String name, String description)
           
 IPropertySet getPropertySet(String name)
           
 IPropertySet[] getPropertySets()
           
 boolean removePropertySet(String name)
           
 

Method Detail

getPropertySets

public IPropertySet[] getPropertySets()

getPropertySet

public IPropertySet getPropertySet(String name)

createPropertySet

public IPropertySet createPropertySet(String name)

createPropertySet

public IPropertySet createPropertySet(String name,
                                      String description)

addPropertySet

public boolean addPropertySet(IPropertySet set)

addPropertySets

public boolean addPropertySets(IPropertySet[] sets)

removePropertySet

public boolean removePropertySet(String name)

RSE
Release 1.0

Copyright (c) IBM Corporation and others 2000, 2006. All Rights Reserved.