|
Remote Systems v6.4.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The interface that RSE system profiles implement.
A profile represents a user or name which is used to key important user-data by:
Field Summary | |
---|---|
static String |
copyright
|
Method Summary | |
---|---|
SystemConnection |
createConnection(String systemType,
String connectionName,
String hostName,
String description)
Convenience method for create a new connection within this profile. |
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()
|
void |
setDefaultPrivate(boolean value)
|
void |
setName(String value)
|
void |
setProfileManager(SystemProfileManager mgr)
Set the in-memory pointer back to the parent system profile manager |
Field Detail |
public static final String copyright
Method Detail |
public void setProfileManager(SystemProfileManager mgr)
public SystemProfileManager getProfileManager()
public SystemConnection createConnection(String systemType, String connectionName, String hostName, String description) throws Exception
SystemRegistry.createConnection(String,String,String,String)
Exception
public String getName()
public void setName(String value)
value
- The new value of the Name attributepublic boolean isDefaultPrivate()
public void setDefaultPrivate(boolean value)
value
- The new value of the DefaultPrivate attributepublic SystemConnection[] getConnections()
public SystemFilterPool[] getFilterPools()
public SystemFilterPool[] getFilterPools(SubSystemFactory ssf)
public SystemUDActionElement[] getUserActions()
public SystemUDActionElement[] getUserActions(SubSystemFactory ssf)
public SystemCompileType[] getCompileCommandTypes()
public SystemCompileType[] getCompileCommandTypes(SubSystemFactory ssf)
public boolean isActive()
|
Remote Systems v6.4.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |