|
Remote Systems v6.4.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectEObjectImpl
com.ibm.etools.systems.model.impl.SystemProfileImpl
Field Summary | |
---|---|
static String |
copyright
|
protected static boolean |
DEFAULT_PRIVATE_EDEFAULT
The default value of the ' Default Private ' attribute |
protected boolean |
defaultPrivate
|
protected String |
name
|
protected static String |
NAME_EDEFAULT
The default value of the ' Name ' attribute |
Constructor Summary | |
---|---|
protected |
SystemProfileImpl()
Default constructor |
Method Summary | |
---|---|
SystemConnection |
createConnection(String systemType,
String connectionName,
String hostName,
String description)
Convenience method for create a new connection within this profile. |
Object |
eGet(EStructuralFeature eFeature,
boolean resolve)
|
boolean |
eIsSet(EStructuralFeature eFeature)
|
void |
eSet(EStructuralFeature eFeature,
Object newValue)
|
protected EClass |
eStaticClass()
|
void |
eUnset(EStructuralFeature eFeature)
|
Object |
getAdapter(Class adapterType)
This is the method required by the IAdaptable interface. |
SystemCompileType[] |
getCompileCommandTypes()
Return all compilable source types for this profile |
SystemCompileType[] |
getCompileCommandTypes(SubSystemFactory ssf)
Return all compilable source types for this profile, scoped by subsystem factory |
SystemConnection[] |
getConnections()
Return all connections for this profile |
SystemFilterPool[] |
getFilterPools()
Return all filter pools for this profile |
SystemFilterPool[] |
getFilterPools(SubSystemFactory ssf)
Return all filter pools for this profile, scoped by a given subsystem factory |
String |
getName()
|
SystemProfileManager |
getProfileManager()
Get the in-memory pointer back to the parent system profile manager |
SystemUDActionElement[] |
getUserActions()
Return all user actions for this profile |
SystemUDActionElement[] |
getUserActions(SubSystemFactory ssf)
Return all user actions for this profile, scoped by subsystem factory |
boolean |
isActive()
Return true if this profile is currently active for this user |
boolean |
isDefaultPrivate()
|
protected void |
setActive(boolean active)
Reset whether this proifle is currently active for this user. |
void |
setDefaultPrivate(boolean newDefaultPrivate)
|
void |
setName(String newName)
|
void |
setProfileManager(SystemProfileManager mgr)
Set the in-memory pointer back to the parent system profile manager |
String |
toString()
|
String |
toStringGen()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
protected static final String NAME_EDEFAULT
Name
' attribute.
getName()
public static final String copyright
protected String name
protected static final boolean DEFAULT_PRIVATE_EDEFAULT
Default Private
' attribute.
isDefaultPrivate()
,
Constant Field Valuesprotected boolean defaultPrivate
Constructor Detail |
protected SystemProfileImpl()
Method Detail |
protected EClass eStaticClass()
public void setProfileManager(SystemProfileManager mgr)
setProfileManager
in interface SystemProfile
public SystemProfileManager getProfileManager()
getProfileManager
in interface SystemProfile
public SystemConnection createConnection(String systemType, String connectionName, String hostName, String description) throws Exception
SystemRegistry.createConnection(String,String,String,String)
createConnection
in interface SystemProfile
Exception
public SystemConnection[] getConnections()
getConnections
in interface SystemProfile
public SystemFilterPool[] getFilterPools()
getFilterPools
in interface SystemProfile
public SystemFilterPool[] getFilterPools(SubSystemFactory ssf)
getFilterPools
in interface SystemProfile
public SystemUDActionElement[] getUserActions()
getUserActions
in interface SystemProfile
public SystemUDActionElement[] getUserActions(SubSystemFactory ssf)
getUserActions
in interface SystemProfile
public SystemCompileType[] getCompileCommandTypes()
getCompileCommandTypes
in interface SystemProfile
public SystemCompileType[] getCompileCommandTypes(SubSystemFactory ssf)
getCompileCommandTypes
in interface SystemProfile
public boolean isActive()
isActive
in interface SystemProfile
protected void setActive(boolean active)
public Object getAdapter(Class adapterType)
getAdapter
in interface IAdaptable
public String toString()
public String getName()
getName
in interface SystemProfile
public void setName(String newName)
setName
in interface SystemProfile
newName
- The new value of the Name attributepublic boolean eIsSet(EStructuralFeature eFeature)
public void eSet(EStructuralFeature eFeature, Object newValue)
public void eUnset(EStructuralFeature eFeature)
public String toStringGen()
public boolean isDefaultPrivate()
isDefaultPrivate
in interface SystemProfile
public void setDefaultPrivate(boolean newDefaultPrivate)
setDefaultPrivate
in interface SystemProfile
newDefaultPrivate
- The new value of the DefaultPrivate attributepublic Object eGet(EStructuralFeature eFeature, boolean resolve)
|
Remote Systems v6.4.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |