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
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)
Copyright (c) IBM Corporation and others 2000, 2006. All Rights Reserved.